This Python program reads a fixed-width data text file and creates an Excel spreadsheet.
User Story: I have a text file that has rows of undelmitied (fixed-width) data. I need to create an Excel spreadsheet.
There are two parts to the program:
- fixedwidth_excel_parser.py is the main program.
- file_specification.py is the configuration file.
To install the python3-openpyxl package on your system or virtual machine, open a terminal and execute the following command:
sudo apt-get install python3-openpyxl