Commit Graph

5 Commits

Author SHA1 Message Date
Mark Baker
1e711541f1
Refactoring xlsx reader ()
Start work on breaking up monolithic Reader and Writer classes into dedicated subclasses to make maintenance work easier
2019-06-30 23:42:25 +02:00
Mark Baker
6c25b6f422
Refactor Xlsx Properties Reader code into a separate class ()
* Unit tests for refactoring Spreadsheet properties
* Refactor Xlsx Properties Reader code into a separate class
2019-06-10 16:44:55 +02:00
kraser
906bdc613c Fix failure when parsing xlsx with drawing having double (redefined) … ()
* Fix failure when parsing xlsx with drawing having double (redefined) attributes

* Fix failure when parsing xlsx with drawing having double (redefined) attributes
2019-05-30 11:42:00 +02:00
AlexPravdin
ebc0b56959 Fix when loading and saving XLSX file with empty drawing cause c… ()
* Fix  when loading and saving XLSX file with empty drawing cause corrupted output file. Store empty drawing as unparsed entity and save it as is when saving the file.

* Fix code style
2019-05-30 10:38:03 +02:00
GreatHumorist
2abe56b946 Support missing attribute r in c node when reading xlsx
When describing a cell, the cell reference (r="A1") is optional.
When not present, we should just increment the index of the last processed row.

Fixes  
Closes 
2017-09-22 14:49:38 +09:00