https://bugs.documentfoundation.org/show_bug.cgi?id=150189
Timur <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |[email protected], | |[email protected] Status|NEW |RESOLVED --- Comment #3 from Timur <[email protected]> --- Regression fixed with the following. Since other ticket is similar, bisected to the same regressoin commit, I mark as duplicate, regardless this is earlier. Still not ideal, but seems good enough for this one to be closed. commit 9a1336e81c84c3386658eff25da34eca7fd86b77 [log] author Noel Grandin <[email protected]> Thu Oct 24 13:31:28 2024 +0200 tdf#153182 PPTX Chart with datamodel rendered incorrectly Partial fix. (*) fixed bugs where the use of continue in loops meant that a tracking variable was not being updated (*) improved exception message in TableModel::getCellByPosition (*) rather than exiting the view generation process with an exception, log a warning and skip that part of the view process The root of the problem here is that we don't seem to be importing data-tables from PPTX properly. I suspect that we need more import code, in particular, we probably need to read some flag that indicates if we have header rows and columns. *** This bug has been marked as a duplicate of bug 153182 *** -- You are receiving this mail because: You are the assignee for the bug.
