sheetjs/demos/headless
SheetJS 635310b639 version bump 0.11.3: "array" type
- phased out Array map invocations (fixes #620 h/t @dullin)
- "array" type supports Uint8Array
- Headless browser examples
- blank cells are omitted or stubbed (fixes #779 h/t @domxa)
- removed transferrables from demo
2017-08-19 19:06:34 -04:00
..
README.md version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
phantomjs.js version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
puppeteer.js version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
sheetjs.xlsx version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
slimerjs.js version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00

Headless Browsers

The library, intentionally conservative in the use of ES5+ feaures, plays nicely with most headless browsers. This demo shows a few common headless scenarios.

PhantomJS

This was tested in phantomjs 2.1.1, installed using the node module:

$ npm install -g phantomjs
$ phantomjs phantomjs.js

wkhtmltopdf

This was tested in wkhtmltopdf 0.12.4, installed using the official binaries:

$ wkhtmltopdf --javascript-delay 60000 http://localhost:8000/ test.pdf

Puppeteer

This was tested in puppeteer 0.9.0 and Chromium r494755, installed using node:

$ npm install puppeteer
$ node puppeteer.js

Since the main process is node, the read and write features should be placed in the webpage. The dist versions are suitable for web pages.

SlimerJS

This was tested in slimerjs 0.10.3 and FF 52.0, installed using brew on OSX:

$ brew install slimerjs
$ slimerjs slimerjs.js