View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Import/Export Excel spreadshee data without MS Excel install


Could you do it via ODBC/Jet or ADO?


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Peter" wrote:

I have a requirement to import spreadsheet data in Excel file(.xls) to
my program, handle these data, and then export the data back to Excel
file.

Unfortunately, the host environment have no MS Excel installed. Is
there any kind of SDK can import or export data offline (means no
Excel installed)?

Thanks

Peter