I want to transpose rows and columns of an excel sheet and save it. I want to use C# transpose() method for this purpose. Can anybody tell how it can be used in C# with exam
Transpose can be accessed as a parameter of PasteSpecial(Transpose: whatever). I have answered this in full here: Transpose values in excel using C#