To my understanding, xlsxwriter
can only create new workbooks, not modify existing ones--or can it? I would like to simply add some custom properties to an already-existing workbook by using the workbook.set_custom_property()
method.
https://xlsxwriter.readthedocs.io/workbook.html#workbook-set-custom-property