🔀 Merge pull request #477 from RicardoE105/feature/spritesheet-file-node

🐛 mismatch between file extension and format
This commit is contained in:
Jan 2020-04-13 17:21:13 +02:00 committed by GitHub
commit 44a2c2377a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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