Export a graph to excel

  • 703 Просмотры
  • Последнее сообщение 04 октября 2017
rangy разместил это 04 октября 2017

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

inCarDoc разместил это 04 октября 2017

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! 

  • Понравилось
  • donkrish