Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XlsxWriter module (required to export to Excel) to requirements.txt #393

Closed
wants to merge 1 commit into from

Conversation

maestrow
Copy link

Steps to reproduce issue: Try export to Excel any query results.
Actual results: You get an error: ModuleNotFoundError: No module named 'xlsxwriter'.
The solution is to add this module to requirements.txt.

Steps to reproduce issue: Try export to Excel any query results.
Actual results: You get an error: ModuleNotFoundError: No module named 'xlsxwriter'.
The solution is to add this module to requirements.txt.
@maestrow maestrow changed the title Export to Excel requires XlsxWriter module Add XlsxWriter module (required to export to Excel) to requirements.txt May 25, 2020
@marksweb
Copy link
Collaborator

marksweb commented Oct 6, 2020

I think I'd prefer this as an optional requirement & not forced upon everyone because it's only for that excel download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants