forked from sheetjs/sheetjs
SheetJS
085150db3b
- merged DBF from js-harb (fixes #407 h/t @joefreire) - updated codepage to 1.8.0 - stub for macro/dialog sheet parsing (fixes #292 h/t @GenoD) - XLSB/XLSM write vbaraw (fixes #606 h/t @johnothetree) - phantomjs demo (fixes #184 h/t @machinewu)
9 lines
152 B
Markdown
9 lines
152 B
Markdown
# PhantomJS Demo
|
|
|
|
This was tested in phantomjs 2.1.1, installed using the node module:
|
|
|
|
```bash
|
|
$ npm install -g phantomjs
|
|
$ phantomjs phantomjs.js
|
|
```
|