Releases: AsposeShowcase/Html5_Spreadsheet_Editor_by_Aspose.Cells_for_Java
Releases · AsposeShowcase/Html5_Spreadsheet_Editor_by_Aspose.Cells_for_Java
HTML5 Spreadsheet Editor by Aspose.Cells for Java v1.6
What's new in v1.6
- Change font color
- Change background color
- Add formula bar
- Add a box beside formula bar to see current cell
- Add button beside formula bar to insert a formula in current cell
- Bug fix: Cell editing modifies value of wrong cell on orignal sheet
- Bug fix: Editing an empty cell in a new sheet results in very big text.
- Removed confusion caused by cell editor while editing a cell with long text
- Add support to CellsService for clean cache
- Add support to LoaderService to unload Workbook objects
- Clean up server resources when user close the spreadsheet
- Aspose Color to CSS color conversion is now more simplified
- Add a separate service for Workbook for workbook related tasks including add/remove sheets, loading/unloading, save and export etc.
- Add custom JSF renderer to render inline cell editor
- Add Logger to all classes to ease tracing of errors and debugging
- Optimized code. Fixed 103 issues reported by SonarQube
HTML5 Spreadsheet Editor by Aspose.Cells for Java v1.5
What's new in v1.5
- Insert cells
- Delete cells
- Clear cell formatting
- Clear cell contents
- Adjust column width
- Adjust row height
- Fixed the double scrollbar issue
- Service-oriented modular design
- Server-side cache for cell, row, column and worksheet objects
- Differential updates to DOM to minimize the rendering time