Table extractor is a php class that can extract almost any table from any html document/page, and then convert that html table into a php array.
Features:
- Can extract almost any table from any html page.
- Uses the table column headers as the keys in the array.
- Strip unnecessary html tags out of the source.
- Limit the number of columns and rows returned, as well as set the start row and start column.
- Create extra columns based on data in others using regular expressions, eg. The URL of a link.
- Splits colspans and rowspans into their original number of cells.