You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm not sure how browsers parse html files but they do seem to adjust even if our html tables are erroneous. Taking that approach here would be disingenuous as the goal of this library is to create an exact replica of how it would look on excel.
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
The text was updated successfully, but these errors were encountered: