forked from sheetjs/sheetjs
SheetJS
93f7749bec
- all formats accept `sheetRows` option (fixes #1062 h/t @prog666) - `table_to_*` support for `sheetRows` - demo cleanup
9 lines
101 B
Makefile
9 lines
101 B
Makefile
.PHONY: tfjs
|
|
tfjs:
|
|
npm install @tensorflow/tfjs
|
|
node tf.js
|
|
|
|
.PHONY: propel
|
|
propel:
|
|
node propel.js
|