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.