Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Schmöcker
7e01295fc3 Various issues concerning Autofilters, conditional styles, pane-freezing, Huge-Writer typo in XLST-Transformation 2015-08-03 15:31:11 +02:00
Rüdiger Plantiko
1741fa6a63 Changed source language back to 'E'
I had erroneously maintained the last correction in original language 'D'.
2015-05-24 21:25:51 +02:00
Rüdiger Plantiko
959b02aa12 Def-376 Bug in shared string table reader
If Excel's shared string table (SST) contains the empty string not only at the beginning but also redundantly at a further place, the following bug in the shared string table reader of class ZCL_EXCEL_READER_HUGE_FILE occurs:

Since the sXML reader was not cleared with the beginning of each node, the last read string of the table was carried over into the next string . 

Added unit test ```test_shared_string_some_empty``` to reproduce the bug, and fixed it in the way proposed by Kai Walter (see Def-376)
2015-05-24 20:55:43 +02:00
Ivan
24c5fca308 Update slinkees
Update of all the slinkees files with the latest version of SAPLink to
simplify merge of pull request
2015-01-12 14:55:28 -06:00
Hannes Rempel
23858bdf03 backwards compatibility 2014-10-29 13:30:48 +01:00
Rüdiger Plantiko
37671d6ad7 Fixed a bug in shared string table reading
There was a book in reading strings from the SST, caused by not catching the "node value" event in the main loop. Shared strings could point wrongly to the first table element (which usually contains the empty string).
2014-05-02 22:26:13 +02:00
Ivan
169764004b Renaming huge file reader class 2014-02-24 15:32:29 -06:00