Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.4 KB

pro.rst

File metadata and controls

26 lines (18 loc) · 1.4 KB

xlwings PRO

The purpose of xlwings PRO is to finance the continued maintenance and enhancement of xlwings. This will allow you to rely on the package without being left with the dreaded "this library currently has no active maintainers" message that happens to too many open-source packages after a couple of years.

xlwings PRO offers access to additional functionality. All PRO features are marked with xlwings PRO in the docs.

Note

To get access to the additional functionality of xlwings PRO, you need a license key and at least xlwings v0.19.0. Everything under the xlwings.pro subpackage is distributed under a commercial license <commercial_license>.

PRO Features

  • Table.update() <xlwings.main.Table.update>: An easy way to keep an Excel table in sync with a pandas DataFrame
  • embedded_code: Store your Python source code directly in Excel for easy deployment.
  • reports_quickstart: A template based reporting mechanism, allows business users to change the layout of the report without having to change Python code.
  • plotly: Support for Plotly static charts.
  • zero_config_installer: Guarantees that the end user does not need to know anything about Python.

More Infos