Greg Woolsey
Greg Woolsey
This isn't loaded as part of HighchartsScriptLoader, but should be, or at least should be an option. Until it is, how should I go about getting the proper version loaded,...
### Description `DefaultHyperlinkCellClickHandler.getFirstArgumentFromFormula(Cell)` looks for formula results to be of type `LazyRefEval` but doesn't handle anything in the `AreaEval` tree. Structured reference formulas return `LazyAreaEval` even when it's a single...
### Description If I set the system property named by `SheetChartWrapper.CHART_CREATOR_IMPL` to my own `ChartCreator` class, and it references in my case a custom `Chart` class that loads additional JS...
Remove mobile "Fill" overlay, implement context menu for all. Everything but iOS gets the simple ContextMenuEvent handler. iOS, which doesn't support that, needs a timer to simulate long-press like Android...
between POI updates and this new attempt at pushing my local conditional formatting work, I have much more properly supported. Note however I've identified at least one POI regression (which...
The release vote passed, POI 4.0.0 will be available next week. Most breaking changes are in these quick and easy categories: * Switch from using int values where Enum is...
Excel tables have their own styles, including 60 or so "built-in" styles defined in the Open Document specification. I'm teaching POI about them for the 3.17 release, and adding some...
I've only seen this when scrolling sideways, but have at least one user who can reproduce it scrolling vertically as well. Upload the attached sample to https://demo.vaadin.com/spreadsheet/. It just contains...
When a sheet is locked but has a few cells unlocked, and those cells have custom editors, the editor in a cell is not displayed when the selection is moved...
I'm both a POI project committer/PMC member, and Vaadin ProTools user working on a commercial offering that uses Vaadin Spreadsheet. I've found the following flaws with Vaadin Spreadsheet's `ConditionalFormatter` class:...