Replies: 1 comment
-
It looks like the problem is caused from my template file. When you try to insert lines at row 10 - like in my example above the problem occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a strange behavior with operating on a
OdfSpreadsheetDocument
.I can open my document and update various cells using the method
getCellByPosition
. But if I call the methodthe framework becomes extremely slow and is consuming huge CPU.
My code looks something like this:
I am currently using
0.12.0-SNAPSHOT
.Has anyone else this kind of problem?
Beta Was this translation helpful? Give feedback.
All reactions