asp.net: How to convert cell format General to Text in Excel By ChandanaJanuary 10, 2013December 12, 2023ASP.net C# asp.net: How to convert cell format General to Text in Excel oRg.Range[ex.Cells[intStartRow, intStartCol], ex.Cells[intStartRow, intStartCol]].NumberFormat = "@";