I'm looking for a way to get device information into Excel.
My Fitbit app collects barometric pressure data over time. I then store that historical data in a binary file (on the device) via File system writes. It all works great.
My challenge is that I need a way to get that same historical data onto my windows desktop so I can import it into Excel, and then create charts/pivot tables.
I would imagine someone has done this. Ideas ?
Best AnswerTwo semi-random thoughts:
Best AnswerAre there any general purpose websites/servers out there where I could save the fitbit statistics data file? And then access/download that file from my desktop?
Best Answer