COM server for editing Excel files?

I’m using GitHub - felipenoris/XLSX.jl: Excel file reader and writer for the Julia language. to write data into Excel files and it works great!Thanks,@felipenoris! I would also like to add some formatting(colors, borders, maybe create some graphs). I know Matlab had the option to open a COM server with actxserver, but I could not find a similar solution in Julia. At the moment, as a workaround, I’m creating a .vbs file with some Excel macro code and call it using the run function.

Is there a Julia solution for creating COM servers?