Svante Schubert
Svante Schubert
@apb12 When you unzip the ODF document file (rename .ods to .zip and unzip), you will realize that ODF in the content.xml - like other document formats put the cell...
@apb12 Can you unzip the result and take a look at the content.xml? Just curious! BTW if you desire to debug with Xerces-J - the used underlying DOM implementation, by...
@apb12 To add a debuggable Xerces-J (Java) you should better download the latest Xerces-J as ZIP as there are all required JARs on root level. For instance, for the IDE...
Just some background on the ODF styling. Similar to HTML/CSS, there is a style hierarchy. 1. Closest to the text (overwriting everything like inline HTML) is the automatic styles or...
@xzel23 The Date is specified in ODF 1.4 here: https://docs.oasis-open.org/office/OpenDocument/v1.4/OpenDocument-v1.4-part4-formula.html#Date Another view on the problem is to look at the XML, here the XML Grammar as HTML in ODF 1.3:...
@xzel23 I was in a hurry earlier, allow me to answer now in more detail: The XML grammar states for a cell, which is `` XML element, the following structure:...
@xzel23 Could you tell a bit more about the zoned/offset dates and times? But there is still a related problem in #372 which is related to this patch, please take...
@Nikita78787878 Could you please clone the ODF Toolkit on GitHub, create a branch and provide a test that creates the problematic tables on the current main branch? Like https://github.com/tdf/odftoolkit/blob/master/odfdom/src/test/java/org/odftoolkit/odfdom/doc/table/TableTest.java#L366 There...
@xzel23 While I had been waiting for the review for the enabling the format tests, the time refactoring causing some trouble. Fixed one as part of my pan-ultimate commit, but...
Let's summarise a bit on the date patterns we have been discussing. We are an ODF library, our ground truth is the ODF specification. Unfortunately, the Date patterns are not...