Skip to content

While parsing excel getting issue with python . #34

@aicodess

Description

@aicodess

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions