I would like to create a plugin in calc to save and synchronize calc data in Baserow. Where can I find more information on how to create a plugin in calc?
Example curl baserow
curl -X POST -H 'Content-Type: application/json' -i https://api.baserow.io/api/user/ --data '{
"name": "Bram",
"email": "bram@localhost.com",
"password": "your_password"
}'
Baserow
my idea
Calc(local) <—> Baserow(cloud)
draft idea: scenario
- Spreadsheet data is saved in the cloud.
- The visual styles that make up the spreadsheet stay with me in a local hd(hard disk) or on Google Cloud with ubuntu. Where can I have a history of changes about what I changed in terms of formatting( local with hd or google cloud).
- This scenario in my view is the best scenario, because if I lose the formatting files, I still have the raw data I need. Because this data is saved and synchronized in the cloud.
- The purpose of creating a calc plugin for this is to integrate LibreOffice with Baserow.
link
- https://extensions.libreoffice.org/
- Table of contents // Baserow
- Import from REST API to Calc
- https://github.com/NiklasRosenstein/python-baserow-client
- Documentação para Macros Basic - Calc - Referencia
- Using OOSheet — oosheet 1.3 documentation
- https://wiki.documentfoundation.org/Macros/Basic/Calc/Sheets