Replies: 1 comment
-
Thanks for your feedback. I'm not sure what you expected. Could you show us a complete, standalone example program or reproducible demo? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings, I have been including new functions in my code and I want to use the conditional format to include icon set indicators, after trying to apply the documentation I see that I have not been able to get on this specific topic, and I have not been able to configure from the properties of ConditionalFormatOptions, reviewing your code, I realized that the parameters I want to configure are not available and also are set directly without the possibility of editing, my question is, is it possible that you can update the library so that you can edit the values of condFmtIconSetPresets? In my case I need to be able to change the cfvo3, the array cfvo3.IconSet.Cfvo:
val1, val2, val3, type := (as dynamic values)
[]*xlsxCfvo{ {Type: type, Val: val1}, {Type: type, Val: val2}, {Type: type, Val: val3}, }}
Beta Was this translation helpful? Give feedback.
All reactions