We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I first test use a xls file ,file is uploaded as a attachment.
const workbook = new ExcelJS.Workbook(); await workbook.xlsx.readFile(filePath); let worksheet = workbook.worksheets[0];
the worksheet is undefined ,
but i convert xls file to xlsx ,the above code work 。
anyone knows exceljs only work for xlsx ?
thanks for help my friends.
test.excel.xls
The text was updated successfully, but these errors were encountered:
I meet the same problem. I use code like this and i can't loading the data. Do you solve this now
const workbook = new ExcelJs.Workbook() await workbook.xlsx.load(data)
Sorry, something went wrong.
me too
I meet the same problem. I use code like this and i can't loading the data. Do you solve this now const workbook = new ExcelJs.Workbook() await workbook.xlsx.load(data)
yes, I meet the same question and you
No branches or pull requests
I first test use a xls file ,file is uploaded as a attachment.
const workbook = new ExcelJS.Workbook(); await workbook.xlsx.readFile(filePath); let worksheet = workbook.worksheets[0];
the worksheet is undefined ,
but i convert xls file to xlsx ,the above code work 。
anyone knows exceljs only work for xlsx ?
thanks for help my friends.
test.excel.xls
The text was updated successfully, but these errors were encountered: