6.0.2 • Published 3 years ago

ember-cli-data-export-with-style v6.0.2

Weekly downloads
111
License
MIT
Repository
github
Last release
3 years ago

ember-cli-data-export-with-style

Short description of the addon.

Compatibility

  • Ember.js v3.8 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-cli-data-export-with-style

After installing ember-cli-data-export-with-style dependency, you need to import following 4 javascript files directly from the imported addon such as:

  included: function(app) {
    this._super.included(app);
    app.import('node_modules/ember-cli-data-export-with-style/vendor/Blob.js');
    app.import('node_modules/ember-cli-data-export-with-style/vendor/FileSaver.js');
    app.import('node_modules/ember-cli-data-export-with-style/vendor/jszip.min.js');
    app.import('node_modules/ember-cli-data-export-with-style/vendor/xlsx.core.min.js');
  }

Usage

Longer description of how to use the addon in apps.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

6.0.1

3 years ago

6.0.0

3 years ago

6.0.2

3 years ago

5.0.1

3 years ago

5.0.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.3.0

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago