Skip to content

Problems with rowspans #7

@fedor-ivn

Description

@fedor-ivn

Hello! I've been using this package and stuck with the bug.

I have a table like that in HTML -> example
But when I export it to excel with ExcelParser, I have some extra rows in the excel table. Take a look at the screenshot, I drew them in red.
table

The code I used to generate the .xslx file

from html2excel import ExcelParser
parser = ExcelParser('./test.html')
parser.to_excel('./converted_file.xlsx')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions