powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
DataBarRule( start_type = NULL, start_value = NULL, end_type = NULL, end_value = NULL, color = NULL, showValue = NULL, minLength = NULL, maxLength = NULL, ... )
An openpyxl Python object.
start_type
start_value
end_type
end_value
color
showValue
minLength
maxLength
Additional arguments, i.e. kwargs
if (FALSE) { DataBarRule(start_type='percentile', start_value=10, end_type='percentile', end_value='90', color="FF638EC6", showValue= NULL, minLength=NULL, maxLength=NULL) }
Run the code above in your browser using DataLab