update audio extensions

This commit is contained in:
ChristopheSeux
2023-07-18 16:42:16 +02:00
parent 18f830157f
commit 884eefaf37
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -655,10 +655,18 @@ class VSETB_OT_export_spreadsheet(Operator):
for col in worksheet.columns:
letter = col[0].column_letter
worksheet.column_dimensions[letter].auto_size = True
# Save the file
workbook.save(str(export_path))
# elif spreadsheet.format == 'xls':
# try:
# import xlwt
# except ModuleNotFoundError:
# self.report({'INFO'}, 'Installing openpyxl')
# openpyxl = install_module('xlwt')
elif spreadsheet.format == 'Clipboard':
csv_buffer = StringIO()