update audio extensions
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user