Skip to content

monster910/excel-builder.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bounties received

excel-builder.js

A way to build excel files with javascript

Documentation at http://excelbuilderjs.com/. This is slightly outdated, but includes a 'cookbook' and some API documentation. New site coming soon with up-to-date documentation, and ability to contribute - see https://github.com/stephenliberty/excel-builder-site

Installing via NPM

npm install excel-builder

Building for web

Install Grunt:

npm install -g grunt-cli

Install dependencies:

npm install

Build & uglify:

grunt

Running the Demo

Install http-server:

npm install -g http-server

Then you can start your own development web server to serve static files from the root folder by running:

http-server -a localhost -p 8000 -c-1 demo

Alternatively, you can choose to configure your own web server, such as Apache or Nginx. Just configure your server to serve the files under the demo directory.

Open the application in a browser with url http://localhost:8000/demo.html

Distributables

excel-builder.compiled.js -> All files in the EB package and all dependencies.

excel-builder.dist.js -> All files in the EB package. Requires lodash and jszip scripts to be loaded on the page.

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

Packages

No packages published

Languages

  • JavaScript 84.6%
  • HTML 7.8%
  • ActionScript 5.0%
  • CSS 2.6%