Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use any version newer than 0.7.4 #247

Open
oldpink opened this issue Dec 24, 2022 · 0 comments
Open

Unable to use any version newer than 0.7.4 #247

oldpink opened this issue Dec 24, 2022 · 0 comments

Comments

@oldpink
Copy link

oldpink commented Dec 24, 2022

I use this program frequently, but it's disappointing that I am unable to use anything beyond version 0.7.4.
When I try newer versions, I consistently get the following errors:

Traceback (most recent call last):
File "/usr/bin/xlsx2csv", line 1125, in
xlsx2csv = Xlsx2csv(options.infile, **kwargs)
File "/usr/bin/xlsx2csv", line 196, in init
self.styles = self._parse(Styles, self.content_types.types["styles"])
File "/usr/bin/xlsx2csv", line 339, in _parse
instance.parse(filehandle)
File "/usr/bin/xlsx2csv", line 498, in parse
numFmtId = int(cellXfs._attrs['applyNumberFormat'].value)
KeyError: 'applyNumberFormat'

I'm pretty sure that there is a missing dependency, but I have no idea what that may be or how to install it.
Does anyone have any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant