https://bz.apache.org/bugzilla/show_bug.cgi?id=57840
--- Comment #3 from GW <[email protected]> --- I have this working against trunk, all tests pass, but no new tests yet. I'll work on a patch today and tomorrow with tests and some tweaks to the original patch. For one, it had company network specific changes to build.xml that leaked into the patch (I've removed them). There is some code that could benefit from turning a series of constants into an Enum, and it performs very slowly for large workbooks/large tables. I can see a couple of things that would be quick, small changes for some big gains. Again, with tests. First, though, I have to test against 3.12, as a library I use (Vaadin Spreadsheet) doesn't like something that changed in the API between 3.12 and trunk, as that's where my POC has to work for my day job :) -- 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]
