Viewing excel spreadsheets with only javascript

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Viewing excel spreadsheets with only javascript

    ok i've been trying to figure this out for three weeks now, basically i am
    developing a playstation portable portal website and i do not have a web server
    that supports databases so i am trying to link to an excel spreadsheet that has
    around 30 sheets, total file size is around 4Megs, i need to embed the
    spreadsheet including the tabs into my html page using only javascript, so far
    the playstation portable has subpar support for dhtml and java hence the need
    for just html and javascript.

    I have found many sources for information but all of them include the use of
    asp, php, or vb. i'm sure an activex applet can embed the xls file but i have
    not been able to find any reference to the classid on microsofts website.

    I do not need the ability to update or save or any of the tools in the psp
    browser I just need to see any up to date xls data sitting in the excel file on
    the server.

    on a side note to that does anyone know if its possible to use an xls file for
    server side user verification for a log-on page for the psp portal i am working
    on? if not i'll have to use flash.

    any help with this would be much appreciated i only have about a week and a
    half to finish this project so any source code or tutorials would be much
    appreciated either here in the forum or emailed to me at
    [email]pikahyper80@hotmail.com[/email]. thanks for viewing

    pikahyper Guest

  2. Similar Questions and Discussions

    1. Reading AND writing Excel spreadsheets
      I am happy creating spreadsheets with Spreadsheet::WriteExcel and reading them using Spreadsheet::ParseExcel. However, I have been asked to write...
    2. Parsing OpenOffice Spreadsheets
      Hi all, I've written a utility that reads OpenOffice Spreadsheet data into a Perl structure, actually a hash (the keys correspond to worksheet...
    3. Place Excel into table with ability to link when native Excel file is updated.
      Is it possible to place an Excel file into InDesign and create a link so that any changes made later to the Excel file can be updated in InDesign? ...
    4. DTS Package using Excel Spreadsheets
      I will start off by giving you a background of the process I am taking. The nature of my DTS package is that I recieve an Excel Spreadsheet, run it...
    5. Excel file and Javascript
      Hi. One of the pages of my application opens an Excel 2000 workbook in a new window using Javascript. The workbook is read only and I use a...
  3. #2

    Default Re: Viewing excel spreadsheets with only javascript

    If your server doesn't support databases it won't support excel either.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "pikahyper" <webforumsuser@macromedia.com> wrote in message
    news:dgrbq2$4i6$1@forums.macromedia.com...
    > ok i've been trying to figure this out for three weeks now, basically i am
    > developing a playstation portable portal website and i do not have a web
    > server
    > that supports databases so i am trying to link to an excel spreadsheet
    > that has
    > around 30 sheets, total file size is around 4Megs, i need to embed the
    > spreadsheet including the tabs into my html page using only javascript, so
    > far
    > the playstation portable has subpar support for dhtml and java hence the
    > need
    > for just html and javascript.
    >
    > I have found many sources for information but all of them include the use
    > of
    > asp, php, or vb. i'm sure an activex applet can embed the xls file but i
    > have
    > not been able to find any reference to the classid on microsofts website.
    >
    > I do not need the ability to update or save or any of the tools in the psp
    > browser I just need to see any up to date xls data sitting in the excel
    > file on
    > the server.
    >
    > on a side note to that does anyone know if its possible to use an xls file
    > for
    > server side user verification for a log-on page for the psp portal i am
    > working
    > on? if not i'll have to use flash.
    >
    > any help with this would be much appreciated i only have about a week and
    > a
    > half to finish this project so any source code or tutorials would be much
    > appreciated either here in the forum or emailed to me at
    > [email]pikahyper80@hotmail.com[/email]. thanks for viewing
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Viewing excel spreadsheets with only javascript

    why would it not support it? would i need to use odbc or jdbc to display it in
    a browser?

    ok what about locally on my computer, how can i display the same stuff from on
    my pc? i'm using windows xp home and haven't been able to get any databases
    working with odbc or jdbc, i just need to be able show the contents in a psp
    emulator on my pc or load it directly on the psp from the memory stick itself
    without a pc and without any extra applications/plugins or php/asp. eventually
    i'll get odbc/jdbc working on this pc and i will switch the excel file to a
    mysql database.

    pikahyper 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