mirror of
https://github.com/SheetJS/sheetjs.git
synced 2026-01-25 14:27:10 +00:00
4 lines
124 B
JavaScript
4 lines
124 B
JavaScript
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
import XLSX from 'xlsx';
|
|
import { saveAs } from 'file-saver';
|