S
santhosh.b
Hi,
I am using OWC10.AxSpreadSheet in my windows application which I need to use
to create XLS files as well as open XLS files using the same control. I was
however able to create XLS file and store it in the localsystem using the
Export method.
axSpreadsheet2.Export("c:\\testexport.xls",OWC10.SheetExportActionEnum.
ssExportActionNone,OWC10.SheetExportFormat.ssExportHTML);
The challenge I am facing is to open an existing XLS file in the OWC10.
AxSpreadSheet. Can any one please help me with this.
Thanking you in advance,
Santhosh
I am using OWC10.AxSpreadSheet in my windows application which I need to use
to create XLS files as well as open XLS files using the same control. I was
however able to create XLS file and store it in the localsystem using the
Export method.
axSpreadsheet2.Export("c:\\testexport.xls",OWC10.SheetExportActionEnum.
ssExportActionNone,OWC10.SheetExportFormat.ssExportHTML);
The challenge I am facing is to open an existing XLS file in the OWC10.
AxSpreadSheet. Can any one please help me with this.
Thanking you in advance,
Santhosh