in reply to HTML::TableExtract problem handling merged cells across rows

The tagged data comes to me in a file with an XLS extension, but I have copied the file and changed the new file extension to shtml.

Why? Why not try xls ?

  • Comment on Re: HTML::TableExtract problem handling merged cells across rows

Replies are listed 'Best First'.
Re^2: HTML::TableExtract problem handling merged cells across rows
by jtravillian (Initiate) on Feb 25, 2015 at 19:11 UTC
    Thanks for your response. My reason for not trying xls now is because I already have Table::Extract working in this same perl file to transform/clean 6 other reports. None of the those reports, however, contain "merged" cells within the table. I'd really like to get the HTML::TableExtract working. Not sure if its my code, but it feels like a bug within HTML::TableExtract.