Questions tagged «openxml»

4
使用epplus C#设置Excel工作表单元格的自定义BackgroundColor
问题: 我正在使用EEPlus。 我一直坚持#B7DEE8在我的Excel工作表中为单元格应用十六进制颜色代码。 我得到以下(工作)代码: ws.Cells["A1:B1"].Style.Fill.PatternType = ExcelFillStyle.Solid; ws.Cells["A1:B1"].Style.Fill.BackgroundColor.SetColor(Color.Gray); 但我需要以下内容: ws.Cells["A1:B1"].Style.Fill.BackgroundColor.SetColor("#B7DEE8"); 所以我的问题是:EEPlus是否可以使用十六进制颜色代码?如果是这样,我该怎么做?
78 c#  openxml  epplus 

17
如何在C#中创建Word文档?[关闭]
已关闭。这个问题需要更加集中。它当前不接受答案。 想改善这个问题吗?更新问题,使其仅通过编辑此帖子来关注一个问题。 7年前关闭。 改善这个问题 我有一个项目,我想以MS Word格式生成报告导出。该报告将包括图像/图形,表格和文本。做这个的最好方式是什么?第三方工具?你有什么经验?
73 c#  .net  ms-word  openxml 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.