如何在Epplus中将空白单元格作为范围?

时间:2016-10-21 22:18:24

标签: excel vb.net c#-4.0 range epplus-4

我希望在Vb.net C#中使用epplus 4获取范围内的所有空白单元格 使用Excel.Interop,我正在使用它:

Dim otherCells As ExcelRange = ExcelRangeV3.SpecialCells(XlCellType.xlCellTypeBlanks)
otherCells.Select()       
otherCells.FormulaR1C1 = "Other"

如何使用vb.net或c#代码在Epplus 4中执行相同的操作? 任何帮助表示赞赏。

0 个答案:

没有答案