I\'m trying to set Excel Worksheet cell.Value from null to Empty string using the below C# code :
Excel.Workbook s_workbook = sApp.Workbooks.Open(s_file); Exc