diff options
author | Alexander Bruy <alexander.bruy@gmail.com> | 2012-06-02 20:04:10 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:15 -0500 |
commit | 7359faaf89eac913947a4e103edebf6260149a2c (patch) | |
tree | 9bdba068ff9964cdc95120678c310c285564ea7a /libraries/freexl/README | |
parent | 9a5d642f2eef58ecf7fd35d358ba26a0dc530cbc (diff) | |
download | slackbuilds-7359faaf89eac913947a4e103edebf6260149a2c.tar.gz |
libraries/freexl: Added (library to extract data from Excel files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/freexl/README')
-rw-r--r-- | libraries/freexl/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/freexl/README b/libraries/freexl/README new file mode 100644 index 0000000000..c29c657e3b --- /dev/null +++ b/libraries/freexl/README @@ -0,0 +1,11 @@ +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). |