P
Pedro Martins
I'm generating an excel file using the OWC, on the server side. I need to
create an excel file with more than one sheet. Here's the code (C#) I've
tried:
currentSheet.Sheets.Add( Missing.Value, Missing.Value, 1,
XlSheetType.xlWorksheet );
This doesn't produce any results. Is there any working method of doing this?
Thanks in advance,
Pedro
create an excel file with more than one sheet. Here's the code (C#) I've
tried:
currentSheet.Sheets.Add( Missing.Value, Missing.Value, 1,
XlSheetType.xlWorksheet );
This doesn't produce any results. Is there any working method of doing this?
Thanks in advance,
Pedro