Skip to content

Commit f073411

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

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
@@ -21,7 +21,7 @@ This lib allows you to build and write an Excel file dynamically, it does **not*
2121
### Comparison to similar libraries
2222

2323
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:
24-
- excel-builder-vanilla is ESM and all other libraries are CJS only (CommonJS) increasing the download and install size
24+
- 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

2727
## Live Demo

0 commit comments

Comments
 (0)