我希望在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中执行相同的操作? 任何帮助表示赞赏。