11 Commits

Author SHA1 Message Date
Jan
64f8523481 Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:47:09 +02:00
Jan
029c52f823 Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:43:51 +02:00
Jan
b46bfe016e Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:36:50 +02:00
Jan
d5d188a658 Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:30:37 +02:00
Jan
cdc7a93771 Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:20:26 +02:00
Jan
976eff514e Support for style per column for XLSX and ODS - test with styles array 2015-10-09 14:05:19 +02:00
Jan
85abc77182 Support for style per column for XLSX and ODS - test with styles array 2015-10-09 13:54:06 +02:00
Adrien Loison
e4154dfdc3 ODS Reader
Spout can now read ODS files.
It's on par with the XLSX reader. The only difference is that the row iterator cannot be rewound.
It supports the different output formats from LibreOffice and Excel, skipping extra rows/cells if needed.
2015-09-01 10:53:49 -07:00
Adrien Loison
bc009a3241 Use number-columns-repeated in ODS writer
The number-columns-repeated usage may reduce the size of the outputted XML file by merging repeated values together.
2015-08-31 12:03:28 -07:00
Adrien Loison
156fd29a44 Improve ODS Writer
Remove num-columns-repeated and num-rows-repeated as it does not seem to be required (LibreOffice does not add them).
This greatly simplifies the writer and the XML output.
Added some optional attributes to help LibreOffice with cell values caching ("calcext")
2015-08-31 09:55:17 -07:00
Adrien Loison
5949cb2442 ODS writer
Added ODS writer
Refactored XLSX writer to abstract some pieces into an abstract multi-sheets writer
Created an abstract style helper
Moved shared components around
2015-08-28 20:19:45 -07:00