Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

srijken/ng-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-xslx

Installation

bower install --save angular-xlsx

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published