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.
StyleFrame.read_excelignores skipped rows (either if passed explicitly or ifpandas.read_excelautomatically 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.