-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
BUGSomething isn't workingSomething isn't working
Description
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
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGSomething isn't workingSomething isn't working
Projects
Status
Important