Skip to content

No output if used as module #2

@lorenzoromani1983

Description

@lorenzoromani1983

While it does convert excel to json from command line, if used as a module it does not convert anything.

This is my code:

import excel2json

file = "path_to_file"
data = excel2json.convert_from_file(file)
print(data)

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions