将html文件导入excel - 正确获取调色板

时间:2010-11-24 14:59:12

标签: c# html excel colors import

我有一个包含表格的html文件,该表格使用颜色来表示不同类型的数据。我需要能够使用正确的调色板将其导入excel。

我使用以下方法导入html文件:

//using Microsoft.Office.Interop.Excel;

var excel = new Application(excel);
excel.Workbooks.OpenXML(fileName); //where filename is the path to the html file.

我正在使用

_excel.Workbooks[1].Colors

添加html文件中使用的颜色。

这似乎改变了电子表格中某些元素的某些颜色,但不是我期望的那些颜色。我需要将它们添加到什么顺序?我可以将excel中的调色板扩展到56以上吗?在导入html文件时,如何在excel中使用调色板?

1 个答案:

答案 0 :(得分:0)

调色板有56个条目。据我所知,你无法改变它。