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

{{#each objeto}}
{{#xlsxAdd "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row"}}
<row>
    <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{IES_ID}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[1].$.s}}"><is><t>{{CUS_ID}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[2].$.s}}"><is><t>{{IDENTIFICACION}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[3].$.s}}"><is><t>{{trucar_numero PUNTAJE_POSTULACION}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[4].$.s}}"><is><t>{{POLITICA_CUOTA}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[5].$.s}}"><is><t>{{SEGMENTO_ASIGNACION}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[6].$.s}}"><is><t>{{formatear_fecha FECHA_ASIGNACION 'DD/MM/YYYY'}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[7].$.s}}"><is><t>{{PRIORIDAD_ELECCION_CARRERA}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[8].$.s}}"><is><t>{{INSTANCIA_POSTULACION}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[9].$.s}}"><is><t>{{INSTANCIA_ASIGNACION}}</t></is></c>
</row>
{{/xlsxAdd}}
{{/each}}


{{{xlsxPrint}}}