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
StyleFrame.read_excel ignores skipped rows (either if passed explicitly or if pandas.read_excel automatically skipped empty rows). This results in rows getting the style of the previous row.
The first case can be solved, second will probably be harder. Related to #44.
The text was updated successfully, but these errors were encountered:
StyleFrame.read_excel
ignores skipped rows (either if passed explicitly or ifpandas.read_excel
automatically skipped empty rows). This results in rows getting the style of the previous row.The first case can be solved, second will probably be harder. Related to #44.
The text was updated successfully, but these errors were encountered: