In synfusion grid while exporting to excel we are getting the image URL instead of image.
We want to export image into the excel.
I am trying with excelQueryCellInfo but not getting any results to convert Please help. The image URL is stored in value(args.value)
excelQueryCellInfo(args:any){
if (args.column.type == 'image') {
console.log(args)
}
console value:
{
"data": {
*************************************************
},
"column": {
"disableHtmlEncode": true,
"allowSorting": true,
"allowResizing": true,
***********************************************
"index": 9
},
"value": "https://svmvpitemgroup.blob.core.windows.net/mi-images/organisation-1/1728.png",
"colSpan": 1,
"cell": {
"index": 10,
"value": "https://svmvpitemgroup.blob.core.windows.net/mi-images/organisation-1/1728.png",
"style": {
"name": "styleD10"
}
},
"name": "excelQueryCellInfo"
}