HI,
 
 
In NOPI dll for ExporttoExcel SetColumnWidth is not working properly even if i give the COlumn index and width as index , the proper width is not being set properly
 
 
shWorkSheet.SetColumnWidth(0, 100) 
 
shWorkSheet.SetColumnWidth(0, 20*256)
 
 
 
Thanks,
Leo