我可以使用 EPPlus 创建或编辑 XLTM 文件吗?
Can I create or edit XLTM files using EPPlus?
我想使用 EPPlus 创建、打开或编辑 .xltm
文件。
如果我尝试打开它,它正在打开。
但是当我编辑它或将粘贴公式从 .xltm
文件复制到另一个 .xltm
文件时,它不再打开了。
2013 年不可能 according to this discussion and this issue post. You might want to use OpenXml。
我想使用 EPPlus 创建、打开或编辑 .xltm
文件。
如果我尝试打开它,它正在打开。
但是当我编辑它或将粘贴公式从 .xltm
文件复制到另一个 .xltm
文件时,它不再打开了。
2013 年不可能 according to this discussion and this issue post. You might want to use OpenXml。