GPX to CSV converter
Turn any GPX track into a spreadsheet-ready CSV — one row per point with time, coordinates, elevation, speed and heart rate. Processed entirely on your device.
Drop your GPX file here
.gpx · stays on your device
What columns does the CSV have?
time (ISO 8601), latitude, longitude, elevation_m, speed_ms, heart_rate_bpm, cadence and power_w — empty when the GPX doesn't carry that field. One row per track point.
Why convert GPX to CSV?
CSV opens directly in Excel, Google Sheets, Python/pandas or R — ideal for analyzing pace, elevation or heart rate, or feeding GPS data into your own scripts.
Is my file uploaded?
No. Parsing and conversion run entirely in your browser — your data never leaves your device.
Related tools