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
}
]
}
I expect
DUMP_COLSto shift the columns to the right, so that you can write templates after theDUMP_COLSstatement.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 } ] }