get_style_in_pool method

get_style_in_pool

Gets the style in the style pool. All styles in the workbook will be gathered into a pool. There is only a simple reference index in the cells.

Returns

The style in the pool corresponds to given index, may be null.

def get_style_in_pool(self, index):
    ...
ParameterTypeDescription
indexintThe index.

Remarks

If the returned style is changed, the style of all cells(which refers to this style) will be changed.

See Also