CellValueHandler
Gambaran Umum
CellValueHandler adalah enum dalam Aspose.Cells untuk Python.
Menangani operasi impor dan ekspor nilai sel sesuai dengan spesifikasi ECMA-376.
Nilai-nilai
| 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. |
See Also
| Tanda tangan | Deskripsi |
|---|---|
get_cell_type(value) | Menentukan atribut jenis sel ECMA-376 untuk nilai tertentu. |
format_value_for_xml(value, cell_type) | Memformatkan nilai sel untuk output XML sesuai dengan spesifikasi ECMA-376. |
parse_value_from_xml(value_str, cell_type, shared_strings) | Menganalisis nilai sel dari XML sesuai dengan spesifikasi ECMA-376. |
excel_serial_to_datetime(serial_date) | Mengkonversi nomor tanggal serial Excel ke objek waktu. |
is_error_value(value) | Memeriksa apakah nilai adalah nilai kesalahan ECMA-376 yang valid. |
get_error_type(value) | Mengembalikan nama tipe kesalahan untuk nilai error yang diberikan. |