From 0ab09791a5f69b886f51eea97cba0e120d63a21d Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 12 Jan 2022 12:07:34 -0300 Subject: tdf#80658 Calc stream Hlp page (part) - Added contents to live data stream help page - Used some of Vipul Gupta contents from attachement in ticket - Still incomplete because the setup to work is non trivial Change-Id: I02bf8178859ddce7ce28082388d21e31853dac4e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128348 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/live_data_stream.xhp | 35 ++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'source/text') diff --git a/source/text/scalc/01/live_data_stream.xhp b/source/text/scalc/01/live_data_stream.xhp index 5f44ab42ca..774ec4e0fc 100644 --- a/source/text/scalc/01/live_data_stream.xhp +++ b/source/text/scalc/01/live_data_stream.xhp @@ -35,9 +35,42 @@ Create live data streams for spreadsheets.
- Menu Data – Streams... + Choose Data – Streams
+ Data streaming is the continuous flow of data generated by various sources. In %PRODUCTNAME Calc, data streams can be processed, stored, analyzed, and acted upon as it's generated in real-time. + Some real-life examples of streaming data include use cases in every industry, including real-time stock trades, up-to-the-minute retail inventory management, social media feeds, multiplayer game interactions, and ride-sharing apps. + +

Source stream

+

URL

+ URL of the source document in the local file system or internet. + +

Interpret stream data as

+ + + value1,value2,...,valueN, and fill into range: + + + address,value: + + +

Empty lines trigger UI refresh

+ +

When new data arrives

+ There are three features of this option: + + + Move existing data down: the existing data is moved down in index and the empty space is filled by arriving data. In short, we deal in fix range of indexes. + + + Move the range down: the arriving data is appended at the end of existing data and range of indexes to be processed is shifted. + + + Overwrite existing data: the arriving data overrides the existing data. + + +

Maximal Amount of Rows

+ Limit the maximum numbers of rows to a specified value or leave undefined, but limited to the %PRODUCTNAME Calc row limit. -- cgit