Skip to content

surya-x/Data_entry_excel_sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data_entry_excel_sheet

This script is designed to convert particular PDF content into Excel sheet.

Process :

  1. The program will decode the "full_pay.pdf" present in assests folder, into readable format.
  2. This will scrap the required text from the pdf into excel based on different columns.
  3. Then save the excel file as "full_pay.xlsx" in assests folder.

Note :

  1. Paste the pdf to convert into excel into assests folder. And make sure the name of the pdf is set to "full_pay.pdf".
  2. The converted Excel will be created and will be available in the folder assests with name "full_pay.xlsx"
  3. The program will take approximately 20-30 seconds for a page in pdf to fetch details, depending on the processing speed of your system.

Technical info - Modules used :

  1. pdfminer.six
  2. numpy
  3. openpyxl
  4. io
  5. sys

Releases

No releases published

Packages

No packages published

Languages