Python to save calc workbook

Hello,

I would like to know how use python as part of a macro to save a Calc workbook. I would like to simply “save”, not “save as” or “export”. Thank you very much for your assistance.

store

1 Like

Hello,

wb = XSCRIPTCONTEXT.getDocument()
wb.store()

You have been very helpful to (and this this is very helpful for) me. Thank you very much.

Good luck!

1 Like