Go to file
SheetJS 21c6a97c64 test 2023-06-25 00:01:34 -04:00
.gitignore test 2023-06-25 00:01:34 -04:00
README.md test 2023-06-25 00:01:34 -04:00
app-rjs-cdn.js test 2023-06-25 00:01:34 -04:00
app-rjs-local.js test 2023-06-25 00:01:34 -04:00
app.js test 2023-06-25 00:01:34 -04:00
cdn.html test 2023-06-25 00:01:34 -04:00
index.html test 2023-06-25 00:01:34 -04:00
index.js test 2023-06-25 00:01:34 -04:00
local.html test 2023-06-25 00:01:34 -04:00
package.json test 2023-06-25 00:01:34 -04:00
require.js test 2023-06-25 00:01:34 -04:00
rjs-cdn.html test 2023-06-25 00:01:34 -04:00
rjs-local.html test 2023-06-25 00:01:34 -04:00
xlsx.full.min.js test 2023-06-25 00:01:34 -04:00

sheetjs-csp-test

Entry points:

  • cdn.html: sync load SheetJS script from CDN
  • local.html: sync load vendored script
  • rjs-cdn.html: async load SheetJS script from CDN using RequireJS
  • rjs-local.html: async load vendored script using RequireJS

Usage:

npm install
npm start

Server will start on port 7262.