Greg Woolsey

Results 58 comments of Greg Woolsey

Test file in Excel: ![excel](https://cloud.githubusercontent.com/assets/1968253/26272911/de32ebbe-3cd8-11e7-9747-92053bf7c916.PNG) Test file in my app: ![vaadin](https://cloud.githubusercontent.com/assets/1968253/26272912/de3687b0-3cd8-11e7-98ef-246b25e8f9c5.PNG) test file: [tableStyleTest2.xlsx](https://github.com/vaadin/spreadsheet/files/1015864/tableStyleTest2.xlsx)

Note however that my temporary local solution is incomplete. To be correct, table styles need to be implemented in their own first-class widget connector property, as the order of format...

I'm happy to share my code when Vaadin Spreadsheet updates to a build of POI that includes the requisite changes. The table style changes in POI also fix some issues...

I'll have to do it in stages. I have too many local changes to support all sorts of additional Excel chart properties and table functions. I think first I'll submit...

This is closely tied to the changes I'm submitting for #461, fixes for conditional formatting. They share some common code. Should I try to tease out the common code and...

Will see about doing common work in PR #701 and just table styling as a separate branch after.

Further, my working POI code now supports proper conditional evaluation logic for all types of Excel 2007+ (XLSX) rule types. The only logic left is the display-side treatment of things...

I'll ask the group about it. I'm fairly new as a committer, but I've been a power user for over a decade. I suspect the issue is figuring out which...

Yep, I just dug into the source a bit. It will require similar work to evaluate filters dynamically. One big issue would be keeping the row "hidden" attributes in sync...

Actually, it looks pretty straightforward to calculate if the function assumes everything is current and updated properly. This will be the case for a saved workbook. Anything modified after reading...