Hi
I am trying to parse an excel file with following code snippet ..
var excelParser = require('excel-parser');
excelParser.worksheets({
inFile: './DataRepo/sample.xlsx'
}, function(err, worksheets){
if(err) console.error(err);
console.log(worksheets);
});
But its throwing an error as below --
Started
{ [Error: Command failed: C:\Windows\system32\cmd.exe /s /c "python
I am using Python 2.7
Please suggest some solution .
Hi
I am trying to parse an excel file with following code snippet ..
But its throwing an error as below --
Started
{ [Error: Command failed: C:\Windows\system32\cmd.exe /s /c "pythonI am using Python 2.7
Please suggest some solution .