json-export-excel

WebJar for json-export-excel

License

License

MIT
Categories

Categories

JSON Data
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

ng-json-export-excel
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

json-export-excel
WebJar for json-export-excel
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/dtagdev1/json-export-excel

Download ng-json-export-excel

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ng-json-export-excel/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ng-json-export-excel</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ng-json-export-excel/
implementation 'org.webjars.bower:ng-json-export-excel:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.bower/ng-json-export-excel/
implementation ("org.webjars.bower:ng-json-export-excel:1.0.0")
'org.webjars.bower:ng-json-export-excel:jar:1.0.0'
<dependency org="org.webjars.bower" name="ng-json-export-excel" rev="1.0.0">
  <artifact name="ng-json-export-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ng-json-export-excel', version='1.0.0')
)
libraryDependencies += "org.webjars.bower" % "ng-json-export-excel" % "1.0.0"
[org.webjars.bower/ng-json-export-excel "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.0.4,)
org.webjars.bower : file-saver jar [0,)

Project Modules

There are no modules declared in this project.

ngJsonExportExcel - export excel from json using AngularJS

How to get it ?

Bower

bower install ng-json-export-excel --save

Usage

  1. Add json-export-excel.js and FileSaver.js to your main file (index.html)

  2. Set ngJsonExportExcel as a dependency in your module

var myapp = angular.module('myapp', ['ngJsonExportExcel'])
  1. Example simple:
<button ng-json-export-excel data="dataList" report-fields="{'uesr.username': 'Heder 1', keyjson2: 'Header 2', keyjson3: 'Head 3'}" filename =" 'export-excel' " separator="," class="css-class"></button>

Default filename = 'export-excel'

Default separator = ';'

  1. Please find examples in the directory example or You can check out this live example here: http://plnkr.co/6ieuJ1khmKFds9VYHoDv

Versions

Version
1.0.0