Use tables to present tabular data only, not to format a document. Certain table designs are difficult for screen readers to navigate. Give each item its own cell and avoid splitting or merging cells.
Currently there exists a 'ignore_header' and 'header' parameter in reader and writer. The user needs to use 'ignore_parameter' in reading the table where he can include a header or exclude it. Same ...