From ec7baaa0d895fa6deeeb879ff6ff983efbd9b8ad Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Thu, 1 Jun 2017 22:00:32 -0700 Subject: [PATCH] synchronized "gitbook" and "docs" --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fba665..a965692 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ When used alongside Bootstrap, there are four custom classes **`.xlsx`, `.xls`, - [x] Reimplement and test the `update`, `reset`, and `remove` **TableExport** prototype properties without requiring jQuery. - [x] Make jQuery as *peer dependency* and ensure proper **TableExport** rendering in browser, AMD, and CommonJS environments. - [x] Force jQuery to be an optionally loaded module. -- [ ] Use the enhanced [SheetJS](https://github.com/SheetJS/js-xlsx#supported-output-formats) `csv` and `txt` formats when the library is available. +- [x] Use the enhanced [SheetJS](https://github.com/SheetJS/js-xlsx#supported-output-formats) `xls`, `csv`, and `txt` formats (exposed via `enforceStrictRFC4180` prototype property). - [ ] Allow `ignoreCSS` and `emptyCSS` to work with any `selector|selector[]` instead of solely a single CSS class. - [ ] Ensure (via testing) full consistency and backwards-compatibility for jQuery. - [ ] Add **Export as PDF** support. diff --git a/docs/README.md b/docs/README.md index 1fba665..a965692 100644 --- a/docs/README.md +++ b/docs/README.md @@ -330,7 +330,7 @@ When used alongside Bootstrap, there are four custom classes **`.xlsx`, `.xls`, - [x] Reimplement and test the `update`, `reset`, and `remove` **TableExport** prototype properties without requiring jQuery. - [x] Make jQuery as *peer dependency* and ensure proper **TableExport** rendering in browser, AMD, and CommonJS environments. - [x] Force jQuery to be an optionally loaded module. -- [ ] Use the enhanced [SheetJS](https://github.com/SheetJS/js-xlsx#supported-output-formats) `csv` and `txt` formats when the library is available. +- [x] Use the enhanced [SheetJS](https://github.com/SheetJS/js-xlsx#supported-output-formats) `xls`, `csv`, and `txt` formats (exposed via `enforceStrictRFC4180` prototype property). - [ ] Allow `ignoreCSS` and `emptyCSS` to work with any `selector|selector[]` instead of solely a single CSS class. - [ ] Ensure (via testing) full consistency and backwards-compatibility for jQuery. - [ ] Add **Export as PDF** support.