Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I have found a strange behavior in the XlsIO library. If I write to a cell the time "08:00" taken from a DateTime field, it is shown as "7:60" when converting it to image, but also in the DisplayText property it is written as "7:60" instead of "08:00". This does not happen with other times such as 09:00 or 21:00, but it happens with 20:00.
It was working correctly in the 20.3.0.47 version of the library.
I am sharing a small repo to reproduce the issue. Inside the .zip file you will find the code that reproduces the issue, the template we are using and the output image, as well as the log of the wrong DisplayText inside the code.
Thank you,
Riccardo