Skip to content

Commit cb4aa61

Browse files
authored
docs: add other libs comparison
1 parent f073411 commit cb4aa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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 compared to the most used libraries (we can compare via `Bundlephobia`), excel-builder-vanilla is 22Kb gzip while [XLSX](https://bundlephobia.com/package/xlsx) is 251Kb and [ExcelJS](https://bundlephobia.com/package/exceljs) is 251Kb gzip. The explanation is simple and relates to 2 major differences:
23+
Excel-buider-vanilla is at the minimum 6x times smaller compared to the most used libraries (we can compare via `Bundlephobia`), 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 explanation is simple and relates to 2 major differences:
2424
- excel-builder-vanilla is ESM and all other libraries are CJS only (CommonJS) increasing their download size
2525
- excel-builder-vanilla only offers Excel export (writing) but without any reading capabilities
2626

0 commit comments

Comments
 (0)