File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
- A quick JavaScript library to create export to Excel/CSV from HTML tables in the browser. No server required.
14
14
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.
16
16
17
17
- If you only need _ XLS_ or _ CSV_ , use _ 2.X.X_ versions.
18
18
160
160
- Chrome
161
161
- Internet Explorer 11+
162
162
163
- # Install
163
+ # Install
164
164
165
165
## npm
166
166
250
250
251
251
## fixValue example
252
252
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.
254
254
It transforms BR to line breaks and then strips all the HTML tags.
255
255
256
256
fixValue: (value, row, col) => {
@@ -279,7 +279,7 @@ It transforms BR to line breaks and then strips all the HTML tags.
279
279
** Install dependencies:**
280
280
281
281
npm install
282
-
282
+
283
283
** Build development version dist/excellentexport.js**
284
284
285
285
npm run build
You can’t perform that action at this time.
0 commit comments