TypeScript error with getSheets option
Hello,
I have an error with TypeScript. It don't recognize getSheets argument and type of return is not good. Thanks a lot.
const sheets = await readXlsxFile(filepath, { getSheets: true });
Hello,
I have an error with TypeScript. It don't recognize getSheets argument and type of return is not good. Thanks a lot.
const sheets = await readXlsxFile(filepath, { getSheets: true });