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

Changes to enable 1904-based dates #72

Merged
merged 3 commits into from
Jan 23, 2017

Conversation

dgriffith
Copy link

No description provided.

} catch(RuntimeException e) {
f.delete();
throw e;
private static final Logger log = LoggerFactory.getLogger(StreamingWorkbookReader.class);
Copy link
Owner

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?

Copy link
Author

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 {
Copy link
Owner

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!

Copy link
Author

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

Copy link
Owner

@monitorjbl monitorjbl left a 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.

@dgriffith
Copy link
Author

Awesome, thanks. Whenever you have a chance to get it up on Maven Central, that would help me out a lot

@monitorjbl monitorjbl merged commit a29fbbe into monitorjbl:master Jan 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants