Working with Excel

  • Thread starter Thread starter Oscar Thornell
  • Start date Start date
O

Oscar Thornell

Hi!

Does anybody know any articles / code exampels / bloggs etc or does in any
other way have tips on working with Excel spreedsheets trough .NET?

I can not use the Excel.dll it must all take place in managed code...

Regards
/Oscar
 
This is on an ASP.NET site, but it doesent really matter.

http://www.aspnetpro.com/NewsletterArticle/2003/09/asp200309so_l/asp200309so_l.aspHTH--Terry Burnshttp://TrainingOn.net"Oscar Thornell" <oscar.thornell [ xx] gmail.com> wrote in messageHi!>> Does anybody know any articles / code exampels / bloggs etc or does in anyother way have tips on working with Excel spreedsheets trough .NET?>> I can not use the Excel.dll it must all take place in managed code...>> Regards> /Oscar>
 
Hi Terry,
What kind of functionality do you expect.We have used excel in .Net in both
ways.That is using the excel object and using file stream object.Let me know
what exactly you are looking for.
Simple way is use filestream and place characters in tab separated and save
file with extension .xls or .csv.
 
Back
Top