- 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
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