How to use OWC (MS Office Spreadsheet 11) with VB.NET

Z

Zain Hansrod

Hi,

I need a very simple tutorial how to use the Office spreadsheet COM
component with VB.NET, maybe with just a command button when clicked
populates the A1 cell on the spreadsheet.

I also need to know how to package and deploy it to the client.

I have created a simple app on my side, works on the development PC but not
on the client machine!

Thanks.
 
A

Alvin Bruney - ASP.NET MVP

You need to make sure OWC is installed on the client. Google this newsgroup
for a sniffer script that I've posted.
What issues are you seeing?
 
Top