excel_to_json

一个允许您将Excel转换为以下格式的包

  1. Excel转JSON

入门

目前,该包允许您使用以下函数(请注意:目前xlsx文件类型可以完美地生成结果)

1.convert()

- automatically lets you pick an excel file and returns a string containing the entire converted json

有关实现,请查看GitHub存储库中的示例文件。

GitHub

查看 Github