Relative Content

Tag Archive for c#.netformattingopenxmldocumentformat

OpenXml sdk – DocumentFormat.OpenXml – Excel – Create Custom Icon Set for Conditional Formatting

I am trying to set up conditional formatting in an Excel file using the DocumentFormat.OpenXml library. Specifically, I want to use a red X and a green checkmark from the ThreeSymbols icon set. However, this icon set also includes a yellow exclamation mark, which I do not want to use. The issue is that the library does not allow the creation of a custom icon set to exclude the yellow exclamation mark.