Ian Scriven

Results 7 issues of Ian Scriven

This is applicable to the current master branch, not a released version - specifically pull request #648 See the attached file. Both cells have a conditional formatting rule (red with...

I'd like to be able to update charts in the spreadsheet after making changes to cell values in my code. At the moment, the charts only update when the user...

When selecting a large number of cells, the blue border around the selected cells doesn't always match the actual selected cells. Steps to reproduce: 1. go to https://demo.vaadin.com/spreadsheet/ 2. select...

Referring to the "Collaborative features" spreadsheet in the demo (https://demo.vaadin.com/spreadsheet/): If you enter the value "1/1/17" in D7 (currently "1/1/15"), the new value becomes a String (not a numeric date),...

Please see this spreadsheet: [conditional formatting issue.xlsx](https://github.com/vaadin/spreadsheet/files/1126582/conditional.formatting.issue.xlsx) When a cell has a conditional formatting rule that references a formula cell, the referenced cell doesn't update properly when the cells used...

Vaadin Spreadsheet seems to be breaking Excel compatibility for any sort of cell styling/formatting. See the following simple code snippet: ``` try (Workbook workbook = new XSSFWorkbook()) { Sheet sheet...

I'm creating a UI that lets users add/remove borders from selected spreadsheet cells. It appears that the top and left borders are rendered as part of the cell above/to the...