PackageTrack
Sign in Get early access

excel

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

4.0.6 300K downloads/mo #686 most downloaded on pub.dev justkawal/excel

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 1.6 years

Most releases are documented

notes for 24 of 27 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

31 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

31 releases · Feb 2020 to Aug 2024
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 31
  1. 4.0.6 20 Aug 2024

    Nothing published for this version

  2. 4.0.3 17 Mar 2024

    Nothing published for this version

  3. 4.0.2 23 Dec 2023
    Release notes

    Modifications

    • Modified Readme.md
    Open source →
  4. 4.0.1 23 Dec 2023
    Release notes

    Modifications

    • Modified Readme.md

    Breaking Changes

    • CellIndex.indexByColumnRow() now requires non-null integers of row index and column index
    Open source →
  5. 4.0.0 25 Nov 2023
    Release notes

    Breaking Changes

    • Renamed Formula to FormulaCellValue
    • Cells value now represented by the sealed class CellValue instead of dynamic. Subtypes are TextCellValue FormulaCellValue, IntCellValue, DoubleCellValue, DateCellValue, TextCellValue, BoolCellValue, TimeCellValue, DateTimeCellValue and they allow for exhaustive switch (see Dart Docs (sealed class modifier)).

    Added

    • Added support for date, time and date-time values
    • Added support for custom number formats
    • Strict typing for cell values (that allow for exhaustive switch statements)

    Fixed

    • Issue where seamingly random values are converted to a date iso8601 string, caused by incorrect interpretation of numFmtId=164
    • Fixed corrupt excel file when writing large datasets with improvements in shared_strings
    Open source →
  6. 3.0.0 26 Oct 2023
    Release notes

    Breaking Changes

    • Renamed getColAutoFits() to getColumnAutoFits(), and changed return type to Map<int, bool> in Sheet
    • Renamed getColWidths() to getColumnWidths(), and changed return type to Map<int, double> in Sheet
    • Renamed getColAutoFit() to getColumnAutoFit() in Sheet
    • Renamed getColWidth() to getColumnWidth() in Sheet
    • Renamed setColAutoFit() to setColumnAutoFit() in Sheet
    • Renamed setColWidth() to setColumnWidth() in Sheet

    Added

    • Add setMergedCellStyle() to Sheet, allowing to set style for merged cells
    • Add setDefaultRowHeight(), setDefaultColumnWidth() to Sheet
    • Add defaultRowHeight and defaultColumnWidth properties to Sheet
    • Add getRowHeights(), getRowHeight() and setRowHeight to Sheet
    • Add pub topics

    Improved

    • Support sharedStrings absolute path
    • Loosen up dependency constraints
    • Clean up markdown files
    • Clean up code

    Fixed

    • Fixed many instances of missing/wrong data by comparing strings instead of hashes
    • Ignore shared text in 'rPh' element
    • Fix findAndReplace() not doing anything
    Open source →
  7. 2.1.0 31 Mar 2023
    Release notes

    Improved

    • Add border functionality

    Fixed

    • Fix Header and Footer with special characters
    • Fix sheet.merge()
    Open source →
  8. 2.0.4 12 Mar 2023
    Release notes

    Improved

    • Automated Publishing.
    Open source →
  9. 2.0.3 12 Mar 2023
    Release notes

    Improved

    • Readme updated.
    Open source →
  10. 2.0.2 12 Mar 2023
    Release notes

    Improved

    • Fix bug on header and footer.
    Open source →
  11. 2.0.1 16 Dec 2022

    Nothing published for this version

  12. 2.0.0-null-safety-3 01 May 2021 pre-release
    Release notes

    Improved

    • Forcefully initializing the variables on re-creation
    Open source →
  13. 2.0.0-null-safety-2 29 Apr 2021 pre-release
    Release notes

    Improved

    • Fix of sharedStringTarget fail to initialize issue
    Open source →
  14. 2.0.0-null-safety-1 28 Apr 2021 pre-release
    Release notes

    Improved

    • Fix of value not updating in cell
    Open source →
  15. 2.0.0-null-safety 29 Mar 2021 pre-release
    Release notes

    Improved

    • Null-safety
    Open source →
  16. 1.1.5 17 Aug 2020
    Release notes

    Improved

    • Fixes
    Open source →
  17. 1.1.4 23 Jul 2020
    Release notes

    Improved

    • Improvement in speed of apeending the rows
    Open source →
  18. 1.1.3 23 Jul 2020
    Release notes

    Improved

    • Improvement in speed of apeending the rows
    Open source →
  19. 1.1.2 20 Jul 2020
    Release notes

    Improved

    • Iterating Sheet's Data Object to operate on particular cells
    Open source →
  20. 1.1.1 18 Jul 2020
    Release notes

    Improved

    • Health Improvement
    Open source →
  21. 1.1.0 26 Jun 2020
    Release notes

    Improved

    • Bugs on deleting sheet
    Open source →
  22. 1.0.9 05 Jun 2020
    Release notes

    Added

    • Copy
    • Rename
    • Delete
    • Link Sheets
    • Un-Link Sheets
    • Font Family
    • Font Size
    • Italic
    • Underline
    • Bold

    Improved

    • Faster Processing
    Open source →
  23. 1.0.8 23 May 2020
    Release notes

    Removed

    • Bugs related to appendRows
    Open source →
  24. 1.0.7 21 May 2020
    Release notes

    Removed

    • Bugs related to removal of rows
    Open source →
  25. 1.0.6 21 May 2020
    Release notes

    Added Functionality

    • Find and Replace
    • Add row / column from Iterables
    Open source →
  26. 1.0.5 15 May 2020
    Release notes

    Removed

    • Bugs related to Spanning
    • Unwanted removal of rows and columns from spanned cells
    Open source →
  27. 1.0.4 10 May 2020
    Release notes

    Improved

    • Analysis related changes
    • Vertical Alignment Issue
    Open source →
  28. 1.0.3 10 May 2020
    Release notes

    Added

    • Merging of Rows and Columns
    • Un-Merging of Rows and Columns
    • Font Color
    • Background Color
    • Setting Default Sheet
    Open source →
  29. 1.0.2 18 Feb 2020
    Release notes

    Improved

    • Minor Bugs
    Open source →
  30. 1.0.1 18 Feb 2020
    Release notes

    Added

    • TextWrapping and (Clip in Google Sheets) / (ShrinkToFit in Microsoft Excel)
    • Horizontal and Vertical Alignment
    • Update Cell by Cell-Name ("A1")

    Improved

    • Health Maintenance

    Fixes

    • Minor Bug Fixes
    Open source →
  31. 1.0.0 18 Feb 2020
    Release notes
    • Initial Release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive