コード例 #1
0
 private static void CalculateCells(ExcelRangeBase excelRange)
 {
     excelRange.Calculate(new ExcelCalculationOption {
         AllowCircularReferences = true
     });
 }