Skip Menu |

This queue is for tickets about the Excel-Template CPAN distribution.

Report information
The Basics
Id: 77645
Status: open
Priority: 0/
Queue: Excel-Template

People
Owner: Nobody in particular
Requestors: eflitman [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.34
Fixed in: (no value)



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 {} ; > } >
Could this patch be merged and a new release created? Pretty please? :-)