CADET graph export to excel

Hello everyone,
I’m quite new to CADET-process. Can I please ask for help to share some examples of scripts to export the graph generated from cadet-process to excel? Thank you very much!

Kind regards,
Annie

Good morning,

the solution objects in the simulation results contain all the data as np.array in the solution attribute, as well as the time attribute (see here).

You can save this using e.g. np.savetxt.