diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-08-21 09:38:20 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-08-21 09:38:20 +0200 |
| commit | e41d046a9d4cdbcfbbd297da817a853b8415f058 (patch) | |
| tree | c957adc588c0cd3def231b984c884ba96fb4a71f /test/parsertest | |
| parent | 51a4e03c938364628d8813aa7d66e618cddf0a85 (diff) | |
Improved parsing support for OOXML spreadsheets (.xlsx)
As reported edycop in mantis 765 (
http://mantis.tokeek.de/view.php?id=765 ), parsing of xlsx files was
quite incomplete.
Now properly support "Shared String Table" entry in Office Open XML
spreadsheets, an also detect embedded URLs.
Integrating the Apache poi-ooxml library could be an option for finer
OOXML formats support, but their SAX style parsing example (
http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api ) tends to
show that a custom SAX handler is still efficient for lightweight and
low memory footprint processing.
Diffstat (limited to 'test/parsertest')
| -rw-r--r-- | test/parsertest/umlaute_linux.ppsx | bin | 0 -> 150435 bytes |
| -rw-r--r-- | test/parsertest/umlaute_linux.xlsx | bin | 0 -> 6461 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/parsertest/umlaute_linux.ppsx b/test/parsertest/umlaute_linux.ppsx Binary files differnew file mode 100644 index 000000000..16d253a65 --- /dev/null +++ b/test/parsertest/umlaute_linux.ppsx diff --git a/test/parsertest/umlaute_linux.xlsx b/test/parsertest/umlaute_linux.xlsx Binary files differnew file mode 100644 index 000000000..909a6a213 --- /dev/null +++ b/test/parsertest/umlaute_linux.xlsx |
