View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sebas Sebas is offline
external usenet poster
 
Posts: 2
Default Exporting data to excel in .NET 2005 C#

How to create sheets using the Interop.OWC10.dll? Currently it does not allow
me to create a sheet. It just creates a default sheet.
What i actually need to do is read data from sql, modify it with some
calculation and update the data in two separate sheets and save the excel in
the specified path.
currently only one sheet is loaded with data.