PDA

View Full Version : Help !!! Java Script to save Excel



terry31
07-03-2009, 01:54 AM
Hi all!

Unfortunatley I am not an egghead. I am more a drop head but I am hoping someone can help me.

I am wanting away to allow people to fill in a simple excel form via the internet. The closes I hav come is Bad blue however their design is quite poor and very limitted. As this is a like a one of sheet but will be used quite often I am hoping to find a solution to this problem thru maybe some jave scripting or something.

shadmego
07-03-2009, 08:39 AM
I'm not really sure what you are trying to accomplish here, but I did find this link that might change your mind about using a spreadsheet the way *I think* in which you want.

http://www.codingforums.com/archive/index.php/t-112532.html

Maybe some better explanations on what you are trying to accomplish here would be appropriate ...

~regards

anonymous
07-12-2009, 12:14 PM
Hi all!

Unfortunatley I am not an egghead. I am more a drop head but I am hoping someone can help me.

I am wanting away to allow people to fill in a simple excel form via the internet. The closes I hav come is Bad blue however their design is quite poor and very limitted. As this is a like a one of sheet but will be used quite often I am hoping to find a solution to this problem thru maybe some jave scripting or something.

Just save the info as a comma delimited file. Then you can download it,
and Excel or whatever will open it.

You can use regular html to make your form look like a spreadsheet...