{
    "template": {
        "uri": "local",
        "id": "examples/xlsx/add_rows_to_end_complex"
    },
    "options": {
        "enable-debug-report-save": true,
        "output-mode": "binary"
    },
    "input-data": {
        "rows-to-add": [
            [
                "1",
                "001-002-003 00",
                "Ж",
                "Горбунова Екатерина Васильевна",
                "01.01.1970",
                null,
                "ABC-001-002-003-00",
                30
            ],
            [
                2,
                "004-005-006 00",
                "М",
                "Иванов Дмитрий Борисович",
                "02.03.1970",
                "04.07.1988",
                "ABC-001-002-003-00",
                40,
                {
                    "type": "link",
                    "text": "пример ссылки 1",
                    "value": "http://xsquare.ru"
                }
            ],
            [
                "3",
                "007-008-009 00",
                null,
                "Сидоров Максим Васильевич",
                "04.05.1970",
                "06.07.1988",
                "ABC-004-005-006-00",
                50,
                {
                    "type": "link",
                    "text": "пример ссылки 2",
                    "value": "http://xsquare.ru"
                }
            ],
            [
            ],
            [
                null,
                null,
                null,
                null,
                null,
                null,
                "Сумма взносов:",
                {
                    "type": "formula",
                    "value": "SUM(H2:H4)"
                }
            ]
        ]
    }
}