Hello,
I would like to export processes and product systems as excel, and create new processes and product systems excel files with excel VBA macro, and import with openLCA again. I faced two issues related to this. I am currently using openLCA v.1.11.0.
(1) The uuid need to be newly created to import processes saved as excel according to https://ask.openlca.org/3997/why-importing-processes-from-excel-does-not-work. What I did was generating random uuid with excel formula. I wonder if that should not cause any issues and if there is any other alternative ways.
(2) I could not figure out how to import product systems saved as excel files. Is it impossible with the openLCA? I know I can export and import files other than excel but then I will need to use python to modify it, which makes flows more complicated...