Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

119
Views
how to go about downloading this simple xlsx file with xlsxjs

I created a simple excel file using xlsxjs and I used console.log to confirm that the file was created. The console.logs confirmed that I succesfully created the file but I have no idea how to download or access the actual excel file. Anyone know how to get out of this one?

const xlsx = require('xlsx')

var workbook = xlsx.utils.book_new()

var ws_data = [
    ["S", "h", "e", "e", "t", "J", "S"],
    [1, 2, 3, 4, 5]
];
var ws = xlsx.utils.aoa_to_sheet(ws_data);


xlsx.utils.book_append_sheet(workbook, ws, "sheet1");

console.log(workbook)
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!