Python Program to extract data from multiple Excel Files

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Python Program to read multiple Excel Workbooks.
    Intro (0:00)
    Data and Requirement (0:41)
    How to Install Python and Openpyxl (2:49)
    Python Code for editing Excel Files (4:32)
    Executing the program (9:41)
    Outro (11:36)
    📘 Python Program to Add Text and Insert Formulas in Multiple Excel Files.
    • Python Program edit 10...
    📘 Python Program to combine data from Multiple Excel Worksheets
    • Python Program to comb...
    🍐Join my online course on Excel Tables
    www.udemy.com/course/tables-i...
    🍓Download my free eBook on Excel Macros
    eepurl.com/gpT0RD
    🍇Check these Books on Excel
    xlncad.com/excel-resources/
    🍉Read my articles on Excel
    xlncad.com/
    🍏Playlist for Shorts on Excel
    • Short videos on Excel ...
    #python #pythontutorial #openpyxl

Komentáře • 30

  • @alexrosen8762
    @alexrosen8762 Před rokem +1

    Fantastic... Extremely useful tutorial. Thank you 🙏

  • @bzb23
    @bzb23 Před rokem

    Amazing, from downloading the source to the results, awesome video 👍🏾

  • @TheMaxKids
    @TheMaxKids Před 6 měsíci

    Great tutorial!

  • @nanbolkeza8296
    @nanbolkeza8296 Před 2 měsíci

    Good lecture Sir. Thanks so much

  • @ishrathahamed6829
    @ishrathahamed6829 Před 2 měsíci

    Excellent Bro...
    Thank you so.....much.
    This is what I was searching for to learn and implement in my daily routine.
    Explained in a nut short way
    Appreciated, Hats off to you😊

  • @abdullahmusheer4238
    @abdullahmusheer4238 Před rokem

    Great video.How to load the summarized data in different columns of sqlserver table?

  • @samaneeh7264
    @samaneeh7264 Před 8 měsíci

    Thanks

  • @hartegane7202
    @hartegane7202 Před rokem

    Ajay thank you so much for this. This is what i have been looking for! whew!! Question please. What if all the workbooks are not in uniform cell references? How do you manipulate the data?

  • @jayanthkumar8927
    @jayanthkumar8927 Před měsícem +1

    Hi, If it is .csv file. how to run the code

  • @abhishekawari919
    @abhishekawari919 Před rokem

    I have an problem that having inconsistence header in multiple woeksheets and thoes header we have map then consolidate. Can you please guide on this problem statement

  • @dantr3302
    @dantr3302 Před 11 měsíci

    Hi Ajay, how to extract from excel files that stored in sub folders? For example, Each excel file stored in each sub folders but the main source folder is same. Thanks.

  • @fateherbentah2029
    @fateherbentah2029 Před měsícem

    thank you very much, I have a column that contains 1700 rows with numbers. I would like to separate the numbers in this line after each 53 line then add up its lines. in a single line contains 53 line. please can you tel me how can I do this.

  • @mo-xc5rv
    @mo-xc5rv Před rokem

    Hi Ajay, thanks for this nice peace of code. But I get an empty output file, I tripple checked, which cells I want to export, but yeah! No errors just an empty file🤷‍♂
    Thank you

  • @inbalajis1861
    @inbalajis1861 Před 4 měsíci

    Adipoli Bro ... can you post a video ... To read data from SQL and paste in Excel ... then that Excel data will be used to Excel Report

  • @souritkhamaru4393
    @souritkhamaru4393 Před 6 měsíci

    Hello! I am getting null values in my output excel sheet. What can I do?

  • @HadiAli-m9u
    @HadiAli-m9u Před měsícem

    Sir i have a file i wanted to create a program i add another file for match some digits if some one match then highlights and add there new file
    Please guide

  • @syedaneesdurez9880
    @syedaneesdurez9880 Před 7 měsíci

    Pls do share more videos of doing xlookup and vlookup in python

  • @unbreakable3396
    @unbreakable3396 Před 10 měsíci

    Great video .. I hope you tech me math also : ) thanks and i have question
    ..
    How can I save this file with name from cells values ? I want for example the filename is CELL ['A2']
    Is that possible ?
    Thanks again

  • @sampadetha
    @sampadetha Před rokem +1

    Hi Ajay, first of all, well done! Today is my first time downloading, installing, and using Python. All thanks to you! I have a question. Can you do this from pdf files? So normally what I did, was convert pdf to excel, then transpose, then combine one by one, which is of course tedious. By using your Python way, I can save a lot of time, but still, I need to convert to excel. Mind you, there are hundreds of pdf which I need to convert to excel. Do you have a good solution to this? Again, many thanks!

    • @AjayAnandXLnCAD
      @AjayAnandXLnCAD  Před rokem +1

      Of course, we can extract data from PDF files using Python. Refer 'Al Sweigart's Automate the boring stuff with Python'

  • @hoangductran
    @hoangductran Před 7 měsíci

    please share data input file. thanks so much

  • @Vushan108
    @Vushan108 Před 3 měsíci

    What if my data is in a table, but each excel file has different number of rows in the table.

  • @Ryuken2721
    @Ryuken2721 Před rokem

    hi, how do i choose which sheet to execute from source file?

  • @deepakjohnsk
    @deepakjohnsk Před rokem +1

    Traceback (most recent call last):
    File "C:/Users/DELL/Downloads/Excel Practice/Read From Excel File.py", line 2, in
    import openpyxl
    ModuleNotFoundError: No module named 'openpyxl' Please help with the error message

    • @AjayAnandXLnCAD
      @AjayAnandXLnCAD  Před rokem

      ModuleNotFoundError: No module named 'openpyxl'
      It means openpyxl module is not installed.

    • @aakashniture
      @aakashniture Před rokem

      ​@@AjayAnandXLnCADHi Ajay, Fantastic tutorial. Great help. Just a quick question.. how do we specify which sheet to extract data from in the Excel file. There could be multiple sheets in a Excel workbook and if lets say this Student data in example is on Sheet 2, how to specify the sheet 2 in python code?
      Thanks in advance

  • @mohamedjamsheerk137
    @mohamedjamsheerk137 Před 8 měsíci

    how to extract excel datas to OPCUA using python

  • @kavithapriyacj4868
    @kavithapriyacj4868 Před 11 měsíci

    U are a malayali right.❤❤❤

  • @gamehub8068
    @gamehub8068 Před rokem

    सर मेरे पास 4 लाख रो के 4 शीट है मुझे चारो शीट को कम्पाइल कर के pivot table बनाना है कैसे होगा??🙏🙏🙏