spreadsheet icon indicating copy to clipboard operation
spreadsheet copied to clipboard

Spreadsheet for Vaadin Framework

Results 103 spreadsheet issues
Sort by recently updated
recently updated
newest added

I merged https://github.com/vaadin/spreadsheet/pull/843 too quickly, continuing to fix the issues in this one.

Bumps `vaadin.version` from 8.0.0 to 8.12.4. Updates `vaadin-server` from 8.0.0 to 8.12.4 Release notes Sourced from vaadin-server's releases. Vaadin Framework 8.12.4 is a maintenance release with the following fixes :...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

The method `deleteRows` produces a NullPointerException. `java.lang.NullPointerException: Cannot invoke "org.apache.poi.ss.util.CellReference.getRow()" because "selectedCellReference" is null` https://github.com/vaadin/spreadsheet/blob/317684df11cdb37c29ca5824afc756584aa714e2/vaadin-spreadsheet/src/main/java/com/vaadin/addon/spreadsheet/Spreadsheet.java#L2357C10-L2357C10 Here, the cell reference of the currently selected cell is used. There is no check...

**Originally by @alvarezguille** --- Depending on platform the calculated width is not always enough. Can be tested in demo. Check screenshots for same text. --- Imported from https://dev.vaadin.com/ issue #17289

bug

When a sheet contains significantly number of rows (~4000), then updating even a single cell, or deleting the whole row, or column becomes really really slow. I've attached file with...

It will be easy to maintain this if both projects are aligned, at least in everything regarding dependencies. POI was already updated in the [flow-components spreadsheet](https://github.com/vaadin/flow-components/blob/main/pom.xml#L41) BTW, I need in...

It happens in v8 and flow ![shift](https://user-images.githubusercontent.com/161853/165338357-0a08e171-7335-4b71-8939-7349bc72bd84.gif)

bug