Skip to main content
Export a graph to e...
 
Notifications
Clear all

Export a graph to excel

2 Posts
2 Users
0 Reactions
795 Views
(@rangy)
New Member
Joined: 9 years ago
Posts: 1
Topic starter  

Is there a way we can export the data from a graph to csv or excel ?



   
Quote
Topic Tags
(@incardoc)
Member Admin
Joined: 12 years ago
Posts: 783
 

Export some data to csv-like files already available, so it could be configured to import them in Excel

you could use Share option to send file from Logbook by mail or other proper service
use long-click on record in Logbook that "Send" option ...

different types of files might have a different data-formats, but all are readable text

parameters traces are csv-like: have some text heder with descriptive information
and csv body with 3-4 columns

a) timestamp, stndard UNIX time in milliseconds since 1 jan 1970
b) parameter name (id)
c) value
d) extra parameters (for Economy rec.)

you might need some extra steps to prepare data for charts:
- cut off header
- filter parameters by parameter name

Thanks!



   
ReplyQuote
Share: