464884492 / excel-builder.js

A way to build excel files with javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

excel-builder.js

A way to build excel files with javascript

Documentation at http://excelbuilderjs.com/. This includes a 'cookbook' and some API documentation.

Building

Install Grunt:

npm install -g grunt-cli

Install dependencies:

npm install

Combine & uglify:

grunt requirejs

Distributables

excel-builder.compiled.js -> All files in the EB package + Underscore

excel-builder.dist.js -> All files in the EB package + Underscore, with no need for external AMD provider (Web worker will not function in this build).

About

A way to build excel files with javascript


Languages

Language:JavaScript 93.3%Language:Perl 3.8%Language:CSS 1.5%Language:ActionScript 1.5%