Skip to content

niushapaks/excel-builder.js

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • Perl 3.8%
  • CSS 1.5%
  • ActionScript 1.4%