- Clone the repository
git clone https://github.com/entalecia/excel-extract
- Install all requirements
pip install -r requirements.txt
- Create a file
doc.xlsx
with your data - Run
python main.py
All the columns and it's data per row will be presented in one page seperated by page break. The Column Heading will be in bold.
You can exclude some Column Headings by adding the heading's name (case-sensitive) in titles_to_ignore variable