CellValueHandler
Přehled
CellValueHandler je enum v Aspose.Cells pro Python.
Správní operace s dovozem a vývozem hodnot buněk podle specifikace ECMA-376.
Hodnoty
| Signature | Description |
|---|---|
get_cell_type(value) | Determines the ECMA-376 cell type attribute for a given value. |
format_value_for_xml(value, cell_type) | Formats a cell value for XML output according to ECMA-376 specification. |
parse_value_from_xml(value_str, cell_type, shared_strings) | Parses a cell value from XML according to ECMA-376 specification. |
excel_serial_to_datetime(serial_date) | Converts an Excel serial date number to a datetime object. |
is_error_value(value) | Checks if a value is a valid ECMA-376 error value. |
get_error_type(value) | Returns the error type name for a given error value. |
Metody
| Podpis: | Popis: |
|---|---|
get_cell_type(value) | Určuje atribut typu buňky ECMA-376 pro danou hodnotu. |
format_value_for_xml(value, cell_type) | Formátování hodnoty buňky pro výstup XML podle specifikace ECMA-376. |
parse_value_from_xml(value_str, cell_type, shared_strings) | Parseje hodnotu buňky z XML podle specifikace ECMA-376. |
excel_serial_to_datetime(serial_date) | Konvertuje sériové číslo data v Excelu na objekt datového času. |
is_error_value(value) | Zkontroluje, zda je hodnota platnou chybovou hodnotou ECMA-376. |
get_error_type(value) | Vrátí jméno typu chyby pro danou hodnotu chybu. |