-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Some patches ported from poi #1290
Conversation
…ly hides the first column
…row that contains the comment is deleted; patch and file contributed by Greg Woolsey
…ernal workbook references with a quoted sheet name
@antony-liu Hi Antony, welcome back. Please DON'T merge any other PR to master until the end of March because I'm releasing 2.7.0. It's just RC version for now. |
} | ||
finally | ||
{ | ||
fout.Close(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to call Close
explicitly here, when it was already managed by using statement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. The code was just copied from POI, I will remove it.
OK, I got it |
No description provided.