in reply to right justify strings in EXCEL::WRITE::XLSX
The module name is Excel::Writer::XLSX I presume.
You will have to use a format for the cell.
Either write the string as a string and format the cell to right-align, or write the number 0.67 and format the cell as percentage.
Both approaches are what one would do within the Excel application too.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: right justify strings in EXCEL::WRITE::XLSX
by fionbarr (Friar) on Jul 16, 2014 at 17:19 UTC | |
by Corion (Patriarch) on Jul 16, 2014 at 17:23 UTC |