.gitignore | ||
app-rjs-cdn.js | ||
app-rjs-local.js | ||
app.js | ||
cdn.html | ||
index.html | ||
index.js | ||
local.html | ||
package.json | ||
README.md | ||
require.js | ||
rjs-cdn.html | ||
rjs-local.html | ||
xlsx.full.min.js |
sheetjs-csp-test
Entry points:
cdn.html
: sync load SheetJS script from CDNlocal.html
: sync load vendored scriptrjs-cdn.html
: async load SheetJS script from CDN using RequireJSrjs-local.html
: async load vendored script using RequireJS
Usage:
npm install
npm start
Server will start on port 7262.