-
Notifications
You must be signed in to change notification settings - Fork 345
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
Changes to enable 1904-based dates #72
Conversation
} catch(RuntimeException e) { | ||
f.delete(); | ||
throw e; | ||
private static final Logger log = LoggerFactory.getLogger(StreamingWorkbookReader.class); |
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.
It's really hard to tell what changed here because it looks like you re-indented the entire file and re-ordered the methods. Can you please update this to use two-space indents and keep the original ordering?
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.
Hurm, it appears my IDE got overly aggressive. I've reverted the change and reapplied the fix. We should be good to go now.
} | ||
} | ||
@Test | ||
public void testGetDateCellValue1904() throws Exception { |
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.
Thanks for including a test case!
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.
Wouldn't dream of offering a pull request without one
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.
Just need to clean up the StreamingWorkbookReader
class and I think this will be good to merge.
Awesome, thanks. Whenever you have a chance to get it up on Maven Central, that would help me out a lot |
No description provided.