Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 111908
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Excel-Writer-XLSX

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

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



Subject: documentation bug Excel-Writer-XLSX-0.88
Date: Tue, 9 Feb 2016 21:32:36 -0600
To: bug-Excel-Writer-XLSX [...] rt.cpan.org
From: Michael Quaranta <michael.quaranta [...] gmail.com>
Hi, the description below snipped from the POD, has set_align() twice, as opposed to set_valign() for vertical alignment. Alignment Horizontal align align set_align() Vertical align valign set_align() -- -- Michael Quaranta <Michael.Quaranta@gmail.com>
Hi, Thanks for the report. For future reference the Excel::Writer:XLSX bug tracker is at: https://github.com/jmcnamara/excel-writer-xlsx/issues The documentation is correct in this case: the `set_align()` method can take both the `align` and `valign` properties. There is a `set_valign()` method but it is only used internally. Regards, John