Page 1 of 1
transfering excel tables to server
Posted: Tue Jun 07, 2016 11:07 am
by monalisa77
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 ?
Re: transfering excel tables to server
Posted: Tue Jun 07, 2016 4:59 pm
by Christopher
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.
Re: transfering excel tables to server
Posted: Tue Jun 07, 2016 5:43 pm
by monalisa77
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
Re: transfering excel tables to server
Posted: Tue Jun 07, 2016 7:58 pm
by Christopher
So what does "show" mean? How are the tables displayed?
Re: transfering excel tables to server
Posted: Tue Jun 07, 2016 9:53 pm
by monalisa77
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
Re: transfering excel tables to server
Posted: Thu Jun 09, 2016 7:38 pm
by Christopher
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?