Skip to content

This Python program reads a fixed-width text file and creates an Excel spreadsheet.

Notifications You must be signed in to change notification settings

sonicsleuth/fixed_width_data_parser_to_excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fixed Width Data Parser to Excel

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:

  1. fixedwidth_excel_parser.py is the main program.
  2. file_specification.py is the configuration file.

Dependancies

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

About

This Python program reads a fixed-width text file and creates an Excel spreadsheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages