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.
在我正在处理的 ASP.Net 应用程序中,需要将 excel 发送到附加到邮件的客户端,我已经在服务器中创建了 excel 以便将其作为附件发送出去,并且服务器中没有安装办公室所以我不能使用 Microsoft.office.interop.excel ,excel有图像,一些文本和列是固定的,所以我想把它作为模板并将数据表写入它,我想给一行一些背景颜色并换行列的文本。
谁能告诉我如何做到这一点?
EPPlus 很棒http://epplus.codeplex.com/
使用 Open XML SDK
http://blogs.office.com/b/microsoft-excel/archive/2008/11/25/using-the-open-xml-sdk-to-work-with-excel-files.aspx
http://lateral8.com/articles/2010/3/5/openxml-sdk-20-export-a-datatable-to-excel.aspx