Optimise Excel Interop

 public string GetExcelCell(int columnIndex, int rowIndex)         {             if (columnIndex < 1 || rowIndex < 1)                 throw new InvalidOperationException("incorrect number");ui        
相關文章
相關標籤/搜索