Jim Sjöberg

Results 1 comments of Jim Sjöberg

Just encountered the same thing. Minimal reproducible example: ```ts import ExcelJS from "exceljs"; const createExcel = (image: string) => { const workbook = new ExcelJS.Workbook(); const worksheet = workbook.addWorksheet("sheet1"); const...