-
Notifications
You must be signed in to change notification settings - Fork 53
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 a warning to sheet.print_to_file [BUG] #58
Comments
Added a commit to development branch. Take a look and let me know if that's what you're expecting. Cheers. |
Thank you for your quick reply. |
Further discussion see issue #61. |
Describe the bug
It seems that
sheet.print_to_file
method only works with absolute directory argument.To Reproduce
Expected behavior
As a result, only second
print_to_file
(to 'F:/temp/') works as expected.If this method performances the same in other environment, it's better to raise a warning, like "currently, this method only works with absolute directory argument. And this directory must already exist."
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: