Skip to content

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

Notifications You must be signed in to change notification settings

venkr/plainlist-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages