0.0.13 • Published 1 year ago

ag-excel v0.0.13

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

AgExcel

AgExcel is an Angular Wrapper for JExcel V3. JExcel has an angular library but it is paid. Javascript version can be implemented, but scripts and styles needs to be loaded before hand, AgExcel takes care of loading all the files for you and AgExcel can be installed to your angular project directly from npm.

Installation

Install ag-excel

npm i ag-excel

Import Assets

Import the assets in angular.json

{
  "architect": {
    "assets": [
		{
		  "glob": "**/*",
		  "input": "./node_modules/ag-excel/assets/AgExcel",
		  "output": "./assets/AgExcel"
		}
	]
  }
}

Documentation

Documentation

Demo

Demo

Github Repository Link

Github

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago