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.
我的 Web 应用程序使用 ClosedXML 处理 Excel 文件。
我正在尝试使用带有页眉和页脚的 Excel 模板复制工作表,但结果它们没有出现。仅显示数据和单元格。我使用这种方法来复制我的工作表。
IXLWorksheet sheet_new = sheet_old.CopyTo("Sheet_new");
你能帮我吗?
这已在提交 76008 中修复。从源代码中选择一个或等待下一个版本。