You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When I tried to use GetConditionFormats to obtain the conditional format of a data bar, I didn't know if the data bar was gradient filled. I looked at the XML and found that if it wasn't gradient filled, there would be an attr with gradient="0". If it was gradient filled, there wouldn't be this attr. I hope excelize can support the function of obtaining whether the data bar is gradient filled
Thanks for your issue. I have fixed this. Please upgrade to the master branch code, and this patch will be released in the next version. Please determine the gradient data bar with the BarSolid field, for example:
Description
When I tried to use GetConditionFormats to obtain the conditional format of a data bar, I didn't know if the data bar was gradient filled. I looked at the XML and found that if it wasn't gradient filled, there would be an attr with gradient="0". If it was gradient filled, there wouldn't be this attr. I hope excelize can support the function of obtaining whether the data bar is gradient filled
test (2).xlsx
The text was updated successfully, but these errors were encountered: