C# Transpose() method to transpose rows and columns in excel sheet

后端 未结 3 1994
你的背包
你的背包 2020-12-01 23:00

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

3条回答
  •  执念已碎
    2020-12-01 23:25

    Transpose can be accessed as a parameter of PasteSpecial(Transpose: whatever).
    I have answered this in full here: Transpose values in excel using C#

提交回复
热议问题