mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 mismatch between file extension and format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user