Fetch Data from Excel File in React JS | React XLSX

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

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

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

    If you want to fetch single column from excel file, here is the tutorial
    th-cam.com/video/M_B5Td7ZoEY/w-d-xo.html

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

      What if we just wanted to select just a single shell then what we can do? Please help Sir

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

    thanks! it was exactly what I needed 👻

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

    What if there is a complex excel structure? I'm this example the headers are on the first row. But what if there some headers/titles in other parts of the excel?

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

    if there are multiple sheets?

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

    helpful video!

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

    Hello, can you help me? I intend to develop an academic management system using Next.js 14, and I want to know how I can update students' grades using an Excel file that contains the grades for all assessments and the corresponding student numbers for each grade. Considering that each student accesses the system using their student number as a username and a password to access the student area, and all information has to be stored in the PostgreSQL database management system, I have a question: can I use PostgreSQL from Vercel or Supabase?

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

    Hello, And If you only want to access data from only one column...How do you do that?

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

      Tutorial uploaded for you. There you go.
      th-cam.com/video/M_B5Td7ZoEY/w-d-xo.html

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

    I am getting error as : [eslint]
    src\App.1.js
    Line 12:23: Parsing error: Unexpected token (12:23) even though all syntax is correct :( anyone can help pls ?