Tanveer Khan

Tanveer Khan

  • NA
  • 24
  • 481

Excel sheet formatted values in c#

Jan 11 2021 5:24 PM
How to get an Excel sheet cell with formatted values in c#?
 
for e.g.
 
I have excel cell value 3224.5990453 after formatting with a number with decimal places it will be 3224.60
 
 
I want to  to take 3224.60, while reading the excel file in c# it is taking 3224.5990453 instead of 3224.60

Answers (2)