Posted 29 July 2021, 7:50 am EST
Hi there,
Looking at this documentation: https://www.grapecity.com/spreadjs/docs/v14/online/SpreadJS~GC.Spread.Sheets.ImageLayout.html?highlight=imagelayout%2C
It appears there are a few options to control the background of a cell, I’m wondering if you could please extend this object to match the css positioning.
In particular it would be nice to be able to control the positioning in terms of X and Y like
X could be left, center, right
Y could be top, center, bottom
e.g. left center
The scenario is:
I would like to be able to control the image in order to have an image next to the cell text.
The image shouldn’t be visible when downloading the excel file from your IO library so a floating picture object wouldn’t be reasonable.