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

293
Views
xlsx: registros eliminados: tema del documento de la parte /xl/workbook.xml (libro de trabajo). - usando Excel.js

Después de cambiar a un archivo de Excel y descargarlo al usuario, recibo dicho error.

 export const getExcelData = async (page: Page): Promise<Blob> => { const key = await page.evaluate(RAIL_PORTAL.excelKey); const blob = await downloadExcel(key); return blob; }; also when I make changes: export const writeToExcel =async (file: ArrayBuffer, sheetName: string, changes: Changes) =>{ const newWorkbook = new ExcelJS.Workbook(); const wb = await newWorkbook.xlsx.load(file); const ws = wb.getWorksheet(sheetName); Object.keys(changes).map(cell => { ws.getCell(cell).value = changes[cell]; }) return await wb.xlsx.writeBuffer({ useStyles: true }) }

Recibo error de que el archivo está dañado

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!