syncfusion_flutter_xlsio 18.3.47-beta syncfusion_flutter_xlsio: ^18.3.47-beta copied to clipboard
Syncfusion Flutter XlsIO is a library written natively in Dart for creating Excel documents from scratch.
[18.3.40] - 10/13/2020 #
Breaking changes
showGridLines
property in Worksheet has been renamed asshowGridlines
.saveStream
property in Workbook has been renamed assaveAsStream
.save
method in Workbook has been removed.addFile
method in PicturesCollection has been removed.
[18.3.35-beta.1] - 10/02/2020 #
Features
- Updated the code with respect to coding standards.
[18.3.35-beta] - 10/01/2020 #
Initial release
Features
- Create simple Excel documents.
- Add text, number, and date time values in the worksheet cells.
- Apply cell formatting, merge and unmerge cells.
- Add basic formulas to Excel worksheet cells.
- Add images (JPEG and PNG) to Excel worksheets.
- Add pie chart, bar chart, column chart, line chart, stacked column chart,stacked line chart and stacked bar chart to Excel worksheets.