C# - Excel Cell to TextBox.Text as hh:mm:ss causing return of 5.78703703703704E-05

前端 未结 0 1068
轮回少年
轮回少年 2020-12-07 10:28

I have code that reads data from excel cells to TextBoxes in a win forms application.

sdRange = xdWorksheet.Cells[1, 1];
if (sdRange.Cells.Value2 != null)
{
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题