мммммммммм
This commit is contained in:
parent
f551c54f6e
commit
f2407f9f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ async def _parse_objects_xlsx(
|
|||
|
||||
def _cell(row: tuple, key: str) -> str | None:
|
||||
idx = col.get(key)
|
||||
if idx is None:
|
||||
if idx is None or idx >= len(row):
|
||||
return None
|
||||
val = row[idx]
|
||||
if val is None:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue