in reply to Re: Character coding issues with Spreadsheet::XLSX
in thread Character coding issues with Spreadsheet::XLSX

Well... that wasn't exactly it but was close enough to get me there... decode('utf8',$val) did it for me, thanks!

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on Re^2: Character coding issues with Spreadsheet::XLSX

Replies are listed 'Best First'.
Re^3: Character coding issues with Spreadsheet::XLSX
by Anonymous Monk on Sep 21, 2010 at 16:21 UTC
    Where did you get the decode() routine from? What perl module did you use?? We are having the same problems but your answer was incomplete. Thanks for your help in advance, Jodyman