Currently I’m trying to automate een excel task for my work in python but want to convert it to kotlin. I am using XLwings lib because this was the only lib that supports the xlsb format. Is there a way to automate it directly in kotlin or run the python script?
the automations exist of opening a template, inserting data in 1 sheet, running a macro on another sheet and saving it with a custom name.