Hi, I have build the SpreadsheetML (.xls) report v...
# suitescript
d
Hi, I have build the SpreadsheetML (.xls) report via SuiteScript that has multiple sheets. This format only describes cells, text, styles, merges, and column/row sizes. My task is to add a image into this spreadsheet. when i did some research, i found that it is not supported. It has no element for images. SpreadsheetML has no standardized <Drawing> or <Picture> element that Excel reliably renders. The format was designed for tabular data, not embedded media. Can someone shed some light on the solution here? Appreciate your support.
c
SheetJS allows you to read/write images on their pro version.
👍 1