{
    "template": {
        "uri": "local",
        "id": "examples/xlsx/add_rows_to_end_with_style"
    },
    "options": {
        "enable-debug-report-save": true,
        "output-mode": "binary",
        "use-last-row-style": true
    },
    "input-data": {
        "rows-to-add": [
            [
                12,
                "001-002-003 00",
                "Ж",
                "Горбунова Екатерина Васильевна",
                34021,
                null,
                "нет ссылки"
            ],
            [
                2.56,
                "004-005-006 00",
                "М",
                "Иванов Дмитрий Борисович",
                34022,
                0.6458,
                {
                    "type": "link",
                    "text": "пример ссылки 1",
                    "value": "http://xsquare.ru"
                }
            ],
            [
                3.4555555,
                "007-008-009 00",
                null,
                "Сидоров Максим Васильевич",
                34025,
                0.3,
                {
                    "type": "link",
                    "text": "пример ссылки 2",
                    "value": "http://xsquare.ru"
                }
            ],
            [
            ],
            [
                4,
                null,
                "М",
                "Кольев Антон Викторович",
                null,
                null,
                null
            ]
        ]
    }
}