LuisEnMarroquin / json-as-xlsx

Create excel from json npm package
https://www.npmjs.com/package/json-as-xlsx
MIT License
159 stars 26 forks source link

Using json-as-xlxs not for download xlxs #97

Closed tisufa closed 8 months ago

tisufa commented 8 months ago

Hello, how to using json-as-xlxs but i don't want to download it. I just want to consume the result as buffer or file to print it without download.

LuisEnMarroquin commented 8 months ago

hello, this example shows how to handle it as buffer: https://github.com/LuisEnMarroquin/json-as-xlsx/blob/main/packages/demo-express/src/server.ts

tisufa commented 8 months ago

hello, this example shows how to handle it as buffer: https://github.com/LuisEnMarroquin/json-as-xlsx/blob/main/packages/demo-express/src/server.ts

Thank you so much, it's really helpfull