1613cf21 by 周伟奇

Merge branch 'feature/bs_excel' into feature/0611

2 parents 990f670c 980909ca
......@@ -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!