Skip to content

odk-ppp cannot convert XLSX format #61

@monitoringhsd

Description

@monitoringhsd

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

  1. download demo.xlsx file from ppp github
  2. cd to the directory with demo.xlsx
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions