forked from sheetjs/sheetjs
SheetJS
cd2e639fc2
- export `sheet_to_txt` (fixes #905 h/t @aj4mq) - BIFF4 Format Record aligned to BIFF 2/3 (fixes #909 h/t @ToujouAya) - updated CFB to 1.0.1 - typescript standalone demo - nexe / pkg xlsx.njs demo
2 lines
132 B
JavaScript
2 lines
132 B
JavaScript
var readFirstSheet = require("./").readFirstSheet;
|
|
console.log(readFirstSheet("../../sheetjs.xlsb", {type:"file", cellDates:true})); |