JsonSaveOptions
Overview
JsonSaveOptions เป็นคลาสใน Aspose.Cells FOSS สําหรับ Python.
ตัวเลือกในการบันทึกไฟล์ JSON.
หมวดนี้ให้ 1 วิธีในการทํางานกับ JsonSaveOptions วัตถุในโปรแกรม Python. วิธีการที่ใช้ได้แก่: __init__. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Python. คุณสมบัติ: date_format, datetime_format, empty_cell_value, encoding, ensure_ascii, include_worksheet_name,และอีก 4 คน.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encoding | `` | Read | ได้รับรหัส. |
worksheet_index | `` | Read | ได้รหัสตารางการทํางาน. |
include_worksheet_name | `` | Read | ได้ชื่อตารางการทํางานรวม. |
date_format | `` | Read | ได้รูปแบบวันที่. |
datetime_format | `` | Read | ได้รูปแบบเวลาวัน. |
time_format | `` | Read | ได้รูปแบบเวลา. |
empty_cell_value | `` | Read | ได้ค่าเซลล์ว่าง. |
skip_empty_rows | `` | Read | จะทําให้การลุ้นแถวว่างเปล่า. |
indent | `` | Read | ได้รับการลดเลื่อน. |
ensure_ascii | `` | Read | ได้รับการประกัน ASCII. |
Methods
| Signature | Description |
|---|---|
__init__() |