in reply to Spreadsheet::ParseExcel::SaveParser and merged cells

Encoding::Guess
perluniintro
  • Comment on Re: Spreadsheet::ParseExcel::SaveParser and merged cells

Replies are listed 'Best First'.
Re^2: Spreadsheet::ParseExcel::SaveParser and merged cells
by jfraire (Beadle) on Feb 07, 2008 at 19:28 UTC

    Thanks. In perluniintro I learned about utf8::is_utf8, which does precisely what I wanted.

    I have filed the bug and submitted the patch.

    Regards,

    Julio

      Hi Julio, I also want to use Spreadsheet::ParseExcel::SaveParser to merged cells, can you share the module you have improved. thanks