So usually when you write to an excel worksheet it's something like this oSheet.Cells[1, 2]
you supply the int row and then supply the column int.
Well I have a config file thats about 70 columns that range from H to CE to DF ect.
How do you write to a column like so? oSheet.Cells[1, AF]
?
I hope this makes sense