CellBaseStyle module

class CellBaseStyle.CellBaseStyle

Bases: AddtionalFormatWrapper, IInternalAddtionalFormat

Represents the base class for cell styles in an Excel worksheet.

This class extends AddtionalFormatWrapper and implements IInternalAddtionalFormat, providing basic functionality for cell formatting and styling. It serves as a base for more specific cell style classes and includes methods for managing style updates.

BeginUpdate()

Begins a batch update operation on the cell style.

This method marks the beginning of a series of changes to the style properties. Changes made between BeginUpdate and EndUpdate are applied together for better performance.

EndUpdate()

Ends a batch update operation on the cell style.

This method completes the batch update started with BeginUpdate and applies all pending changes to the style properties.