What is xlsLib?
xlsLib is a multiplatform, a C/C++ library for dynamically generating Excel(TM) files (*.xls format). It allows the generation of these files directly without the need of other assistive software.
xlsLib can be used:
- as a statically linked library. xlsLib can easily be integrated in any C/C++ project.
- As a dynamically linked library. The classic shared object scheme can be followed for using xlsLib.
