Flutter Gems is a curated list of 6000+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter CSV, Excel, ODS and Sheets packages

Last updated: May 12, 2024

Spreadsheets are interactive applications designed for computation, organization, analysis and storage of data in tabular form. Spreadsheet applications can run on either computer (Microsoft Excel, Numbers, OpenOffice, LibreOffice) or web (Google Sheets). The program operates on data entered in cells of a table. Each cell may contain either numeric or text data, or the results of formulas that automatically calculate and display a value based on the contents of other cells. The data entered in a spreadsheet can be saved and exported in various open source or proprietary formats like CSV, XLSX, ODS, etc.

The complete list of Dart and Flutter packages that can read and write CSV, XLSX, ODS, and other tabular file formats is provided below.


excel
Dart 3 compatible 👍 952
Maintenance Status: Good

A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side.

syncfusion_flutter_xlsio Card Image
syncfusion_flutter_xlsio
Dart 3 compatible 👍 349
Maintenance Status: Good

Flutter XlsIO is a Dart library for creating Excel documents with formulas, charts, images, hyperlinks, autofit rows and columns, and more.

csv
Dart 3 compatible 👍 319
Maintenance Status: Good

A codec to transform between a string and a list of values. The string must be comma (configurable) separated values.

gsheets Card Image
gsheets
Dart 3 compatible 👍 241
Maintenance Status: Good

A library for working with Google Sheets API v4. Manage your spreadsheets with gsheets in Dart.

syncfusion_flutter_datagrid_export
Dart 3 compatible 👍 60
Maintenance Status: Good

The Syncfusion Flutter DataGrid Export library is used to export the DataGrid content to Excel and Pdf format with several customization options.

to_csv
Dart 3 compatible 👍 54
Maintenance Status: Good

This flutter package will help you to create a csv/excel file for your data in flutter framework application.

pluto_grid_export
Dart 3 compatible 👍 23
Maintenance Status: Good

PlutoGridExport converts PlutoGrid's metadata to CSV or PDF. Used with PlutoGrid.

fast_csv
Dart 3 compatible 👍 17
Maintenance Status: Good

Classic CSV parsers suitable for most use cases. Pretty fast parsing. With experimental event-based streaming parsing.

reporter
Dart 3 compatible 👍 1
Maintenance Status: Good

A package that helps prepare tabular reports.

spreadsheet_decoder
Dart 3 compatible 👍 107
Maintenance Status: Average

A lightweight library for parsing and updating spreadsheet documents

flutter_excel
Dart 3 compatible 👍 26
Maintenance Status: Average

A fork of excel.A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side.