980909ca by 周伟奇

fix ref

1 parent 3802c621
......@@ -467,7 +467,7 @@ class BSWorkbook(Workbook):
fill_row = set()
# 添加筛选
new_ws.auto_filter.ref = 'A1:{0}{1}'.format(get_column_letter(new_ws.max_column), new_ws.max_row)
new_ws.auto_filter.ref = 'A1:{0}{1}'.format(get_column_letter(new_ws.max_column-2), new_ws.max_row)
for rows in new_ws.iter_rows(min_row=2):
length = len(rows)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!