Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
956
stars
183
forks
source link
Does not read the file. No error is reported either. Excel attached. #361
Hi, For the attached excel template file xlsx-populate is not able to read the file. No error is reported either.
temp_excel.xlsx
below is the script.
import { createRequire } from "module";
(async () => { readExcelFile(); })();
function readExcelFile() {
}