Microsoft
Software
Hardware
Network
Question : What is needed to read EXCEL file fom Visual Basic 2008 without Office installed?
On my development PC (Windows 7 prof. with Visual Studio 2008 using VB) i develop an application that opens and reads an Excel file using die reference to Microsoft.Office.Interop.E
xcel . That works fine.
(On the development machine Office 2007 ultimate is installed).
Bringing the program .exe to the target machine under Windows 7 prof. too, everything works fine, but the EXCEL section does not work. What do i have to install to read Excel files without Office installed?
Answer : What is needed to read EXCEL file fom Visual Basic 2008 without Office installed?
You can actually open a spreadsheet as a database -
http://support.microsoft.c
om/kb/3169
34
I've used the technique and it takes a bit to get it going, but works well when it does.
Random Solutions
How do you change the default username for default SQL Trace
Access - Calling a Sub form after a "click"
Replacing CreateDIBSection with CBitmap
IIS: How to define multiple web sites, each with their own domain and SSL?
need to union a select statement
Laptop will not come out of standby
Ftp Password
RPC to DC not working error 1722
VB Bindingsource checking if records have been edited
How to wait for a chart in a form to fully load before proceeding with code