Greg Woolsey
Greg Woolsey
I can't attach a *.java file directly in GitHub, and changing it to .txt would mean no pretty formatting colors, so here's the full listing of my new `ConditionalFormatter` using...
I also found a bug in the current SUBTOTAL implementations. It looks to me like if that gets fixed, the functionality you want would come along with it. https://bz.apache.org/bugzilla/show_bug.cgi?id=60724 I...
I'm using a custom build of 2.0 master, and haven't noticed this lately. There are formatting elements (mostly borders) that don't reappear properly when scrolling, however. Changes in my production...
I've committed the supporting code to POI/trunk. It will be available in the next nightly, future betas, and eventually 3.16-FINAL. Unfortunately there was a build infrastructure update yesterday that broke...
I've confirmed this updated class code, along with the latest POI nightly build, work as-is with: Vaadin 8 Charts 4 Spreadsheet 2 Spreadsheet 2.0 didn't change the class interface or...
POI 3.16 is now [published](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.poi%22), and includes the changes used by the above proposed replacement class implementation. Let's have a discussion :) I'd love to see this in a future...
I haven't tried with the latest snapshot, I'm still running against the 2.0 release for now, as I'm finalizing a product build. I do plan to work on this in...
#595 is my PR for this work now done against master, but requiring POI 3.17-beta1.
I haven't encountered that, as apparently none of our customers using Surface devices have mentioned it. So no, none of my code addresses this. (edit) Moved my comments to #658,...
Attaching a test case for you. This one works with the changes below. [Hospice Cost Report No Gradient.xlsx](https://github.com/vaadin/spreadsheet/files/1096908/Hospice.Cost.Report.No.Gradient.xlsx) POI commit [1799643](https://svn.apache.org/viewvc?view=rev&rev=1799643) (part of 3.17 beta 1) fixes the root cause...