Excel files can contain definitions for custom UI elements, for example ribbons. These are xml files located in the folder "/customUI" of the extracted xlsx/xlsm.
When such custom UI files are included in the generated output of xlsxwriter, excel will render the defined custom elements in its UI. Furthermore, actions can be attached to these custom UI elements (such as functions in an attached vba project).
We extended the workbook and packaging logic to support adding custom ui definitions as described before.
Note: For different Excel versions, different ui files are required (pre/post excel 2014).
This is the fork: https://github.com/arueckle/XlsxWriter
This is the pull-request #280
Excel files can contain definitions for custom UI elements, for example ribbons. These are xml files located in the folder "/customUI" of the extracted xlsx/xlsm.
When such custom UI files are included in the generated output of xlsxwriter, excel will render the defined custom elements in its UI. Furthermore, actions can be attached to these custom UI elements (such as functions in an attached vba project).
We extended the workbook and packaging logic to support adding custom ui definitions as described before.
Note: For different Excel versions, different ui files are required (pre/post excel 2014).
This is the fork: https://github.com/arueckle/XlsxWriter
This is the pull-request #280