I am exporting my data into Excel Using Open XML. now i want to increment of alphabet like as columns 'A1' to 'B1',...'Z1', 'AA1'.
I have assign ‘A1’ into variable and i want to increment alphabet to ‘B1’.
Please provide any method/code through that can increment alphabet ‘A1’ to ‘B1′..’Z1′,’AA1’.
This can be done:
and you can add the numbering as a string, even the concatenated characters can be generated the same way:
pseudo code: