{{xlsxRemove "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row" 1}}

{{#each datos}}
{{#xlsxAdd "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row"}}
<row>
    <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{estudiante}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[1].$.s}}"><is><t>{{valor_programa}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[2].$.s}}"><is><t>{{saldo_cancelado}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[3].$.s}}"><is><t>{{beca_descuento}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[4].$.s}}"><is><t>{{saldo_final}}</t></is></c>
</row>
{{/xlsxAdd}}
{{/each}}


{{{xlsxPrint}}}