.Net Excel Interop Deleting a worksheet

后端 未结 7 748
深忆病人
深忆病人 2020-12-01 17:53

I\'m trying to delete a worksheet from a excel document from a .Net c# 3.5 application with the interop Excel class (for excel 2003).

I try many things like :

<
7条回答
  •  一整个雨季
    2020-12-01 18:40

    It is also important to note that the workbook must contain at least one worksheet; this means you cannot delete all worksheets in a workbook.

提交回复
热议问题