tompollard / tableone

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

ModuleNotFoundError: No module named 'openpyxl' #122

Closed JohannesWiesner closed 1 year ago

JohannesWiesner commented 2 years ago

When trying to use TableOne.to_excel() I get:

ModuleNotFoundError: No module named 'openpyxl'

Shouldn't openpyxl be automatically be installed (conda install -c anaconda openpyxl) when conda installing tableone?

tompollard commented 1 year ago

Thanks for raising this issue, and I'm sorry for taking so long to get to it. I agree, I can't think of a good reason not to add openpyxl as a dependency.