Skip to content

Commit 4007301

Browse files
committed
2 parents c43eb00 + 5e6643c commit 4007301

2 files changed

Lines changed: 203 additions & 203 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This lib allows you to build and write an Excel file dynamically, it does **not*
2020

2121
### Comparison to similar libraries
2222

23-
Excel-buider-vanilla is at the minimum 6x times smaller than the most popular libraries (we used `Bundlephobia` to compare), excel-builder-vanilla is 22Kb gzip while [XLSX](https://bundlephobia.com/package/xlsx) is 136Kb and [ExcelJS](https://bundlephobia.com/package/exceljs) is 251Kb gzip. The reason as to why it's much smaller is simple and relates to 2 major differences:
24-
- excel-builder-vanilla is ESM-Only and all other libraries are only offering CJS (CommonJS) increasing their download/install size
23+
Excel-buider-vanilla is at the minimum 8x times smaller than the most popular libraries (we used `Bundlephobia` to compare), excel-builder-vanilla is 16.5Kb gzip while [XLSX](https://bundlephobia.com/package/xlsx) is 136Kb and [ExcelJS](https://bundlephobia.com/package/exceljs) is 251Kb gzip. The reason as to why it's much smaller is very simple and relates these 2 major differences:
24+
- excel-builder-vanilla is ESM-Only (tree shakable) and all other libraries are only offering CJS (CommonJS) increasing their download/install size (not tree shakable)
2525
- excel-builder-vanilla only offers Excel export (writing) but without any reading capabilities
2626

2727
## Live Demo

0 commit comments

Comments
 (0)