ng-xslx

0.0.4 • Public • Published

ng-xslx

Installation

bower install --save angular-xlsx

npm install --save ng-xlsx

Usage

var result = svc.writeXlsx([
	{
		sheetName: "testSheet",
		columnDefs: [
			{field: "colA", displayName: "Column A"}
		],
		data: [
			{colA: 1}
		]
	}
	]);

Readme

Keywords

none

Package Sidebar

Install

npm i ng-xslx

Weekly Downloads

6

Version

0.0.4

License

Apache

Unpacked Size

22.8 kB

Total Files

10

Last publish

Collaborators

  • adhityan