import_excel_file_from_json方法
import_excel_file_from_json
从 JSON 格式字符串导入 Excel 文件。
def import_excel_file_from_json(self, json):
...
范围 | 类型 | 描述 |
---|---|---|
json | str | JSON 格式字符串。 |
从 JSON 格式字符串导入 Excel 文件。
def import_excel_file_from_json(self, json):
...
范围 | 类型 | 描述 |
---|---|---|
json | str | JSON 格式字符串。 |