CellValueHandler

CellValueHandler

Približni podaci

CellValueHandler je enum u Aspose.Cells za Python.

Uvodni i izvozni postupci za vrijednosti ćelija prema ECMA-376 specifikaciji.

Uređivanje

SignatureDescription
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.

Metoda za primjenu

PotpisOpisivanje
get_cell_type(value)Određuje ECMA-376 atribut tipa stanica za danu vrijednost.
format_value_for_xml(value, cell_type)Formira vrijednost ćelije za XML izlaz u skladu s ECMA-376 specifikacijom.
parse_value_from_xml(value_str, cell_type, shared_strings)Prikazuje vrijednost ćelije iz XML-a u skladu s ECMA-376 specifikacijom.
excel_serial_to_datetime(serial_date)Pretvara Excelov serijski datum u datetime objekt.
is_error_value(value)U ovom slučaju, u skladu s člankom 15. stavkom 1. točkom (a) i podstavkom 7. ovog članka.
get_error_type(value)Vrati ime tipa pogreške za danu vrijednost greške.
 Hrvatski