read excel with a c++ program on Unix

Q

quickcur

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

Thanks,


qq
 
H

Harlan Grove

[email protected] 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++.
 
Top