You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, an
6
6
7
7
### Download and Setup
8
8
9
-
To use this plugin, include the [jQuery](https://jquery.com) library and the [TableExport.js](http://www.clarketravis.com/tableexport) plugin before the closing `<body>` tag of your HTML document:
9
+
To use this plugin, include the [jQuery](https://jquery.com) library, [FileSaver.js](https://github.com/eligrey/FileSaver.js/) script, and the [TableExport.js](http://www.clarketravis.com/tableexport) plugin before the closing `<body>` tag of your HTML document:
[Bootstrap](http://getbootstrap.com/getting-started/#download) (3.1.0 or higher)
38
+
*[Bootstrap](http://getbootstrap.com/getting-started/#download) (3.1.0 or higher)
36
39
37
40
##### Add-Ons:
38
-
In order to provide **Office Open XML SpreadsheetML Format ( .xlsx )** support, you must include the following third-party scripts to your project before TableExport.js.
41
+
In order to provide **Office Open XML SpreadsheetML Format ( .xlsx )** support, you must include the following third-party script to your project before TableExport.js.
* Eli Grey -> [filesaver.js](https://github.com/eligrey/FileSaver.js/)
42
44
43
45
```html
44
46
<scriptsrc="xlsx-core.js"></script>
@@ -47,7 +49,7 @@ In order to provide **Office Open XML SpreadsheetML Format ( .xlsx )** support,
47
49
<scriptsrc="tableexport.js"></script>
48
50
```
49
51
50
-
To support **.xlsx** in older browsers ( **Firefox** < 20, **Opera** < 15, **Safari** < 6 ) also include [blob.js](https://github.com/eligrey/Blob.js/) before the filesaver.js script.
52
+
To support older browsers ( **Firefox** < 20, **Opera** < 15, **Safari** < 6 ) also include [blob.js](https://github.com/eligrey/Blob.js/) before the filesaver.js script.
0 commit comments