libhtml-tableparser-perl

Perl module to extract data from an html table
  https://metacpan.org/release/HTML-TableParser
  0
  no reviews



Html::tableparser uses html::parser to extract data from an html table. the data is returned via a series of user defined callback functions or methods. specific tables may be selected either by a matching a unique table id or by matching against the column names. multiple (even nested) tables may be parsed in a document in one pass.