Export HTML Table to Open Formats is a collection of classes written in PHP (5.x) and JavaScript which allows to export of HTML tables into open formats such as XML or CSV files without any database. The data are taken directly from the HTML table cell and then converted to these formats. Key features are as follows:
- direct export HTML tables to XML and CSV formats,
- no need for a database connection
- supports large tables – multiple requests via AJAX
- supports rowspan and colspan tags,
- easy to configure and using.

