You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’m currently using exceljs for generating reports in both normal and large-scale datasets.
I understand that WorkbookWriter (Streaming XLSX Writer) is designed for memory efficiency by writing rows directly to disk. I’ve successfully used addRow().commit() for writing large datasets.
However, I need clarification regarding image support:
❓ Can workbook.addImage() and worksheet.addImage() be used with Excel.stream.xlsx.WorkbookWriter?
💬 Questions and Help
Hi, I’m currently using
exceljs
for generating reports in both normal and large-scale datasets.I understand that
WorkbookWriter
(Streaming XLSX Writer) is designed for memory efficiency by writing rows directly to disk. I’ve successfully usedaddRow().commit()
for writing large datasets.However, I need clarification regarding image support:
❓ Can
workbook.addImage()
andworksheet.addImage()
be used withExcel.stream.xlsx.WorkbookWriter
?When I attempt the following with streaming mode:
I get the following error:
Could you confirm whether this feature is supported or planned for future versions?
If not, are there any recommended workarounds (e.g., post-processing or hybrid rendering)?
Thanks in advance!
The text was updated successfully, but these errors were encountered: