Skip to content

Conversation

@IntegerLimit
Copy link

@IntegerLimit IntegerLimit commented Dec 1, 2025

This PR fixes the dump columns cell adding one extra shift of the scope's output cell after the final item.

This led to issues such as:

  • Markers such as #! END_ROW not being replaced if were X columns next to a #! DUMP_COLS cell, where X was the length of the DUMP_COLS array
  • Other content to the right of a #! DUMP_COLS having one (extra) empty column between them and the column data

Example:

Template: template.xlsx
Model: model.json

Current (Errored) Output:
output.xlsx

New (Fixed) Output, with this PR applied:
new-output.xlsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant