-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
npm- Unable to Generate xlsx file (and csv). Able to generate html, json #1837
Comments
@Adr0it Just for clarity, you're running in plain Node and not within a test framework like jest, mocha, cucumber, ....? |
Yes, regular NodeJS in VS Code. |
Ok, I see the issue. When I passed a "Page" object into the method using Puppeteer, it did generate an Excel file. However, I was using axios package to just get html content as a string or something, and it wasn't working, and I didn't know why. |
requested @tombrunet for review. |
Discussed in #1836
Originally posted by Adr0it February 10, 2024
Hello, I'm not the best programmer, so I may be making obvious mistake somewhere, but I'm trying to generate an excel report with your npm package. Unfortunately, no xlsx is being generated. The same goes for csv. The only thing that generates is the corresponding html and json. Here are pictures.
I'm trying to generate the Excel file that is generated by the Chrome extension, except programmatically.
The text was updated successfully, but these errors were encountered: