How to open an OWC spreadsheet from an existing file

P

Pat Magee

Hi All,

I need to open a spreadsheet from a template (an existing Excel file) and
then populate it with data inside an ASP.NET web application. Is this
possible? All the examples I have seen do not contain any reference to
opening an existng file.
 
A

Alvin Bruney [MVP]

OWC cannot read excel files. The best you can do is convert the file to
html, csv or xml and read it in from OWC.
 
Top