in reply to Printing portugese text in Excel
$worksheet->write($rowCount, $colCount, $Field, $gFmtBold);
I also had to remove the following lines from the script to test it (they're irrelevant to the question, anyway):
use Locale::Msgcat; use Number::Localization; use Presentation;
And I had to prepend
use Excel::Writer::XLSX;
See Short, Self Contained, Correct Example on how to help us to help you.
See the module's documentation on the details:
If the data is in UTF-8 format then Excel::Writer::XLSX will handle it automatically.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Printing portugese text in Excel
by raja567 (Novice) on Apr 20, 2015 at 10:10 UTC | |
by choroba (Cardinal) on Apr 20, 2015 at 10:12 UTC | |
by raja567 (Novice) on Apr 20, 2015 at 10:26 UTC | |
by marinersk (Priest) on Apr 20, 2015 at 11:58 UTC |