https://bz.apache.org/bugzilla/show_bug.cgi?id=63215
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #4 from Andreas Beeker <[email protected]> --- To find the root cause, I would first roughly identify the version when it started to work, e.g. not working in 3.13, but working in 3.14. Then, identify the change in xml document, i.e. unzip the .xlsx of 3.13 and 3.14 and compare it's content. Update the 3.13 version of the .xlsx iteratively to match the 3.14 version until it works. Remove all other modifications until you know which minimum set which caused the error. Then you can use "git bisect" [1] plus a test-driver which checks the affected document part for the modifications. Or seek the modification code and check its commit log. [1] https://git-scm.com/docs/git-bisect-lk2009.html -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
