🐛 mismatch between file extension and format

This commit is contained in:
ricardo 2020-04-13 11:14:14 -04:00
parent d9864ad8c2
commit 0bdb857767

View file

@ -337,7 +337,7 @@ export class SpreadsheetFile implements INodeType {
} else if (fileFormat === 'ods') {
wopts.bookType = 'ods';
} else if (fileFormat === 'xls') {
wopts.bookType = 'xlml';
wopts.bookType = 'xls';
}
// Convert the data in the correct format