excel_plus 0.0.1 copy "excel_plus: ^0.0.1" to clipboard
excel_plus: ^0.0.1 copied to clipboard

A fast, memory-efficient Dart library for reading, creating, and editing Excel (.xlsx) files.

0.0.1 #

  • Initial release.
  • Performance-optimized fork of excel v5.0.0.
  • SAX-based streaming parser replaces full DOM parsing for cell data and shared strings.
  • Lazy sheet loading — sheets are parsed on first access, not at file open.
  • O(1) cell style lookup via cached reverse index.
  • Smart archive cloning — reuses unmodified ZIP entries instead of copying.
  • Fixed-point span correction algorithm with early termination.
  • 100% API compatible — drop-in replacement for the excel package.
  • 76 unit tests + 13 integration tests on Android emulator.
1
likes
0
points
159
downloads

Publisher

verified publisheralmasum.dev

Weekly Downloads

A fast, memory-efficient Dart library for reading, creating, and editing Excel (.xlsx) files.

Repository (GitHub)
View/report issues

Topics

#excel #xlsx #spreadsheet #office #dart

License

unknown (license)

Dependencies

archive, collection, equatable, web, xml

More

Packages that depend on excel_plus