Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要公式
='C:\awp\API\dde\awp.xla'!blp(A" + i + ";$B$1)
并以这种方式尝试过:
ws.Cells[i, 2].Formula = @"'C:\awp\API\dde\awp.xla'!blp(A" + i + ";$B$1)";
结果是“不可读的内容”:excel 删除了一个损坏的公式。
如何在 EPPlus 的另一个工作表中引用单元格?感谢您的输入!