Svante Schubert

Results 122 comments of Svante Schubert

The table is like an anomaly in the XML document format. While everything else fits nicely in the XML tree format, the table being a two-dimensional array does not and...

We might be crosstalking, let me give you an example. Would it not be helpful to have an API that returns all cells (and their positions) in document-order which are...

Allow me to answer indirectly ;-) Let's say there are different types of APIs for ODF (or in general). 1. Initially, when we load the ODF XML we receive the...

One last comment in regard to cell ranges. If you select any rectangle of cells within a table (every sheet of a spreadsheet is a table) it is a cell...

Cool, you may find sample documents in the folder: https://github.com/tdf/odftoolkit/tree/master/odfdom/src/test/resources/performance Thanks in advance, Svante

That was quick! :-) Thank you! 👍 How do we trigger the performance test and where might be the best place to document its existence? PS: Yes, it is still...

Hi Ken, I was a little distracted from a different opensource project (synergies hopefully come later), but the apache documentation is under reconstruction at the moment on this branch: https://github.com/tdf/odftoolkit/tree/website...

Many thanks for your assistance, Ken! My current guess is that the performance test is quite related to integration tests. Those are running after the JAR is being build and...

Hey Ken, Currently, we started using Travis, but if there is any good reason we might switch to anything else. Preferable runnable within GitHub and free for OpenSource. :-) Good...

Just to clarify, the next release 0.9.0 will still include the Simple API, but just after the release the sources (and documentation) will be removed. If there is sample code...