View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.sdk,microsoft.public.excel.worksheetfunctions,microsoft.public.excel.worksheet.functions
Harlan Grove Harlan Grove is offline
external usenet poster
 
Posts: 733
Default read excel with a c++ program on Unix

wrote...
Hi, how can I read Excel file with a C++ program running on unix? Is
there library available?


You crossposted to a few inappropriate newsgroups.

Maybe. Have you tried a web search? FTHOI, there are a few Perl module
on CPAN that can read and write XLS files. Maybe you could translate
Perl to C++.