LibreOffice Calc TCP to RTD

This is a Python based extension for LibreOffice Calc to make real-time data available in Calc spreadsheets via a TCP socket

Calc Macro Spreadsheets
Download latest

latest release: 2023-05-19 19:47:16

Description

Getting data should be as simple as having this in a cell: =RTD("key")

 

Now, in a different cell, type =RTD("__start") and a TCP listener will be started waiting for incoming data.

 

Next, data needs to be sent using a socket to port 13000. If you wish to manually test it, open up a telnet in a terminal: telnet localhost 13000. In the telnet, write '<key|example_data>' and then press ENTER. The cell with the formula =RTD("key") (from section 1) will now show "example_data" instead of "None"

Homepage: https://github.com/gilgil/RTD-Extension

Repository: https://github.com/gilgil/RTD-Extension

Release List

Release: v1.0.0 – Initial release

Compatibility: 5.1
Operating Systems: Linux, Windows, macOS
License: LGPL
291 downloads

Other Extensions

 

LibreOffice Calc TCP to RTD

This is a Python based extension for LibreOffice Calc to make real-time data available in Calc spreadsheets via a TCP socket

05-2023

291

Not rated yet

Feedback

☆ ☆ ☆ ☆ ☆

Post your review

You cannot post reviews until you have logged in. Login Here.

Reviews

No one has commented on this page yet.

RSS feed for reviews on this page | RSS feed for all reviews