domdf_spreadsheet_tools¶
Tools for creating and formatting spreadsheets with Python and OpenPyXL 🐍 🛠️
Installation¶
python3 -m pip install domdf_spreadsheet_tools --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
conda install domdf_spreadsheet_tools
python3 -m pip install git+https://github.com/domdfcoding/domdf_spreadsheet_tools@master --user
View the Function Index or browse the Source Code.