deno.land / x / sheetjs@v0.18.3 / demos / angular2 / nscript.sh

1
2
3
4
5
6
7
8
9
10
11
#!/bin/bashif [ ! -e SheetJSNS ]; then ns create SheetJSNS --ng cd SheetJSNS npm install xlsx cd ..fi
<../../dist/xlsx.full.min.js sed 's/require("fs")/null/g' > SheetJSNS/src/app/xlsx.full.min.jscp nscript.ts SheetJSNS/src/app/app.component.ts
sheetjs

Version Info

Tagged at
2 years ago