asp.net: How to convert cell format General to Text in Excel
oRg.Range[ex.Cells[intStartRow, intStartCol], ex.Cells[intStartRow, intStartCol]].NumberFormat = "@";
asp.net: How to convert cell format General to Text in Excel
oRg.Range[ex.Cells[intStartRow, intStartCol], ex.Cells[intStartRow, intStartCol]].NumberFormat = "@";