Skip to content

Commit 84bec01

Browse files
authored
docs: fix some typos
1 parent 50db8f4 commit 84bec01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616

1717
## Description
1818

19-
This lib allows you to build and write an Excel file dynamically, it does **not** include any reader capabilities making the library super lightweight for exporting to Excel.
19+
This lib allows you to build and write an Excel file dynamically, it does **not** include any reader capabilities making the library super lightweight for its main goal of strictly exporting to Excel.
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 136Kb 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 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:
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

2727
## Live Demo
2828

29-
Visit the [**Live demo**](https://ghiscoding.github.io/excel-builder-vanilla/) to get started and see all available options and methods that the library offers (the demo is WYSIWYG (what you is what you get, UI vs Export)).<br>
29+
Visit the [**Live demo**](https://ghiscoding.github.io/excel-builder-vanilla/) to get started and see all available options and methods that the library offers (all the demos are WYSIWYG (what you is what you'll get, UI vs Export)).<br>
3030
You can also take a look at the "[Used by](#used-by)" section below to see real world applications taking advantage of this library.
3131

3232
## Changelog

0 commit comments

Comments
 (0)