This is a discussion on "Excel to ASP..." within the Classic ASP section. This forum, and the thread "Excel to ASP... are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Excel to ASP...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Excel to ASP...
Hey Guys. You know who you are :wink:. I am going to be designing a grade book for a school system. I now have the knowledge to do everything but the one thing I need help on is the spreadsheet. I want it where when the spreadsheet is saved it will automatically upload it to the internet. I know I'd need some kind of software to do this with but once I get it on the internet can I use a spreadsheet just like i would use a database? The problem as you may know is security, but I am talking to my host about setting up a local Secure folder where no one can download anything in that folder. Plz let me know if you have found any good tutorials, have one yourself, or if you know any programs (free - $2000) that will do this. Much appreciation.
Wade |
|
|
|
#2
|
||||
|
||||
|
I don't know the exact details but it seems to me that you'd be better off having your data source online and allowing your users to download the resulting spreadsheet.
I've done sumthing similar so I may be able to help with the solution if you explain what the problem is a bit better. all I can do to help at the moment is point you here: how to use a spreadsheet as datasource,just like a database: http://webforumz.com/showthread.php?threadid=1400 (good article by the way!)
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#3
|
|||
|
|||
|
well the reason I need it to go from the pc to the net is because I have a built-in-checker where if your not logged onto the school's network then you can't log-in to the system. It's extra security. Only LAN can make changes. I don't want some kid to hack the network and change everyone's grades you know.
|
|
#4
|
||||
|
||||
|
I see.......
in that case I don't see how you can automatically save the spreadsheet to a webserver without using some sort of special program....... OR will all users be connecting to the internet from a fixed IP? you could use that (as well as username/password) for your security
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#5
|
|||
|
|||
|
I actally have the server on the same LAN as the pc's. So You won't be able to even access the updating stuff without being on the LAN. That part I can do. Maybe I'll just let them use access or something to get the files up.
|
|
#6
|
||||
|
||||
|
well then, if its all on the same network then it's easier......
you can design your pages to connect to the spreadsheet just like you would with any ohter datasource. the hard work will be to collect the data from the users and transfer it to the server..... how much do you know about VBA?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#7
|
||||
|
||||
|
Court Jester...
Why dont you just write out a comma seperated volume(CSV) file, using the file system object. Any CSV can be opened in Excel quite easily. If you need help on CSV formatting, let me know.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#8
|
||||
|
||||
|
last website I designed I had to use FSO to write out CSV files with financial summary and other information..... so I could hep on that too.......
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#9
|
|||
|
|||
|
Out of interest, how are you only allowing LAN users access to the area which allows updating of the grades?
|
|
#10
|
||||
|
||||
|
i suppose, if the program/webpage used to access the spreadsheet/datasource is only available in the Local Network then you can just leave the security job to windows
right?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#11
|
|||
|
|||
|
We have some program. I don't know what it's called... but it allows FTP access for LAN only. If you even try to FTP outside of the LAN then it kicks you off. Pretty neat. Also, if you log-in to the protected pages the program will boot you if your not on the LAN as well. I don't know how it works, I think it checks to see if your machine has the program running, and if so it checks some key information in the program, and if your program isn't running it'll kick you. The school system is leaving the county and going to their own school system so the county installed all the stuff on thier computers. Now they need someone else to do it since the county is no longer helping them.
I'm thinking about just building an ASP application (Intranet) and letting them do all the modifications that way. Then linking the databases off of that to show the kids thier grades. I don't know how to use the FSO or CSV. |
|
#12
|
||||
|
||||
|
I should really put this in the tutorials and code samples section but use this FSO module.
let's you write, delete, move, rename, copy files and folders easily......
e.g:
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#13
|
||||
|
||||
|
hey, I'VE GOT 3 STARS!!!!!!!!!!!!!!!!!!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#14
|
||||
|
||||
|
Spinal.... consider turning this into an article matey!! That way you have an undirected (google friendly) backlink to your site.
For details, see this link:- http://www.webforumz.com/default.asp...9&CategoryID=1
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#15
|
||||
|
||||
|
wicked....
I've got a whole lotta stuff that I wuldn't mind sharing, but I won't give away my secret formulas!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| excel, asp |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyone know much about Excel | AdRock | Webforumz Cafe | 8 | Sep 29th, 2007 19:58 |
| Flash and Excel | natepen | Flash & Multimedia Forum | 1 | May 21st, 2007 15:56 |
| Excel Thru Recovery | Chase42304 | Graphics and 3D | 3 | Nov 27th, 2006 14:21 |
| Import Excel into PHP | AndyP | PHP Forum | 9 | Jul 20th, 2006 12:32 |
| Excel problem | madhuri.t | Classic ASP | 1 | Mar 7th, 2006 01:23 |