asp display excel data

Ask a Question related to ASP, Design and Development.

  1. #1

    Default asp display excel data


    I try to find the best small exemple to display data from
    excel to asp (connection & code). But only asp.net
    exemples in microsoft.com...

    Thanks if you have a link,

    Barb
    barbara Guest

  2. Similar Questions and Discussions

    1. display data points but not data tips
      does anyone know how to display the data point, but not the data tip? i just want to display the circular node that shows where the data point is,...
    2. How to display a set of data in a data grid when drivenby a combo box?
      I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent...
    3. How to display Text Import Wizard before Export to Excel?
      I am trying to export a text file into excel sheet using CFCONTENT tag in coldfusion MX. But before exporting it, I am unable to see the Text...
    4. Display data from database in a scrollable data grid on an ASP Page
      Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to...
    5. Display Data in a "Formated Excel Form" ?
      Hi, Can you display data, for example datagrid, in a "Formatted Excel Form" dynamically? I mean the data in datagrid will be display on the...
  3. #2

    Default Re: asp display excel data

    Try posting to a .net group. This group is about classic asp. Search for
    groups with "aspnet" in the name.

    Ray at home

    "barbara" <anonymous@discussions.microsoft.com> wrote in message
    news:05b801c399d2$541a0880$a401280a@phx.gbl...
    >
    > I try to find the best small exemple to display data from
    > excel to asp (connection & code). But only asp.net
    > exemples in microsoft.com...
    >
    > Thanks if you have a link,
    >
    > Barb

    Ray at Guest

  4. #3

    Default Re: asp display excel data

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnasdj01/html/asp0193.asp[/url]


    -dlbjr

    Discerning resolutions for the alms


    dlbjr Guest

  5. #4

    Default Re: asp display excel data

    I have put excel up onto a website before using asp by using named
    ranges within the spreadsheet and they using access to extract the
    values. You can then use code you would use for a db...

    Regards,

    Jacob
    Jacob Guest

  6. #5

    Default Re: asp display excel data

    Do you kow if there's a problem with retrieving the values of cells that are
    calculated (like cells that contain formulas)? I have a problem querying the
    calculated values with ASP, even though the values are there when i open the
    xls file. It doesn't happen with simple SUM formulas, but with complex
    financial formulas and cells that contain IF() functions.

    David

    "Jacob" <google@jscomputing.co.uk> schreef in bericht
    news:196a316e.0310232300.62a17667@posting.google.c om...
    > I have put excel up onto a website before using asp by using named
    > ranges within the spreadsheet and they using access to extract the
    > values. You can then use code you would use for a db...
    >
    > Regards,
    >
    > Jacob

    news.microsoft.com Guest

  7. #6

    Default Re: asp display excel data

    and uhm... never mind that name (blame outlook express ;) )....

    "news.microsoft.com" <david@ggvd.com> schreef in bericht
    news:OkcDgHhmDHA.1728@TK2MSFTNGP09.phx.gbl...
    > Do you kow if there's a problem with retrieving the values of cells that
    are
    > calculated (like cells that contain formulas)? I have a problem querying
    the
    > calculated values with ASP, even though the values are there when i open
    the
    > xls file. It doesn't happen with simple SUM formulas, but with complex
    > financial formulas and cells that contain IF() functions.
    >
    > David
    >
    > "Jacob" <google@jscomputing.co.uk> schreef in bericht
    > news:196a316e.0310232300.62a17667@posting.google.c om...
    > > I have put excel up onto a website before using asp by using named
    > > ranges within the spreadsheet and they using access to extract the
    > > values. You can then use code you would use for a db...
    > >
    > > Regards,
    > >
    > > Jacob
    >
    >

    david Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139