libxls Changelog

What's new in libxls 1.2.0 Beta

Jan 17, 2012
  • C++ wrapper provides a nice high level interface to the library
  • interator to get all non-blank cells
  • uses 1 based rows, use numbers or alpha style column identifiers
  • supports both strings and wstrings (you can elect one or the other)
  • random access using sheet/row/column
  • library is more C++ friendly even when used without the wrapper
  • headers restructured so that only xls.h appears in the include directory (others are in a libels subdirectory
  • so please insure old ones removed)
  • pack() issues should be fully addressed
  • the library builds cleanly now in both 32 and 64 bit modes.
  • "make check" runs the test program
  • all open bugs and patch requests addressed

New in libxls 1.1.0 Beta (Jan 13, 2012)

  • updated all the auto* files for libtool 2.2.10 (to add -std=C99 and the program prefix)
  • file name assumed to be utf-8 or ascii (charset not applied to them
  • fixes some user bugs) This means UCS-2 encoding etc should now work properly

New in libxls 1.0.0 Beta (Dec 27, 2011)

  • fixed a bunch of memory leaks found by valgrind
  • fixed memory problems causes by under allocating memory