Guida di LibreOfficeDev 7.4
Creare flussi di dati in tempo reale per i fogli di calcolo.
Data streaming is the continuous flow of data generated by various sources. In LibreOfficeDev 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.
URL del documento sorgente presente nel sistema di file locale o in Internet.
valore1,valore2,...,valoreN, e completare all'interno dell'intervallo:
indirizzo,valore:
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.
Limit the maximum numbers of rows to a specified value or leave undefined, but limited to the LibreOfficeDev Calc row limit.