mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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') {
|
} else if (fileFormat === 'ods') {
|
||||||
wopts.bookType = 'ods';
|
wopts.bookType = 'ods';
|
||||||
} else if (fileFormat === 'xls') {
|
} else if (fileFormat === 'xls') {
|
||||||
wopts.bookType = 'xlml';
|
wopts.bookType = 'xls';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Convert the data in the correct format
|
// Convert the data in the correct format
|
||||||
|
|||||||
Reference in New Issue
Block a user