摘要: 但其实这个选项是可以控制的。在NPOI中,这个属性叫做XSSFSheet.ForceFormulaRecalculation。打开该选项的话,代码为sheet1.ForceFormulaRecalculation = true; (这是默认值,通常不需要设置)如果关闭的话,代码为sheet1.For... 阅读全文
posted @ 2014-11-01 20:17 Rain520 阅读(5159) 评论(1) 推荐(0) 编辑