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

Hi Peter
why not import *.csv files?

--
Regards
Frank Kabel
Frankfurt, Germany


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