Search results

  1. N

    Read all values from complex html table

    Hi, I have an HTML data table that has a complex structure where some rows span multiple columns and other rows contain multiple column values. Here is the code of a similar table: <table> <caption>A complex table</caption> <thead> <tr> <th colspan="3">Invoice #123456789</th> <th>14 January...
Top