e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
839 stars 478 forks source link

to_ecxel / from_excel with JSONSerializable objects #645

Open dlohmeier opened 4 years ago

dlohmeier commented 4 years ago

We are currently not able to add JSONSerializable objects to excel files. Possible steps:

lthurner commented 4 years ago

Make JSON strings from those objects and add them to the excel sheets

This seems like a smart solution to me