Creating Excel Spreadsheet without opening Excel application

  • Thread starter Thread starter Ken Hall
  • Start date Start date
K

Ken Hall

Is it possible to create an Excel spreadsheet using VB.NET without
opening the Excel application or having to have the Excel application
on the operating computer?

KH
 
Ken T.-- This link requires Excel.

Ken H. -- Intersting question. I don't believe this is possible unless you
hack the excel file. This requires extensive assembly language know-how and
a thorough understanding of the Portable Executable file structure.

With COM, you can create a spreadsheet in the background (i.e. without
showing the excel application), but this requires excel on the users machine.

-Fabricio
(e-mail address removed)
 
I thought that may be the case. The one good thing is that it looks
fairly easy to do.

Thanks.

Ken
 

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

Back
Top