Hi Team
We are trying to map an output Json to xlsx using xlsx recipe. Our previous developer had provided a mapping as below but unable to determine the correct row and column values. Could you please help us on how this template is coded?
{{!--Name & Details--}}
{{#xlsxReplace "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row[2].c[1]"}}
<c t="inlineStr"><is><t>{{data.page2FullName}}</t></is></c>
{{/xlsxReplace}}
{{#xlsxReplace "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row[3].c[1]"}}
<c t="inlineStr"><is><t>{{data.page2PanelEmail}}</t></is></c>
{{/xlsxReplace}}