Excel column with dropdown list
-
Hello,
Is there a different way to put data for a cell which has dropdown list. This doesn't work.{{#xlsxReplace "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row[1].c[1]"}} <c t="inlineStr" s="129"><is><t>{{PRJ_TYPE}}</t></is></c> {{/xlsxReplace}}
Thank you
-
My bad. I have to pick a column before which had the title. so c[0] worked.