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. Web Development
  3. ASP.NET
  4. urgent !implementing excel function in asp.net

urgent !implementing excel function in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
3 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.
  • M Offline
    M Offline
    mijan
    wrote on last edited by
    #1

    is it possible to do excel function using datagrid selection value to calculate forecast value?anyone has any idea? mijan

    R 1 Reply Last reply
    0
    • M mijan

      is it possible to do excel function using datagrid selection value to calculate forecast value?anyone has any idea? mijan

      R Offline
      R Offline
      ricardojb
      wrote on last edited by
      #2

      do you want to use Excel to do this or you want to write a method that does what Excel does? If you have Office 2003 you can install the primary interop assemblies that are basically .net wrapped classes of Office. then you can add references to these assemblies and use Excel or word classes in your application. You can always use com interop to interact with Excel, but the Excel object model is quite complex and poorly documented, so it might not be an easy solution.

      M 1 Reply Last reply
      0
      • R ricardojb

        do you want to use Excel to do this or you want to write a method that does what Excel does? If you have Office 2003 you can install the primary interop assemblies that are basically .net wrapped classes of Office. then you can add references to these assemblies and use Excel or word classes in your application. You can always use com interop to interact with Excel, but the Excel object model is quite complex and poorly documented, so it might not be an easy solution.

        M Offline
        M Offline
        mijan
        wrote on last edited by
        #3

        basically i want to write a method that does what Excel does in asp.net. The function of forecasting can be applied to datagrid selection.Any idea?thanks~ mijan

        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