Skip to content

Module isn't working #21

@duvvurna

Description

@duvvurna
  • xls2xlsx version:0.2.0
  • Python version:3.11.4
  • Operating System: Windows 10

Description

I followed the documentation under https://github.com/snoopyjc/xls2xlsx , installed all dependencies , but the package doesn't convert xls to xlsx and fails with an error.
TypeError: 'NoneType' object is not callable

What I Did

code I have tried as per your documentation:

from xls2xlsx import XLS2XLSX
x2x = XLS2XLSX("C:/Users/natar/Downloads/ER_XLS_EN.xls")
x2x.to_xlsx("C:/Users/natar/Downloads/ER_XLS_EN.xlsx")

from xls2xlsx import XLS2XLSX
x2x = XLS2XLSX("C:/Users/natar/Downloads
output_error.txt
/ER_XLS_EN.xls")
wb = x2x.to_xlsx()

and i get below error :
TypeError: 'NoneType' object is not callable
Attached output.txt

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