Subject: | MergeRange adds an empty cell in next column (fix included) |
When using <merge_range> in a template, the output Excel file has an
extra empty cell added after each merged cell.
To fix this, just need to add overloaded method deltas() returning empty
deltas.
The patch fixing the issue for v.0.34 is attached. Please include the
fix into the next release.
Subject: | MergeRange.pm.patch |
57a58,62
> sub deltas
> {
> return {} ;
> }
>