JsonConverter类
JsonConverter类
用于 JSON 数据结构与其他电子表格文件格式之间转换的转换器。
JsonConverter 类型公开以下成员:
方法
方法 | 描述 |
---|---|
process(, template_file, result_file) | 将给定的模板文件在 json 和其他格式之间转换。 |
process(, load_options, save_options) | 在 json 数据和其他电子表格文件格式之间进行转换。 |
例子
from aspose.cells.lowcode import JsonConverter
JsonConverter.process("data.json", "res.xlsx")