Using of odkmeta command

I get the error below if I select the xlsx file.
raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')
xlrd.biffh.XLRDError: Excel xlsx file; not supported

Save your file into .xls format and re run it.

That worked fine.
Thanks

1 Like