-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
How can I get correct date time from sheet #297
Comments
Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :) |
Hi @vovan4yk , could you share your file so we can pinpoint the problem? |
HI @ozlerhakan |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I haven't checked it yet. Ping it for the stale bot |
Hi @vovan4yk , Some values in the date column seem to be incorrectly defined, See: Apart from that, could you use the following number format for your excel process:
|
Let me know if it doesn't fix your problem. |
I have document with date column
I'm trying to get list objects with different date time for month, and in general it looks ok, except of such value as in screen, using the latest version poiji
using:
private LocalDateTime date;
and
var options = settings()
.sheetIndex(2)
.headerStart(8)
.dateTimeFormatter(DateTimeFormatter.ofPattern("MM/dd/yyyy HH:mm:ss"))
.build();
and always get +1 hour for this time, strange that's only works for 3am for 03.26
The text was updated successfully, but these errors were encountered: