Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
pikahyper #1
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
-
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... -
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... -
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? ... -
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... -
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... -
Murray *TMM* #2
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
-
pikahyper #3
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



Reply With Quote

