Does LibreOffice Calc support JSON file importing/sorting?

后端 未结 3 541
暖寄归人
暖寄归人 2021-01-03 18:24

I\'ve been trying to import a couple of .json files into LibreOffice Calc.

Although I can get the raw data in, it isn\'t sorting as I would think it might (by placin

3条回答
  •  长发绾君心
    2021-01-03 19:00

    There's a LibreOffice GetRest plugin with documentation written in broken English, that has a "parseJSON" formula. It won't convert JSON to CSV (without a lot of grunt work) but it might help your use case.

提交回复
热议问题