VikParuchuri / tabled

Detect and extract tables to markdown and csv
https://www.datalab.to
GNU General Public License v3.0
457 stars 18 forks source link

Unable to handle row and column merging in the table? #4

Open Joker1212 opened 4 days ago

Joker1212 commented 4 days ago

Many thanks for your great work. I'm puzzled because the HTML output has no labels like rowspan or colspan. Are they not supported?

VikParuchuri commented 3 days ago

Row and column spans are calculated, but not surfaced in the output. I can look into outputting them.