Skip to content

[BUG] #! DUMP_COLS should shift columns #210

@TheNoim

Description

@TheNoim

I expect DUMP_COLS to shift the columns to the right, so that you can write templates after the DUMP_COLS statement.

Here is a small reproduction of what I mean:

issue.xlsx
dump-cols-issue-template.xlsx

mode.json

{
        "targets": [
                "1",
                "2",
                "3",
                "4"
        ],
        "arr": [
                {
                        "targets": [
                                22,
                                44,
                                33,
                                66
                        ],
                        "number": 69
                },
                {
                        "targets": [
                                75467,
                                7,
                                7456,
                                66
                        ],
                        "number": 1337
                },
                {
                        "targets": [
                                452,
                                44,
                                735,
                                66
                        ],
                        "number": 420
                }
        ]
}

Metadata

Metadata

Assignees

Labels

BUGSomething isn't working

Projects

Status

Important

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions