spreadsheet
spreadsheet copied to clipboard
Spreadsheet for Vaadin Framework
The default row height isn't applied unless you switch sheets or add a new row.
The CVAL header in each source file refers to `the file license.html distributed with this software`, but no such file can be found in any Maven artefact. There is a...
Spreadsheet has to modes: touchMode=true and touchMode=false. Which one is used is determined by asking GWT's TouchEvent class. https://github.com/vaadin/spreadsheet/blob/master/vaadin-spreadsheet/src/main/java/com/vaadin/addon/spreadsheet/client/SpreadsheetWidget.java#L196 ```java setTouchMode(TouchEvent.isSupported()); ``` This means that desktops with touch screens will...
**Originally by @alvarezguille** --- Spreadsheet has three different input types without considering custom editors: - value input in cell input or formula bar - paste action - cell value shifting...
This could be reproduce in [Spreadsheet demo site](https://demo.vaadin.com/spreadsheet/). When I enter some multi-byte characters in a cell, a first character is accepted as single byte character just like attached file....
Vaadin version 8.4.5, Spreadsheet 2.1.0.alpha1 Minimal example to reproduce - just click the button. ``` package foo.bar; import javax.servlet.annotation.WebServlet; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Sheet; import com.vaadin.addon.spreadsheet.Spreadsheet; import com.vaadin.addon.spreadsheet.SpreadsheetComponentFactory; import com.vaadin.annotations.Theme; import...
**Originally by @petrixh** --- Hi, We've observed that spreadsheet 1.1.6 has a slow but, in one customer project, significant memory leak in the browser which will slow down IE11 significantly...
version: 2.1.0.alpha1 method: sheet. refreshCells(Collection cells) ~~~java java.lang.IllegalArgumentException: Cell index must be >= 0 at org.apache.poi.xssf.usermodel.XSSFRow.getCell(XSSFRow.java:270) at org.apache.poi.xssf.usermodel.XSSFRow.getCell(XSSFRow.java:259) at org.apache.poi.xssf.usermodel.XSSFRow.getCell(XSSFRow.java:45) at com.vaadin.addon.spreadsheet.Spreadsheet.loadHyperLinks(Spreadsheet.java:3214) at com.vaadin.addon.spreadsheet.Spreadsheet.loadHyperLinks(Spreadsheet.java:3201) at com.vaadin.addon.spreadsheet.Spreadsheet.updateRowAndColumnRangeCellData(Spreadsheet.java:3044) at com.vaadin.addon.spreadsheet.Spreadsheet.reloadVisibleCellContents(Spreadsheet.java:2676) at com.vaadin.addon.spreadsheet.Spreadsheet.updateMarkedCells(Spreadsheet.java:1597)...
Originally reported in forum https://vaadin.com/forum/#!/thread/16976822 Can be reproduced in demo.vaadin.com/spreadsheet * Open styling demo and create a second sheet * Set a cell value to `='Sheet2'!D2` * Use the bottom-right...
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...