Thank you very much for your reply, but if i use this s="{{$removedItem.c.[0].$.s}}" in {{#each}} , excel file become damaged, its possible to use s="{{$removedItem.c.[0].$.s}}" in {{#each}}
{{xlsxRemove "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row" 0}}
{{#xlsxAdd "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row"}}
<row>
{{#each columns}}
<c t="inlineStr" s="{{$removedItem.c.[0].$.s}}"><is><t>Crossed Text</t></is></c>
{{/each}}
</row>
{{/xlsxAdd}}
{{{xlsxPrint}}}