-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Description
The odk-ppp cannot convert XLSX into DOC, only XLS is accepted.
Attempted on MacOS Ventura 13 (M1) and Ubuntu ARM64 22.04.
Steps to Reproduce
- download demo.xlsx file from ppp github
- cd to the directory with demo.xlsx
- run in Terminal:
python3 -m ppp demo.xlsx -l English -f doc -t old -p standard > myXlsForm.doc
Desired/expected behavior
The demo.doc should be created.
Actual behavior
There is an error in Terminal and demo.doc is not created:
File "/Users/serge/Library/Python/3.9/lib/python/site-packages/xlrd/__init__.py", line 170, in open_workbook raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')
xlrd.biffh.XLRDError: Excel xlsx file; not supported
Metadata
Metadata
Assignees
Labels
No labels