/ExcelColumnCopyAuto

This is a python script to copy a column from a huge and unwieldy excel file to a new one

Primary LanguagePython

ExcelColumnCopyAuto

This is a python script to copy a column from a huge and unwieldy excel file to a new one

Prerequisites:

Import the following modules

  1. win32api (pip install pypiwin32)
  2. pyautogui
  3. pyperclip