• Hello ,

    I need to make a web application that i can upload excel sheets to it and it should output an analysis for this sheet and chart , it there any plugin doing this ?
    if no , I need anyone to guide me from where to start , what is the keywords to search about that , Is phpExcel can help me in this issue ? appropriate ur help and support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Hercal,

    I don’t know if there is any plugin available for what you’re trying to achieve. Though you may start with phpExcel to work on your project.
    Here is rough guide for you from what I understand.
    1. Import data from uploaded excel file to PHP using phpExcel
    2. Now, you can save the data to database or show it to user in graphical representation using some graph/chart plugin or do some calculation or other things you want to do with the data as per your requirement.

    This may not be concrete solution for your problem but it may help you start.

    Thanks

    Thread Starter Hercal

    (@hercal)

    Thank you so much for your advice.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Excel Sheet analysis’ is closed to new replies.