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

{{#each historial}}
{{#xlsxAdd "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row"}}
<row>
    <c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{cedula}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[1].$.s}}"><is><t>{{Funcionario}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[2].$.s}}"><is><t>{{Facultad}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[3].$.s}}"><is><t>{{Departamento}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[4].$.s}}"><is><t>{{Puesto}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[6].$.s}}"><is><t>{{Tipo}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[7].$.s}}"><is><t>{{Numero}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[8].$.s}}"><is><t>{{Fecha}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[9].$.s}}"><is><t>{{Rige_Desde}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[10].$.s}}"><is><t>{{Rige_Hasta}}</t></is></c>
    <c t="inlineStr" s="{{@root.$removedItem.c.[13].$.s}}"><is><t>{{observacion}}</t></is></c>
</row>
{{/xlsxAdd}}
{{/each}}
{{{xlsxPrint}}}