deno.land / x / sheetjs@v0.18.3 / demos / systemjs / test.node.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */var SystemJS = require('systemjs');SystemJS.config({ meta: { '../../xlsx.js': { format: 'global' }, '../../dist/xlsx.core.min.js': { format: 'global' }, '../../dist/xlsx.full.min.js': { format: 'global' }, }, paths: { 'npm:': '/usr/local/lib/node_modules/' }, map: { 'xlsx': 'npm:xlsx/xlsx.js', 'fs': '@node/fs', 'crypto': '@node/crypto', 'stream': '@node/stream' }});SystemJS.import('./app.node.js');
sheetjs

Version Info

Tagged at
2 years ago