Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

294
Vistas
xlsx: Removed Records: Document Theme from /xl/workbook.xml part (Workbook). - using Excel.js

After my changing into excel file and download it to user I receive such 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 })
}

I receive error that file is damaged

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda