Merge pull request 'export-optimization: не красим обычные ячейки' (#4) from export-optimization into test
Reviewed-on: #4
This commit is contained in:
commit
873f0d84b3
@ -181,7 +181,7 @@ class DepthSheetWriter:
|
||||
worksheet.column_dimensions[col_letter].width = adjusted_width
|
||||
|
||||
def _set_color_to_row(self, ws: Worksheet, item_type: str) -> None:
|
||||
if not self.palette:
|
||||
if not self.palette or item_type in ("SUB_ITEM", "INPUT"):
|
||||
return
|
||||
|
||||
row = ws.max_row
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user