CSV / Excel / JSON Export: Fields Explained

Exporting data helps when you need a report, a spreadsheet, or a saved record of measurement points.

Which format should I use?

CSV is easiest for spreadsheets, Excel is convenient for sharing as a file, and JSON is best if you want to save/reload structured data in your own scripts.

Field reference

point
The point index/order in your measurement list.
x
X coordinate of the point on the canvas.
y
Y coordinate of the point on the canvas.
angle
Angle value in degrees for that point.
type
Angle type (acute/right/obtuse/straight/reflex) when available.
complementary
Angle that adds to 90° (if applicable).
supplementary
Angle that adds to 180° (if applicable).
radians
Angle value converted to radians.

Related

Export Angle Measurements as CSV / Excel / JSON | Smart Protractor