Installation - OptrixAU/xltoadobe GitHub Wiki

Install Python

First, ensure you have Python 2.7 or above installed (this script was developed on Python 3.7, but should be backwards compatible)

If you don't have it installed already, you can download it here - https://www.python.org/downloads/

Install the Excel Reading module (xlrd)

Next, install the xlrd module.

Windows Users: Please ensure that Python must have been added to your path for this to work. If not, see this post - https://geek-university.com/python/add-python-to-the-windows-path/

pip install xlrd

Copy Files

Create a directory on your computer, and download this project into it. Strictly speaking you only need the .py file, although the samples are useful if you are learning.

Run It

Next, you'll need to run the program or run the examples.