Laravel Excel Live-Coding: Export - Edit - Import Back

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

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

  • @rodrigomendonca3474
    @rodrigomendonca3474 5 ปีที่แล้ว +1

    That is it. I need update dsts from my database. I receive a .xls file from client with the new position of consumers. With your lesson i can update my database. THANK YOU VERY MUCH, and congratulation for this job.

  • @bobpps
    @bobpps 5 ปีที่แล้ว +1

    Большое спасибо! У Вас чудесные уроки!

    • @BonesTormAxeso
      @BonesTormAxeso 3 ปีที่แล้ว

      Its posible to get the columns from the excel and add them to a model as a column too dinamcally? They're about 200+ columns

  • @shadowartificalin
    @shadowartificalin 3 ปีที่แล้ว

    thanks , i love Master

  • @Paltibenlaish
    @Paltibenlaish 4 ปีที่แล้ว +2

    doing foreach column and updating or inserting results many queries when working with thousands of records,
    :(
    is there a cleaner and optimized version for this?

  • @toipham3227
    @toipham3227 5 ปีที่แล้ว +1

    great video! thank you a lot!

  • @antonyjasper4133
    @antonyjasper4133 5 ปีที่แล้ว

    Thank you so much, I have done this in my project and it works fine.

  • @oscarpedrozascaglione7555
    @oscarpedrozascaglione7555 4 ปีที่แล้ว +2

    Great video, thank you so much... If i would want to add and edit some rows at the same time.. is it possible? for example could I export the file, add a new row and import back? I'm waiting for your answer.. thanks!!!

    • @PovilasKorop
      @PovilasKorop 4 ปีที่แล้ว

      Your question was "is it possible"? Yes, possible. But sorry, I won't this write code for you, it would be a big separate tutorial.

  • @fareligormolimboufankem6460
    @fareligormolimboufankem6460 2 ปีที่แล้ว

    Hello and thank you very much for this tutorial but I have a concern most of the time we import and export with the HeadingRow I would like to know how to do the same with the Update of the EXCEL file

  • @AmeerHamza-cy6km
    @AmeerHamza-cy6km 3 ปีที่แล้ว

    I have to write to existing xlsx file

  • @rishavkumar8611
    @rishavkumar8611 5 ปีที่แล้ว

    Thanks so much for the video...but if i want to import more rows in database it's not importing can u guide me for that

  • @bumblebity2902
    @bumblebity2902 3 ปีที่แล้ว

    How pass foreign key id, if I want for example import certain company's projects? Or export certain company projects.

  • @kenjohnsiosan9707
    @kenjohnsiosan9707 5 ปีที่แล้ว +1

    thank u for this videos sir...question though how to export with search query params. hope you noticed my comment 🙂

  • @vidhyaprakash85
    @vidhyaprakash85 4 ปีที่แล้ว

    I want example for importing excel data to update the foreign key value in table while importing

  • @fuadbakhsh3953
    @fuadbakhsh3953 3 ปีที่แล้ว +1

    Sir how to import 2 column merged heading in excel.

  • @Ousainoujaiteh
    @Ousainoujaiteh 5 ปีที่แล้ว +1

    Hi sir I followed your video but i always get this error when I want to import "File could not be read".Thank you

  • @swapnilkurhade8943
    @swapnilkurhade8943 3 ปีที่แล้ว

    can we upload images from excel file to laravel local storage?

  • @gmfer9604
    @gmfer9604 3 ปีที่แล้ว

    The video is very clear, thank you. When I try this using SQL Server I get this error: SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Error converting data type nvarchar to bigint. (SQL: select top 1 * from [schedules] where [schedules].[id] = import)
    No matter what I do, cannot pass it. It is an issue with the Database? Thanks for the help.

    • @gmfer9604
      @gmfer9604 3 ปีที่แล้ว

      Already figured it out. Was a routing issue.

  • @lolo5787
    @lolo5787 5 ปีที่แล้ว

    very nice

  • @marceloferreira6497
    @marceloferreira6497 5 ปีที่แล้ว

    Hello, I can not do this! Can you help me? I realize that this is your job, and time is money, I would pay for work, I'm waiting for an answer.

    • @toipham3227
      @toipham3227 5 ปีที่แล้ว

      what is the bugs. send here and i'll fix it for you (free)

  • @andryayiik4895
    @andryayiik4895 5 ปีที่แล้ว

    what text editor didyou use on this video?

  • @SamiMansour
    @SamiMansour 5 ปีที่แล้ว

    Amazing, Is there coupon code available?

    • @LaravelDaily
      @LaravelDaily  5 ปีที่แล้ว

      Just generated a friendly 10% code for you: SAMI10 (or someone can use it if they see it first) :)

    • @SamiMansour
      @SamiMansour 5 ปีที่แล้ว

      @@LaravelDaily Thank you :) i win it :)

  • @samhk2222
    @samhk2222 5 ปีที่แล้ว

    You could use the method updateOrCreate from laravel.com/docs/5.7/eloquent#updates right?

    • @LaravelDaily
      @LaravelDaily  5 ปีที่แล้ว

      Yes, if you want to create new entries in your Excel and import them back, then this method would be very useful.

  • @Поставщик-ф5ю
    @Поставщик-ф5ю 4 ปีที่แล้ว

    But how to export in csv

  • @alejandrolandaverde9112
    @alejandrolandaverde9112 4 ปีที่แล้ว

    Somebody here work this with mondb?