Skip to content

Releases: jmaister/excellentexport

ExcellentExport.js v2.0.2

10 Jan 19:48
Compare
Choose a tag to compare
  • Fix CSV Chinese characters and other special characters display error in Windows Excel.
  • Fix URL.createObjectURL(...) on Firefox.

ExcellentExport.js v2.0.0

03 Oct 22:21
Compare
Choose a tag to compare

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

09 Aug 13:34
Compare
Choose a tag to compare

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

24 Apr 18:00
Compare
Choose a tag to compare

Added UTF-8 support.

ExcellentExport.js v1.3

18 Feb 22:57
Compare
Choose a tag to compare

Add IE6+ support.
Add CSV export.

ExcellentExport.js v1.1

27 Nov 20:09
Compare
Choose a tag to compare

Added CSV data format.