sheetjs/demos/deno/x.ts

6 lines
204 B
TypeScript
Raw Normal View History

2022-04-12 11:59:15 +00:00
// @deno-types="https://cdn.sheetjs.com/xlsx-latest/package/types/index.d.ts"
import * as XLSX from 'https://cdn.sheetjs.com/xlsx-latest/package/xlsx.mjs';
2022-02-12 06:31:47 +00:00
import doit from './doit.ts';
doit(XLSX, "x");