Ian Scriven

Results 7 comments of Ian Scriven

I've worked around this by updating Gantt to implement Scrollable (see attached patch - note it's just a quick hack, not necessarily product-ready code). In my application I know the...

I've done some investigating on this, and have found the cause. Line 270 of ConditionalFormatter: `// calculate for cells to the right and below first, so this can have the...

This is actually a wider-reaching feature request. There are a bunch of other formats that don't work as expected (there are probably more): - Currency ($100 should be saved as...

I had a different process (non-user) that was making changes to the underlying workbook (using POI directly) then calling Spreadsheet#refreshCells (or refreshAllCellValues) to show the updated values, but this didn't...

I can confirm that this issue is not present if using the alternate ConditionalFormatter provided by Greg Woolsey here - https://github.com/vaadin/spreadsheet/issues/461#issuecomment-279091036

Hi Greg, I've tried using your ConditionalFormatterPOIDelegate listed above, but it's not working - cells that have conditional formatting rules show "#VALUE" when the rule gets triggered. Is there an...