Skip to content

Commit d21a8a2

Browse files
authored
Merge pull request #677 from yooneskh/fix/readme-lib-size
fix (readme): state improved lib size
2 parents 2b2480f + 23de68f commit d21a8a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- A quick JavaScript library to create export to Excel/CSV from HTML tables in the browser. No server required.
1414

15-
- As part of the new version 3.0.0+, there is support for _XLSX_. The drawback is that the library is 600+ KB.
15+
- As part of the new version 3.0.0+, there is support for _XLSX_. The drawback is that the library is 200+ KB.
1616

1717
- If you only need _XLS_ or _CSV_, use _2.X.X_ versions.
1818

@@ -160,7 +160,7 @@
160160
- Chrome
161161
- Internet Explorer 11+
162162

163-
# Install
163+
# Install
164164

165165
## npm
166166

@@ -250,7 +250,7 @@
250250

251251
## fixValue example
252252

253-
This is an example for the _fixValue function_ to handle HTML tags inside a table cell.
253+
This is an example for the _fixValue function_ to handle HTML tags inside a table cell.
254254
It transforms BR to line breaks and then strips all the HTML tags.
255255

256256
fixValue: (value, row, col) => {
@@ -279,7 +279,7 @@ It transforms BR to line breaks and then strips all the HTML tags.
279279
**Install dependencies:**
280280

281281
npm install
282-
282+
283283
**Build development version dist/excellentexport.js**
284284

285285
npm run build

0 commit comments

Comments
 (0)