ver Mar6th
fixed bug
This commit is contained in:
@@ -318,7 +318,7 @@ def read_cell_value(xlsx_file: str, sheet_name: str, coordinate: str) -> Any:
|
||||
return shared_strs[int(cell["c"]["v"])]
|
||||
if cell["c"]["@t"] == "str":
|
||||
return cell["c"]["v"]
|
||||
except ValueError:
|
||||
except KeyError, ValueError:
|
||||
return None
|
||||
# }}} read_cell_value #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user