Skip to content

11com7/excel-builder.js

 
 

Repository files navigation

bounties received

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).

Contributing

Originally this project was sort of sponsored by a previous company I worked for. Unfortunately now it has no backing, and my time is very limited while I work on side projects to help make ends meet. If you use bountysource or contribute via paypal (to stephen@liberty-irm.com) to open up bounties on issues, it is very, very likely that I will add features and fix issues sooner than later.

Otherwise, if you have the ability to contribute yourself, please just do so as normal - I'll review and pull changes as they come in as quickly as I can.

About

A way to build excel files with javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • Perl 3.7%
  • HTML 2.2%
  • CSS 1.5%
  • ActionScript 1.4%