Collaboration — Export Utilities
Stream tables to CSV, the full flowsheet config as JSON (the same FlowsheetSchema the solver consumes), and a PDF report — all real solver output, never AI-fabricated numbers.
exportcsvjson
Concept
Every export is real solver output — never an AI-fabricated number. Three formats, three endpoints:
Execution
GET /api/simulations/{id}/streams # solved stream table (SI units)
GET /api/simulations/{id}/report.csv # the same table as a CSV download
GET /api/simulations/{id} # full FlowsheetSchema config as JSONThe header's Export menu wraps these directly — CSV and the process-flow-diagram export share the same "never invent a number" guarantee as the stream table itself.