Column No to Column Letter in Excel/VSTO using C#
- by sukumar
How to find column's name or header?
For example if i select column 5 in excel means i want the result as "E".
How to get the alphabet or letter corresponding to column no.
Please help me with the code