forked from ScoDoc/DocScoDoc
Amélioration sco_excel
This commit is contained in:
parent
48912032c4
commit
d8ff5152d1
@ -612,9 +612,9 @@ def excel_file_to_list(filename):
|
||||
) from exc
|
||||
|
||||
|
||||
def excel_file_to_list_are(filename):
|
||||
def excel_workbook_to_list(filename):
|
||||
try:
|
||||
return _excel_to_list_are(filename)
|
||||
return _excel_workbook_to_list(filename)
|
||||
except Exception as exc:
|
||||
raise ScoValueError(
|
||||
"""Le fichier xlsx attendu n'est pas lisible !
|
||||
|
Loading…
Reference in New Issue
Block a user