Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to extract data from a table in excel using javascript?

    Help wanted · · · – – – · · ·
    javascript excel filter
    5
    7
    140
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Camillia Wee
      Camillia Wee last edited by

      Please help me, i am a beginner programmer that still lack in programming skill. I create a webpage using html and javascript. So the webpage is simple where user can find employee, startdate and endate. The table in excel has many contain but using this webpage, it only display data that the input as what user put in employeeid, startdate and endate searchbox. All the function i want to apply to a button. But, my idea suddenly stop when i dont have any idea to connect excel to my webpage. that why i ask about this matter.

      1 Reply Last reply Reply Quote 0
      • dail
        dail last edited by

        This does not concern Notepad++ at all.

        1 Reply Last reply Reply Quote 3
        • Camillia Wee
          Camillia Wee last edited by

          well it is… because im using notepad++ to create the webpage

          Alan Kilborn 1 Reply Last reply Reply Quote -1
          • Terry R
            Terry R last edited by

            @Camillia-Wee said in How to extract data from a table in excel using javascript?:

            because im using notepad++ to create the webpage

            Sorry, but I agree with @dail What you are really asking for is coding help in html and JavaScript. That fact that you’re using Notepad++ has little to do with it. You might get lucky with someone here willing to offer some guidance but I think you’d be better off asking this type of question in a html/JavaScript forum.

            Good luck
            Terry

            Camillia Wee 1 Reply Last reply Reply Quote 2
            • Camillia Wee
              Camillia Wee @Terry R last edited by

              @Terry-R okey… thank you

              1 Reply Last reply Reply Quote 0
              • mkupper
                mkupper last edited by

                @Camillia-Wee

                This seems to be more of an Excel question than an html or javascript issue.

                Excel has a built-in language, Visual Basic for Applications or VBA, that you use to build forms and to import/export data. VBA is very different than JavaScript which is very different than HTML. Excel is also not connected to the Internet meaning you can’t directly have a web page that gets data from or puts data into a spreadsheet. You will go crazy try to learn all three at once combined with learning how to connect Excel to the Internet.

                Google for web front end to excel spreadsheet where people say how to do it. Many of the answers that Google finds look old and may not include that Microsoft has moved to Office 356 (which they now call Microsoft 365).

                You may also want to look into using Google sheets which is a web based thing that looks like Excel.

                As others noted, this has nothing to do with Notepad++ other than you can use Notepad++ to edit VBA code along with JavaScript and HTML. Good luck.

                1 Reply Last reply Reply Quote 1
                • Alan Kilborn
                  Alan Kilborn @Camillia Wee last edited by

                  @Camillia-Wee said in How to extract data from a table in excel using javascript?:

                  because im using notepad++ to create the webpage

                  COOKIES!

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Copyright © 2014 NodeBB Forums | Contributors