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.

The code I used to generate the .xslx file
from html2excel import ExcelParser
parser = ExcelParser('./test.html')
parser.to_excel('./converted_file.xlsx')
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.The code I used to generate the .xslx file