CellValueHandler
Übersicht
CellValueHandler ist ein Enum in Aspose.Cells für Python.
Handhabt Zellwert-Import und -Exportoperationen gemäß der ECMA-376-Spezifikation.
Methods
| 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. |
Methoden und Verfahren
| Unterzeichnung | Beschreibung |
|---|---|
get_cell_type(value) | Bestimmt das Zelltyp-Attribut ECMA-376 für einen gegebenen Wert. |
format_value_for_xml(value, cell_type) | Formatiert einen Zellwert für die XML-Ausgabe gemäß der ECMA-376-Spezifikation. |
parse_value_from_xml(value_str, cell_type, shared_strings) | Paratert einen Zellwert aus XML gemäß der ECMA-376-Spezifikation. |
excel_serial_to_datetime(serial_date) | Konvertiert eine Excel-Datumsserie in ein Datensatzobjekt. |
is_error_value(value) | Überprüft, ob ein Wert ein gültiger ECMA-376-Fehlerwert ist. |
get_error_type(value) | Gibt den Fehlertyp-Namen für einen gegebenen Fehlerwert zurück. |