Anybody know the best way to insert a spreadsheet into a webpage?
This would be small - maybe 10 cells by 30 cells.
MS Frontpage 2000 can do it, but they say the user would have to have
access to various MS products, or go through some type of MS server
etc., so that's out.
Does Google have a spreadsheet that could be inserted in a webpage,
that any user would be able to use? Or what would work?
Thanks
RichC wrote:
> Anybody know the best way to insert a spreadsheet into a webpage?
>
> This would be small - maybe 10 cells by 30 cells.
>
> MS Frontpage 2000 can do it, but they say the user would have to have
> access to various MS products, or go through some type of MS server
> etc., so that's out.
>
> Does Google have a spreadsheet that could be inserted in a webpage,
> that any user would be able to use? Or what would work?
>
> Thanks
>
Your question isn't clear. Are you talking about importing a
spreadsheet, building a spreadsheet on a page (with forumulas, etc.) or
just displaying a table?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
On Nov 18, 4:40 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> RichC wrote:
>
>
>
>
>
> Your question isn't clear. Are you talking about importing a
> spreadsheet, building a spreadsheet on a page (with forumulas, etc.) or
> just displaying a table?
This would be a small spreadsheet with some formulas, and the user
inputs a few numbers of his choice, and gets a result based on my
formulas.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
RichC wrote:
> On Nov 18, 4:40 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>
>
> This would be a small spreadsheet with some formulas, and the user
> inputs a few numbers of his choice, and gets a result based on my
> formulas.
>
>
OK, can't say as I recommend any offhand, but there are some written in
javascript. Try googling for javascript and spreadsheet.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
RichC scribed:
>On Nov 18, 4:40 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>
>
>This would be a small spreadsheet with some formulas, and the user
>inputs a few numbers of his choice, and gets a result based on my
>formulas.
>
How about styling a table so it looks like a spreadsheet and using
javascript or any server-side scripting language to compute your formulas?
--
Ed Jay (remove 'M' to respond by email)
RichC wrote:
> On Nov 18, 4:40 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
Google does have a spreadsheet that can be manipulated by visitors. However,
a couple of
caveats:
1. You would have to provide a link in your webpage to the spreadsheet which
would look
like http://spreadsheets.google.com/ccc?key=xxxxxxxxxx
where the "xxxxxxxxxxx" is assigned by Google when you set up the spreadshee
t.
2. You have to specify the email addresses of those users eligible to (1) ma
ke changes to
the spreadsheet or (2) can view the spreadsheet only. This only works if you
know in
advance who the users will be. Since users have to be defined in advance, it
will not work
for "any" user so this may not be a viable solution for you.
>
>
> This would be a small spreadsheet with some formulas, and the user
> inputs a few numbers of his choice, and gets a result based on my
> formulas.
>
>
>