Open an Excel file using OWC11 from VB6

P

Ponmani

Hi,

I need to open an excel file (template for a report from the specified path)
and make the changes based on data from SQL Server, save as a new excel file.

Please let help me, how to open the excel file in OWC11.
 
A

Alvin Bruney [ASP.NET MVP]

The OWC will not load an Excel file, strange as it may sound. It can load
the data in an Excel file though, if that data is in the form of a CSV, HTML
or XML file. Just provide the correct path to the data.

--
Regards,
Alvin Bruney

Auther Plug
OWC Blackbook now on download at www.lulu.com/owc
 
Top