

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

{{#each cupos}}
{{#xlsxAdd "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row"}}
<row>
    <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{nombre_carrera}}</t></is></c>
        <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{cupos_total}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{asignado}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[1].$.s}}"><is><t>{{aceptado}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[2].$.s}}"><is><t>{{rechazado}}</t></is></c>
        <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{disponible}}</t></is></c>
        <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{postulacion}}</t></is></c>
                <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{nombre_periodo}}</t></is></c>
</row>
{{/xlsxAdd}}
{{/each}}
{{{xlsxPrint}}}