how can i save excel file

S

satya

i am using OWC10.Spreadsheet component.

Set objSS = CreateObject("OWC10.Spreadsheet")
Set objConst = objSS.Constants

iSheetCnt = 1
set SheetList = objSS.Worksheets(iSheetCnt)

But size of generated excel file is very huge. i have
trimed my all values which are comming from database. what
is the reason.

how can i save the generated file in server. Is there any
property for saving the excel file which is generated by
OWC10.Spreadsheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top