Skip to main content
Module

x/sheetjs/demos/angular2/nscript.sh

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Go to Latest
File
#!/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