Automate Your Excel Tasks Using Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 22

  • @CodingIsFun
    @CodingIsFun  5 หลายเดือนก่อน +2

    *Want to spice up your spreadsheets with emojis 🤪? Check out my add-in:* pythonandvba.com/emojify
    Also, you can find the code from the video here: github.com/Sven-Bo/Automate_Excel_Using_Python
    Happy Excelling and automating! Cheers, Sven ✌

  • @AiltonBarreto
    @AiltonBarreto 5 หลายเดือนก่อน +3

    Thanks for the video man! you're amazing, I made a webapp to my job from a idea I watched on your channel. Regards from Brazil!!!

    • @CodingIsFun
      @CodingIsFun  5 หลายเดือนก่อน +1

      That's really cool to hear. Comments like this motivate me to create more videos. Happy coding! Cheers, Sven ✌

  • @edsonrodas3954
    @edsonrodas3954 5 หลายเดือนก่อน +2

    Really good content, thanks for sharing.

    • @CodingIsFun
      @CodingIsFun  5 หลายเดือนก่อน

      My pleasure! Appreciate you taking the time to watch and leave a comment. Cheers, Sven ✌

  • @sitrakaforler8696
    @sitrakaforler8696 5 หลายเดือนก่อน +1

    Hooo dam so...this is the FUTURE !!!!
    Imagine the financial world finally using python rather than VBA hahah
    bref, great vidéo man ! (regards from Luxembourg :p

    • @CodingIsFun
      @CodingIsFun  5 หลายเดือนก่อน +1

      Hi Sitraka, thanks for watching! Yeah, I'm not sure if that would replace VBA tbh 😅 One of the biggest issues with a Python solution for office automation, at least in my opinion, is that you need to have Python installed. This can be problematic in larger corporations where installing Python might not be allowed, or when you want to distribute your solution, as the recipient also needs to have Python installed on their machine. VBA has the advantage of being integrated into Office/Excel, making it much easier to distribute your solutions. That said, if you're just looking to automate your own tasks and have access to Python in your work settings, xlwings can be a great option as shown in the video 😉 Greetings to Luxembourg. Cheers, Sven ✌

  • @sujungpark5764
    @sujungpark5764 3 หลายเดือนก่อน

    It is amazing ! You help me always thank you :))

    • @CodingIsFun
      @CodingIsFun  3 หลายเดือนก่อน

      Glad to hear that! Cheers, Sven ✌️

  • @christianmller7330
    @christianmller7330 5 หลายเดือนก่อน +1

    Hey, great video! I have to automate a lot of tables from excel to word. I have to create a docs for every firm, and there is a lot, and would like to automate it, do you have anything on that? The tables will be placed around text in the docstemplate.

    • @CodingIsFun
      @CodingIsFun  5 หลายเดือนก่อน

      Glad to hear you liked the video. Regarding your the Excel/Word automation, check out the following video: th-cam.com/video/Zy9sx4GvjUY/w-d-xo.html
      I hope it helps! Happy Automating! Cheers, Sven ✌️

  • @SolutionsByPVV
    @SolutionsByPVV 5 หลายเดือนก่อน +1

    Beautiful design theme in VS code! Which one ?

    • @CodingIsFun
      @CodingIsFun  5 หลายเดือนก่อน +1

      Thanks for watching. I am using "Cobalt 3". Cheers, Sven ✌️

  • @stefankleinhans4895
    @stefankleinhans4895 3 หลายเดือนก่อน

    @CodingIsFun - I am hooked on you vidoe's, during my time learning Python. I am hoping you can help in showing us how to use Python to create an app to run and copy data from one excel to another. The one file is the transaction that will have new data. the 2nd or main file has all the history data and needs to be amended with the new data. also the columns are going to different column. For instance File1 - Sheet1 - Column A must go to File2 - Sheet1 - Column B. Or can you guide me on where I can get the how to videos somewhere.

    • @CodingIsFun
      @CodingIsFun  3 หลายเดือนก่อน

      Thanks for watching my videos. I'm happy to hear that you find them useful. I already have many tutorials on copying data from one sheet or workbook to another. Have a look at my playlist here: th-cam.com/play/PL7QI8ORyVSCb8UtcXlGkdz1miYKHWCA1j.html
      The code you find may not always match your exact use case but could be a good starting point. For extra guidance or adjusting the code, you can always try getting help from ChatGPT as well :)
      I hope this helps! Happy coding and learning! Cheers, Sven ✌️

  • @andiglazkov4915
    @andiglazkov4915 5 หลายเดือนก่อน +1

    Thanks

    • @CodingIsFun
      @CodingIsFun  5 หลายเดือนก่อน

      You're very welcome! Thank you for watching! Cheers, Sven ✌️

  • @AyieMedia
    @AyieMedia 21 วันที่ผ่านมา

    Can you create google maps data scraper using pyqt6 using proxies to avoid ip blocking

    • @CodingIsFun
      @CodingIsFun  4 ชั่วโมงที่ผ่านมา

      Thank you for watching the video & your suggestion!

  • @valentinstanescu2683
    @valentinstanescu2683 5 หลายเดือนก่อน +3

    Why not using VBA directly??

    • @CodingIsFun
      @CodingIsFun  5 หลายเดือนก่อน

      You can :) Here is my opinion on that: th-cam.com/video/GeX0g5Zj4Qs/w-d-xo.html
      Cheers, Sven ✌️

    • @glassbottle15
      @glassbottle15 หลายเดือนก่อน

      i have no skin in this game, but i guess if someone is good with python, and haven’t used vba before could be one situation 🤷