Releases: jmaister/excellentexport
Releases · jmaister/excellentexport
ExcellentExport.js v2.0.2
- Fix CSV Chinese characters and other special characters display error in Windows Excel.
- Fix URL.createObjectURL(...) on Firefox.
ExcellentExport.js v2.0.0
New release ExcellentExport.js v2.0.0 !!!
- Now it can export to big files +2MB.
- Minimum IE 11.
- Links open with URL.createObjectURL(...).
- NPM package available.
- Using Semantic versioning (2.0.0 instead of 2.0).
- Module can be loaded standalone or with RequireJS.
- Change license to MIT.
ExcellentExport.js v1.5
Possibility to select a CSV delimiter and/or new line characters.
Bower package available.
Compose package available.
Improved JavaScript source code with JSLint.
ExcellentExport.js v1.4
Added UTF-8 support.
ExcellentExport.js v1.3
Add IE6+ support.
Add CSV export.
ExcellentExport.js v1.1
Added CSV data format.