Skip to content

Commit 3beefbd

Browse files
committed
Merge branch 'master' of https://github.com/clarketm/TableExport
2 parents d6ca877 + d67ea02 commit 3beefbd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# [TableExport](https://www.travismclarke.com/tableexport)
33
The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, and txt files
44

5+
[TableExport](https://www.travismclarke.com/tableexport/) demo **--** [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton **--** [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton.
6+
57
## Getting Started
68

79
### Download and Setup
@@ -221,7 +223,9 @@ $.fn.tableExport.rowDel = "\r\n";
221223
*only _partial_ support for `xls` and `xlsx`: requires third-party dependency ([Blob.js](https://github.com/clarketm/Blob.js/))
222224

223225
### Live Demo
224-
A live, interactive demo can be found **[here](https://www.travismclarke.com/tableexport/#live-demo)**. Also, check out the [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app/blob/master/README.md) skeleton,
226+
A live, interactive demo can be found on the **[TableExport](https://www.travismclarke.com/tableexport/#live-demo)** webpage.
227+
* [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton.
228+
* [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton.
225229

226230
### License
227231
[TableExport.js](https://www.travismclarke.com/tableexport) is licensed under the terms of the [MIT](http://opensource.org/licenses/mit-license.php) License

0 commit comments

Comments
 (0)