./textproc/freexl, Library to extract valid data from an Excel spreadsheet

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.6, Package name: freexl-1.0.6, Maintainer: pkgsrc-users

FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet. 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).


Master sites:

Filesize: 919.12 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-08-06 18:31:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
freexl: updated to 1.0.6

1.0.6
Unknown changes
   2018-02-27 07:48:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
freexl: updated to 1.0.5

1.0.5:
Bug fixes.
   2017-05-12 13:28:51 by Jonathan Perkin | Files touched by this commit (1)
Log message:
SunOS requires an explicit -liconv.
   2015-11-27 15:00:26 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet. 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).