transfering excel tables to server
Moderator: General Moderators
-
monalisa77
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 07, 2016 10:58 am
transfering excel tables to server
hi i dont know if anyone will know how to do this but i cant get my tables that are seperated into months from an excel attachment onto my server host. it works on the local host. someone did it for me on the local host but hasnt had time to do it to the server im very basic with php dont want to post the cosde unless someone might be able to help ?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: transfering excel tables to server
Well, localhost is on your computer, so the person who put them on localhost just saved them into a folder on your computer. To put them onto a server, you need an FTP or SFTP client program to copy them to the remote machine. Put them in the same folder relative to document root.
(#10850)
-
monalisa77
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 07, 2016 10:58 am
Re: transfering excel tables to server
Yeah i've done all that. the tables don't show at all
any help is appreciated or i would be spending hours doing it via html
any help is appreciated or i would be spending hours doing it via html
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: transfering excel tables to server
So what does "show" mean? How are the tables displayed?
(#10850)
-
monalisa77
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 07, 2016 10:58 am
Re: transfering excel tables to server
just information tables, i can do all this in basic html. just making html tables with links etc it was just an easier way using excel but too complicated for me. theres an awful lot of data and its gonna take me ages lol
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: transfering excel tables to server
So you want to make HTML tables from the data in an Excel spreadsheet? Or have you already done that but they are not displaying for some reason?
(#10850)