GetText module

class GetText.GetText(value)

Bases: Enum

Represents options for retrieving text from Excel cells.

This enumeration defines the different ways to extract text content from Excel cells, either as formatted number text or as raw values.

NumberText

Get the text as a formatted number string according to the cell’s format.

Value

Get the raw value of the cell without formatting.

NumberText = 0
Value = 1