Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. web based data analysis tool for stocks

web based data analysis tool for stocks

Scheduled Pinned Locked Moved C#
csharpasp-netdatabasecomsysadmin
8 Posts 2 Posters 0 Views 1 Watching
  • 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.
  • T Offline
    T Offline
    tota1234
    wrote on last edited by
    #1

    our application would need: 1.import data(stock prices) from websites into a database(excel sheets) 2.interfacing excel sheets with the asp application 3.performing manipulations on the data and draw corresponding graphs(line,bar,..) 4.make the application accessible on a network are asp.net and C# apt for the application? can someone please help us with relevant code? regards ps:please reply asap besides our email add are: funwithsiddartha@gmail.com lovelyritesh_in@yahoo.com shobhit.samaria@gmail.com abhinavsharma0507@gmail.com

    A 1 Reply Last reply
    0
    • T tota1234

      our application would need: 1.import data(stock prices) from websites into a database(excel sheets) 2.interfacing excel sheets with the asp application 3.performing manipulations on the data and draw corresponding graphs(line,bar,..) 4.make the application accessible on a network are asp.net and C# apt for the application? can someone please help us with relevant code? regards ps:please reply asap besides our email add are: funwithsiddartha@gmail.com lovelyritesh_in@yahoo.com shobhit.samaria@gmail.com abhinavsharma0507@gmail.com

      A Offline
      A Offline
      alex almeida
      wrote on last edited by
      #2

      Do You basically going to manipulate a excel by .net application?

      T 1 Reply Last reply
      0
      • A alex almeida

        Do You basically going to manipulate a excel by .net application?

        T Offline
        T Offline
        tota1234
        wrote on last edited by
        #3

        yes that is what we had in mind. if it is possible to call the functions of excel from .net then nothin like it or else we would like to develop similar functions in our program. thnx

        A 1 Reply Last reply
        0
        • T tota1234

          yes that is what we had in mind. if it is possible to call the functions of excel from .net then nothin like it or else we would like to develop similar functions in our program. thnx

          A Offline
          A Offline
          alex almeida
          wrote on last edited by
          #4

          Yes, is possible In your project you need add reference COM Microsoft Office XX Object Library where XX is the version of MSOffice that you'll work. The namespace is Microsoft.Office.Interop.Excel If you look in for this namespace you going to find many examples. Isn't too easy, but isn't impossible ;)

          T 1 Reply Last reply
          0
          • A alex almeida

            Yes, is possible In your project you need add reference COM Microsoft Office XX Object Library where XX is the version of MSOffice that you'll work. The namespace is Microsoft.Office.Interop.Excel If you look in for this namespace you going to find many examples. Isn't too easy, but isn't impossible ;)

            T Offline
            T Offline
            tota1234
            wrote on last edited by
            #5

            hi alex! thnx for helping us. if u can send us some sample code of such interfacing it would be much easier to understand :) by the way where r u from and wat do u do? this is part of our engg project that we are seeking help for. regards

            A 1 Reply Last reply
            0
            • T tota1234

              hi alex! thnx for helping us. if u can send us some sample code of such interfacing it would be much easier to understand :) by the way where r u from and wat do u do? this is part of our engg project that we are seeking help for. regards

              A Offline
              A Offline
              alex almeida
              wrote on last edited by
              #6

              ;) Well, I'm going to send a example for you with copy for emails in the first post I'm from Brazil, I'm .net developer, my english is poor but I can communicate...:laugh:

              T 1 Reply Last reply
              0
              • A alex almeida

                ;) Well, I'm going to send a example for you with copy for emails in the first post I'm from Brazil, I'm .net developer, my english is poor but I can communicate...:laugh:

                T Offline
                T Offline
                tota1234
                wrote on last edited by
                #7

                hi alex, u said u wud b sending us a sample code for calling the functions of excel from asp.net. if u have the code plz send it to us asap. we r waiting. regards

                A 1 Reply Last reply
                0
                • T tota1234

                  hi alex, u said u wud b sending us a sample code for calling the functions of excel from asp.net. if u have the code plz send it to us asap. we r waiting. regards

                  A Offline
                  A Offline
                  alex almeida
                  wrote on last edited by
                  #8

                  Sorry... But these days I'm in vocation Now I came back See the code below to open a Excel App. ApplicationClass excel = new Microsoft.Office.Interop.Excel.ApplicationClass(); Workbooks oBooks = excel.Workbooks; object nulo = System.Reflection.Missing.Value; //here u have open method, there's many parameteres, but they can be null. oBooks.Open("C:\\file.xls",nulo,false,nulo,nulo,nulo,nulo,nulo,nulo,true,nulo,nulo,nulo,nulo,nulo); //A _workbook where the sheet lives _Workbook b = oBooks.get_Item(1); ;P

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups