arachan / parsejson

LibreOffice Calc Function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParseJSON Function

LibreOffice Calc extensions sample

Get JSON from REST url.

Based on tokencounter python-tokencounter-calc-addin.oxt.

Python-UNO bridge

How to make extension

LibreOffice SDK is needed

In Unix-like environment:

  1. edit mkoxt.sh.conf to adjust your environment
  2. run ./mkout.sh

In Windows:

  1. Install LibreOffice SDK
  2. run buildrdb.bat
  3. Install 7zip
  4. run makeoxt.bat

Why 7zip use? Read Windows Zip compress Project.

I recommend scoop to install 7zip.

scoop is comandline installer for windows.

git,curl,ssh,so on.

Any kind unix like commandline tools can install.

How to install

  1. make jsonparse.oxt
  2. Double Click and Install extension to LibreOffice.

How to use

Sorry, Dont use.

=jsonparse("http://some-funcy-api",key.key.key)

About

LibreOffice Calc Function

License:MIT License


Languages

Language:Batchfile 41.5%Language:Python 34.8%Language:Shell 23.7%