Vaadin Bot

Results 148 issues of Vaadin Bot

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

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

**Originally by _dattukv_** --- 1] Create a row with data format $0.00 on the cells like below ``` Spreadsheet spreadsheet = new Spreadsheet(); Row row = spreadsheet.getActiveSheet().createRow(0); for (int i...

bug

**Originally by @Artur-** --- 1. Grab the Loan calculator file used in http://demo.vaadin.com/spreadsheet/ 2. Create an empty spreadsheet 3. Populate the spreadsheet using load(InputStream) witht the Loan calculator Expected: The...

bug

**Originally by _cesarecantieri_** --- When the user is editing a cell value then, before hit the enter, the user selects another sheet, the attached error might happen. --- Imported from...

bug

**Originally by [email protected]_** --- Hi there, We are using Vaadin 7.6.5 on Tomcat v7.0.55 and while testing Spreadsheet 1.2.2 before purchasing, we have noticed an issue while testing the sheet.setActiveSheetProtected("")...

bug

**Originally by _vasi-11_** --- In spreadsheet broken display file with merge cells and freeze top rows and first columns. When scrolling through the cell overlap, and cell borders disappear. This...

bug

**Originally by _mbranicky_** --- We have a use case when we are loading Excel data from XLSX file right into the Spreadsheet component. Even very large or complex sheets with...

bug

**Originally by _wuuemm_** --- Under some circimstances, `write()` method creates files, which MS Excel cannot read and wants to repair. If repaired, those files usually lack formatting and the last...

bug

**Originally by [email protected]_** --- Certain spreadsheets, we believe they are the ones that have a selected cell outside of the visible range, do not display correctly. They are missing row...

bug