UNPKG

read-excel-file

Version:

Read small to medium `*.xlsx` files in a browser or Node.js. Parse to JSON with a strict schema.

16 lines (12 loc) 206 B
image: node:12 pages: script: - npm install - npm run build - mv ./bundle ./public - cp --recursive ./website/* ./public/ artifacts: paths: - public only: - master