in reply to Re^3: Help encode_entities doesn't seem to work
in thread [SOLVED] -Help encode_entities doesn't seem to work
Thanks for your reply.
I have update the code to use .xlsx file with
# STEP1: The data from XLS file is stored in temp TXT file my $parser = Spreadsheet::ParseXLSX->new();
I'm sticked about the decode part. I don't see how to solve it.$mac = encode("utf-8", $cell_unformatted); print_txt "$row;;$col;;", $mac ,"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help encode_entities doesn't seem to work
by haj (Vicar) on Feb 10, 2019 at 19:18 UTC |