tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
159 stars 38 forks source link

Add openpyxl as a dependency. Fixes #122. #147

Closed tompollard closed 1 year ago

tompollard commented 1 year ago

As discussed in https://github.com/tompollard/tableone/issues/122, trying to use TableOne.to_excel() raises an error: ModuleNotFoundError: No module named 'openpyxl'

This pull request adds openpyxl as a dependency, meaning that people should no longer see the error when calling .to_excel()