We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Application class.
The text was updated successfully, but these errors were encountered:
What is your primary use case for this? E.g. closing the whole application?
Sorry, something went wrong.
Yes, that was the use I had in mind. Sometimes you run several commands in a script and the application remains open at the very end.
seems to make most sense as attribute of the Workbook object, e.g.:
>>> wb = Workbook() >>> wb.application.quit()
Added Application class/attribute and quit() method, closes #101
943da01
8af87fb
No branches or pull requests
Add Application class.
The text was updated successfully, but these errors were encountered: