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
> `*` jQuery dependency requirement is removed as of [4.0.0-alpha.1](https://github.com/clarketm/TableExport/tree/v4.0.0-alpha.1)
44
44
45
-
#####Optional / Theming:
45
+
#### Optional / Theming:
46
46
47
47
*[Bootstrap](http://getbootstrap.com/getting-started/#download) (3.1.0 or higher)
48
48
49
-
#####Add-Ons:
49
+
#### Add-Ons:
50
50
In order to provide **Office Open XML SpreadsheetML Format ( .xlsx )** support, you must include the following third-party script to your project before [FileSaver.js](https://github.com/eligrey/FileSaver.js/) and [TableExport.js](https://www.travismclarke.com/tableexport).
*[xlsx-core.js](https://github.com/SheetJS/js-xlsx) by _SheetJS_
53
53
54
54
```html
55
55
<scriptsrc="xlsx-core.js"></script>
@@ -58,8 +58,12 @@ In order to provide **Office Open XML SpreadsheetML Format ( .xlsx )** support,
58
58
<scriptsrc="tableexport.js"></script>
59
59
```
60
60
61
+
#### Older Browsers:
61
62
To support older browsers ( **Chrome** < 20, **Firefox** < 13, **Opera** < 12.10, **IE** < 10, __Safari *__ < 6 ) also include the [Blob.js](https://github.com/clarketm/Blob.js/) polyfill before the [FileSaver.js](https://github.com/eligrey/FileSaver.js/) script.
62
-
> \* until [Safari](https://github.com/eligrey/FileSaver.js/issues/242) provides native support for either the [HTML5 download attribute](http://caniuse.com/#feat=download) or [service workers](http://caniuse.com/#search=service%20workers), limited `xlx` and `xlsx` support is provided by including the [Blob.js](https://github.com/clarketm/Blob.js/) polyfill, albeit the **filename** will always be labeled `unknown`.
63
+
64
+
Until [Safari](https://github.com/eligrey/FileSaver.js/issues/242) provides native support for either the [HTML5 download attribute](http://caniuse.com/#feat=download) or [service workers](http://caniuse.com/#search=service%20workers), limited `xlx` and `xlsx` support is provided by including the [Blob.js](https://github.com/clarketm/Blob.js/) polyfill, albeit the **filename** will always be labeled `unknown`.
65
+
66
+
*[Blob.js](https://github.com/clarketm/Blob.js) by _clarketm_
0 commit comments