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

Added XLS export with xlsxwriter #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stanislavulrych
Copy link

Hi, I added the possibility to export selected report to .xlsx file.

@furti
Copy link
Owner

furti commented Jan 2, 2020

Thanks for this pull request. Looks good to me.

I have one additional request. "xlsxwriter" is an additional module one has to install via pip. Is this correct?

If this is the case, could you please adapt the "ExportReportXLSCommand" and try to import "xlsxwriter", catch the error if any, and display a info to the user? Something like "It looks like 'xlsxwriter' could not be found on your system. To install it ...."

Otherwise an exception will be thrown if the command is startet and xlsxwriter is not installed.

@stanislavulrych
Copy link
Author

Yes, that is a good point. Added import check and message with the link to the documentation.

@stanislavulrych
Copy link
Author

@furti ?

@furti
Copy link
Owner

furti commented Jan 11, 2020

I'm sorry. I'm pretty busy right now. Maybe i have some time to merge it the upcoming week

@luzpaz
Copy link

luzpaz commented May 21, 2020

@furti any progress on this ?

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.

None yet

3 participants