Karthik K
Hi All ,
How to change the cell width for excel export in asp.net ?
this is my sample code :
string style = @"<style> .textmode { mso-number-format:\@;font-size:15px; width:100%; } </style>";
Thanks in advance