Tobias Koch
Results
1
issues of
Tobias Koch
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...