Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
980909ca
authored
2021-06-23 14:01:04 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix ref
1 parent
3802c621
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/ocr/wb.py
src/apps/doc/ocr/wb.py
View file @
980909c
...
...
@@ -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
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment