XToolset
XToolset copied to clipboard
Fix Dump Cols Cell Shifting 1 Extra Column
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_ROWnot being replaced if wereXcolumns next to a#! DUMP_COLScell, whereXwas the length of theDUMP_COLSarray - Other content to the right of a
#! DUMP_COLShaving 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