kev-ops

Results 4 comments of kev-ops

I am reading the content of excel file(.XLSX), I am having issue in reading cell with a value "4.9" (please refer to the screenshot below, highlighted in yellow) ![image](https://user-images.githubusercontent.com/15882382/233382479-04f61e02-04cb-43b3-8afb-3382787d8332.png) In...

Yes, the number in my case "4.9" which is a general number resulted to [accurately represent numbers](https://stackoverflow.com/questions/21895756/why-are-floating-point-numbers-inaccurate). which is unwanted. _**Could the s="2" value be the significant digits?**_ Answer: I...

I also have relevant concern in date formatting **Observed behavior** Custom Date format and other date format returns inconsistent NumberFormatId Please refer to the attached file **1.xlsx** ![image](https://github.com/dotnet/Open-XML-SDK/assets/15882382/80f145a0-4029-42e7-a796-2cf38e1215e7) I have...

In addition, Is it possible to convert a date in c# using these formatCodes? We are struggling converting the date values retrieved from excel in c# using the format codes...