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 Application class #101

Closed
bartosz-bear opened this issue Oct 31, 2014 · 3 comments
Closed

Add Application class #101

bartosz-bear opened this issue Oct 31, 2014 · 3 comments
Milestone

Comments

@bartosz-bear
Copy link

Add Application class.

@fzumstein
Copy link
Member

What is your primary use case for this? E.g. closing the whole application?

@bartosz-bear
Copy link
Author

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.

@fzumstein fzumstein added this to the v0.3.3 milestone Feb 22, 2015
@fzumstein
Copy link
Member

seems to make most sense as attribute of the Workbook object, e.g.:

>>> wb = Workbook()
>>> wb.application.quit()

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

No branches or pull requests

2 participants