<?xml version="1.0" encoding="UTF-8"?>
<request>
    <template uri="local" id="examples/xlsx/add_rows_to_end"/>
    <input-data>
        <rows-to-add>
            <row>
                <cell>1</cell>
                <cell>001-002-003 00</cell>
                <cell>Ж</cell>
                <cell>Горбунова Екатерина Васильевна</cell>
                <cell>01.01.1970</cell>
                <cell>01.01.1988</cell>
                <cell>ABC-001-002-003-00</cell>
            </row>   
            <row>
                <cell>2</cell>
                <cell>001-002-004 00</cell>
                <cell>М</cell>
                <cell>Харитонов Степан Эдуардович</cell>
                <cell>02.01.1970</cell>
                <cell>02.01.1988</cell>
                <cell>ABC-001-002-004-00</cell>
            </row>  
            <row>
                <cell>3</cell>
                <cell>001-002-005 00</cell>
                <cell>Ж</cell>
                <cell>Шестакова Анна Львовна</cell>
                <cell>03.01.1970</cell>
                <cell>03.01.1988</cell>
                <cell>ABC-001-002-005-00</cell>
            </row>  
        </rows-to-add>        
    </input-data>
    <options>
        <enable-debug-report-save>false</enable-debug-report-save>
		<output-mode>binary</output-mode>
    </options>
</request>