-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.odftoolkit.simple.table.Table#getCellByPosition(int, int) throw java.lang.IllegalArgumentException during autoextend if empty template has formatted 1st row #5
Comments
I am sorry, but I guess all the Simple API guys have left the project and there is no existing maintainer for this part of the ODF Toolkit. Even worse, it was once meant as fork from the ODFDOM by IBM and they duplicated lot of source code, but never unduplicated (merged) it when they donated it to Apache. Therefore I think the best is to drop this library after our first release. For instance, I am always working on ODFDOM library. My own fork with new collaboration features is already merged with the features of this ODFDOM and likely become the next 1.0.0-SNAPSHOT branch: you may find it at https://github.com/svanteschubert/odftoolkit/tree/odf-changes |
Thanks. It is sad news for me. I still think that need have simple API for interaction with ODF, probably with different architecture than this simple-odf. Best regards. |
You might just keep Simple API if it suits your needs, I am working solely on ODFDOM. In addition, I am still working on adding some high level API more related to semantic than on XML to ODFDOM. |
Still if you want to provide a fix, I would merge it, as for the next first release we are still providing Simple API as Maven JAR. |
If I have enough time I will work it. But I don't say for sure it now( |
We might as well consider to move/refactor back functionality from Simple API to ODFDOM API.. |
The Simple API has been deprecated and unless you come up with patches before the next release (where we will remove the API from the ODF Toolkit) we won't fix this issue. Closing it ... You may reopen in case you still like to provide a patch.. |
I have simple spreadsheet template: empty template has formatted 1st row, see firstRowFormattedTemplate.zip. I tried load this template:
and I catch exception:
I enabled debug and saw:
I.e.
lastColumnIndex
is-1
and autoextend down.The text was updated successfully, but these errors were encountered: