Greg Woolsey

Results 15 issues of Greg Woolsey

when determining line and fill colors from an or element in an OOXML (XLSX) spreadsheet, there are special attributes possible for these: . If present, the color is effectively transparent....

Sometimes Excel stores a chart with an anchor referencing two cells, creating a rectangular range, plus EMU offsets. This is a CTTwoCellAnchor POI type. Vaadin handles these correctly. However, ```SpreadsheetFactory.getAnchorFromParent(XmlObject)```...

I want to fix bugs/convert more chart formatting properties, but I'm struggling to do so because I have to either copy Vaadin code or rewrite my own logic. This particular...

### Description When a cell with a custom editor is clicked, the custom editor is displayed instead of (or on top of, hiding) the cell static contents. However, after displaying...

enhancement
Impact: Low
refactor
UX

### Description there is no way to hide/remove the Spreadsheet component overlays for table column filter menus. As the title says, even if setVisible(false) and setHeaderHidden(true) are called in an...

bug
Severity: Minor
Impact: Low
vaadin-spreadsheet