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# 中使用 VSTO。我发现在 openXml 中实现这一点的答案很少。但是我已经在 excel 中完成了所有其他实现,现在很难切换。
在此先感谢您的帮助。
应该Worksheet.MailEnvelope有财产。在下MailEnvelope您应该能够定义收件人等。该MailEnvelope.Item.Send()方法将触发电子邮件。
Worksheet.MailEnvelope
MailEnvelope
MailEnvelope.Item.Send()