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
this feature 'Place in cell' need the feature 'RichData' of MS Excel, I can't find from which version of Excel this feature is available.
So, I propose to add the substitution keyword 'imageincell' (${imageincell:my_json_key}) to use this new functionality : What do you think about the key 'imageincell' ?
What do you think about this PR ? In any case, I will implement this functionality on my side (I need it). I would just like to have your opinion so that I can then give you the PR.
Some pseudo code
If folder xl/richData does not exist, init it with default value; rdrichvaluestructure.xml and rdRichValueTypes.xml seams to be 'static' files and never change If there are 1 or 5 images.
Adding the image in the media folder (already available in code).
richValueRel.xml.rels : Adding the new Relationship with incremental rId and link to image source
rdrichvalue.xml : increment the count arg of rvData object; adding a 'rv' object with the first 'v' key which has the value {count-1} (I don't know what the 2nd object v corresponds to)
xl/metadata.xml
Can be a little complex to control everything 😁
Increment the count arg of futureMetadata object; adding a 'kb' object
Increment the count arg of valueMetadata object and adding a 'bk' objet
Hi @optilude, nice to retalk with you.
Place in cell features proposal
I have a new PR proposal to propose: Insert image as 'Place in cell', instead of 'Place over cell' as currently proposed with ${image:...}.
The Place in cell allow to place a picture directly 'in the cell' and the image respects the dimensions (and centering) of the cell (without dimension calculation as in the 'over cell'):
https://support.microsoft.com/en-gb/office/insert-picture-in-cell-in-excel-e9317aee-4294-49a3-875c-9dd95845bab0
this feature 'Place in cell' need the feature 'RichData' of MS Excel, I can't find from which version of Excel this feature is available.
So, I propose to add the substitution keyword 'imageincell' (${imageincell:my_json_key}) to use this new functionality : What do you think about the key 'imageincell' ?
What do you think about this PR ? In any case, I will implement this functionality on my side (I need it). I would just like to have your opinion so that I can then give you the PR.
Some pseudo code
If folder xl/richData does not exist, init it with default value;
rdrichvaluestructure.xml and rdRichValueTypes.xml seams to be 'static' files and never change If there are 1 or 5 images.
Can be a little complex to control everything 😁
Increment the count arg of futureMetadata object; adding a 'kb' object
Increment the count arg of valueMetadata object and adding a 'bk' objet
The text was updated successfully, but these errors were encountered: