Format cell standard in Excel with c#
i have excel file enter in database. need read cells. problem type standard in excel. how convert standard type string when reading excel file using c#? my code: after compiling code : |
perhaps should use dt.rows[i][j] instead of dt.rows[0][j].
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment