xlsxAddImage dimensions
-
Hello,
Is it planned for future versions of xlsxAddImage to support specifying a height and width instead of a cell range?
Thank you
-
Can you share more information?
-
Currently, xlsxAddImage takes the following arguments:
imageNameOrOptions, sheet id, column from, row from, column to, row to.
This is similar to Excel's "Place in cell" option for inserting images.
This forces cells to be sized to a specific size so the image doesn't become distorted.
An option similar to Excel's "Place over cells" for inserting images would be very useful, passing the following arguments:
column from, row from, image width, image height
or
image left, image top, image width, image height
Regards, Pablo