I have installed csvkit with Homebrew, but when running in2csv foo.xlsx > foo.csv, I'm always getting this error message:
AttributeError: 'ReadOnlyWorksheet' object has no attribute 'defined_names'
How can I fix it ?
I have installed csvkit with Homebrew, but when running in2csv foo.xlsx > foo.csv, I'm always getting this error message:
AttributeError: 'ReadOnlyWorksheet' object has no attribute 'defined_names'
How can I fix it ?
Copyright © 2021 Jogjafile Inc.
I fixed it by reinstalling
csvkitwithpip.