This is Libexcel library for MS Visual C++ 2008 (version 1.0)

Libexcel is a static library (.lib) with header files (.h) for writing
xls-files. It doesn't require Microsoft Excel for processing and write
files directly (no OLE Automation).

Using library:

- add path to include directory of libexcel package in  your  compiler 
  (Additional Include Directories)
- add path to  lib  directory  of  libexcel  package  in  your  linker 
  (Additional Library Directories)

Key features:

- static linking (no dll dependencies)
- not requires Microsoft Excel (no OLE Automation)
- use native C++ interface (classes and exceptions)

The reference documentation is available  locally  in  Libexcel's  doc 
directory. Also see examples.

If you think you have found a bug in Libexcel, we would like  to  hear 
about it so that we can fix it.

Web: http://libexcel.com
E-mail: support@libexcel.com




