@jan_blaha , sorry for the late reply. This issue was because I was using v2.3.0. I upgraded the version and it's working. When I was not able to reproduce on the playground, then I got to know.
Thanks for your time!
S
SadatHussain7
@SadatHussain7
0
Reputation
3
Posts
291
Profile views
0
Followers
0
Following
Posts made by SadatHussain7
-
RE: Unable to add image dynamically in a pre-uploaded Xlsx template for excel sheet
-
RE: Unable to add image dynamically in a pre-uploaded Xlsx template for excel sheet
@jan_blaha @bjrmatos @bjrmatos26 Please let me know how can this be solved. Also, please let me know if you need more information around it.
-
Unable to add image dynamically in a pre-uploaded Xlsx template for excel sheet
Hi,
I have a sheet that has a pre-uploaded template in the codebase using contentRaw.xlsx that is used to display dynamic charts that come from pivot tables. I'm now trying to upload an image using base64 in a variable as
{{#xlsxAddImage "custom-logo" "sheet1.xml" 0 0 3 4}} {{customLogo}}
{{/xlsxAddImage}}
where "customLogo" is the variable that has base64. Using the same line of code I'm able to upload in another sheet, where this sheet is a worksheet that only has numeric data.PFA the snap of the error