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

_From @snander on May 9, 2017 17:24_ Using Vaadin framework 8.0.5, Spreadsheet 2.0.0, and applying the following style to a cell does not rotate the text as expected. HSSFCellStyle myStyle...

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...

It can be reproduced using [NamedFormulaFormatting.xlsx](https://github.com/vaadin/spreadsheet/files/596799/NamedFormulaFormatting.xlsx) in spreadsheet demo. 1. Upload attached file 2. Change value in B2 to 5. A1 value and format are updated 3. Change value in...

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...

Steps to reproduce: 1. Create a sheet with different values a A1 and A2 2. Select A1 and A2, right-click and select Merge cells 3. Right-click the merged region and...

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...

This happened in Vaadin 8.0.1 with Spreadsheet 2. When I create a Spreadsheet component using an Excel file in Spreadsheet 2, there's an Exception if a cell contains a Hyperlink...

**Originally by @tmattsso** --- -When adding a freeze pane the grouping button always shows '-'. -And the Freeze pane division line doesn't continue the division line of the spreadsheet, looks...

bug

Scenario: There is a Spreadsheet component which has for example 2 sheets. On every sheet, any row is the same count of columns etc, only the values are changing and...

**Originally by _dvekeman_** --- We have an excel file which we render using Vaadin Spreadsheet. It works fine in most browsers (Safari, Chrome on Win/Mac, Firefox on Win/Mac), except for...

bug