Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 470 Bytes

plainlist-to-excel

Formats a plaintext list into a more printer-friendly numbered excel file

Usage

Install xlwings:

pip install xlwings

Run listToExcel:

python listToExcel inputFile outputFile

Note: The input file must be a list with one word per line. The output file must be a valid excel file.

#TODO

  • Stop it from breaking at >13 columns per page
  • Create an output file if one doesn't already exist
  • Add error handling for invalid input files