Opening xls files using OWC11 spreadsheets with C#

E

ernesto bascón

Hi everybody:

I want to know if it is possible to open xls files using OWC11 spreadsheets
with C#.

I was able to import the ActiveX control but I have no idea about opening
xls files.

Any comment will be useful



ernesto
 
A

Alvin Bruney [MVP - ASP.NET]

That functionality is not supported.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 
A

Alvin T

Ernesto;

While Alvin B is correct, you can not open an XLS file in the OWC
Spreadsheet component; however if you are using Excel 2003, you can do
a Save As "XML Spreadsheet" and then load that xml Spreadsheet into
your OWC11 Spreadsheet component. You may not have the full
functionality of the Excel spreadsheet (Datatables do not function but
you can work around this) and you may encounter problems with the XML
Maps causing load errors, however it is do-able as I have done it
successfully in a recent project

I highly recommend Alvin B's Book. It helped me tremendously.

Alvin T
 

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