write excel C++ without excel

  • Thread starter Thread starter Sven Passig
  • Start date Start date
S

Sven Passig

Hi there,

doas anybody know if there is a C++ library that allows to write excel in a
binary format (BIFF8).

greetings

Sven


--
***************************************
Sven Passig
COMsulting Gerhard Faehling GmbH
Oeverdieker Weg 6
23669 Timmendorfer Strand
Tel: 04503 / 88 10 12
Fax: 04503 / 88 10 18
E-Mail: (e-mail address removed)
Internet: www.comsulting.de
***************************************
 
Sven Passig said:
Hi there,

doas anybody know if there is a C++ library that allows to write excel in a
binary format (BIFF8).

greetings

Sven

Not C++ but there are C, Java and Perl libraries and source at

http://chicago.sourceforge.net/devel/docs/excel/

The Microsoft Excel 97 Developers toolkit
included full documentation of the Biff-8 file
format and some sample code IRC

There's a library available from SoftArtisans
that provides rather easier to use functions
for generating a spreadsheet from a datasource
or ASP page

http://www.componentsource.com/catalog.asp?fl=&bc=&sc=CS&PO=510895&option=7388&bhcp=1


Keith
 
Back
Top