FreeXL
Not logged in

FreeXL is an open source library to extract valid data from within Spreadsheets.
The following document formats are supported starting since version 2.0:

  • MS Excel legacy BIFF binary format (.xls)
  • MS Excel new XML-based format (.xlsx)
  • Free/OpenOffice Calc XML-based format (.ods)

FreeXL design goals:
  • to be simple and lightweight
  • to be stable, robust and efficient
  • to be easily and universally portable
  • completely ignoring any GUI-related oddity

Note that the final goal means that FreeXL ignores at all fonts, sizes and alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual Basic macros and so on. FreeXL is structurally simple and quite light-weight (typically 40-80K of object code, stripped).

FreeXL is licensed under the MPL tri-license terms; you are free to choose the best-fit license between:

Strictly related projects:
Sources: current version is 2.0.0 (released on 2023-07-25)
Doxygen documentation:
  • online HTML overview doc
  • download HTML overview tarball (tar.gz)
  • download HTML overview zipfile (zip)
  • PDF of full documentation