Overview of Flutter XlsIO - Syncfusion file-format library
13 Jul 20261 minute to read
The Syncfusion Flutter XlsIO is a native Dart library used to create Excel documents from scratch. It works on Flutter Mobile and Web platforms without requiring Microsoft Office COM libraries or a Microsoft Office installation.
Prerequisites
Before getting started, ensure the following are installed:
- Flutter SDK - version compatible with the current Syncfusion Flutter XlsIO release.
- Dart SDK - bundled with the Flutter SDK.
- A code editor such as Visual Studio Code.
Key features of Syncfusion Flutter XlsIO
- Supports creating Excel documents from scratch.
- Supports adding text, number, and date-time values.
- Supports Excel formulas.
- Supports cell formatting.
- Supports adding images in JPEG and PNG formats.
- Supports creating and manipulating charts.
- Supports adding hyperlinks to text and images.
- Supports inserting and deleting rows and columns.
- Supports autofit for rows and columns.
- Supports protecting Excel workbooks and worksheets.
- Supports Excel conditional formatting.
- Supports importing list data into Excel worksheets.
You�can�get�the�sample�from�this�link:�Flutter XlsIO