代码:
IRow row = sheet.CreateRow(2);
ICell cell = row.CreateCell(7);
cell.CellFormula = "'D:\WindFunc.xla'!s_dq_close(1,2,3)";
错误提示:
Unused input [(1,2,3)] after attempting to parse the formula ['D:\WindFunc.xla'!s_dq_close(1,2,3)]
不用NPOI了,换成Spire.xls 搞定
你这个是标准excel公式吗?解析不对啊
这是调用一个宏的方法
可以不让解析吗?我只想写入公式