Programming help
Search Only:

Search Keyword php xls

Total: 40 results found.

Page 1 of 2
Hi I get the following error with the code below. I think this is because php is loaded on linux Do you know how to read a .xls file, when the php is installed on linux? your response ...
Does anyone know of a good class to work with XLS files in PHP? The ones I have seen either lack the ability to lock worksheets or are not free. Does anyone know of a good class ...
... and all of records that are not selected disappear. If you click details link in depth details are listed. I need to find a way to convert these records from the PHP DB to an excel file. I found ...
Hi, Can anyone offer any advice on how to output an excel file including Chinese characters(charset=gb2312") using PHP? I can successfully create the excel file if I 1. view the ...
...  ^ Obviously, thats where all the files are stored. /home/username/public_html/ ^ Thats where all the php files are stored. So what the php file I made does is goes back into the parent ...
Thanks to geoko I have a script to upload files, the files are uploaded and the file info is placed into a MySQL DB PHP Code: <? //Do some checks if (isset($_POST[submit]))  ...
im trying to read data from an .xls file, when the script starts executing it takes a while and suddenly apache http dies without output or errors in the logs here is my code PHP Code: //file and sheet  ...
hello, is it possible to read the contents of any ms excel (.xls) file??? will be glad, if anyone can provide some code or links for reading the data from php. thanks! hello, ...
I m using the Japanese OS the problem downloading the xls sheet and displaying the junk data. header("content-type:application/vnd.ms-excel"); i m using the above format but ...
Hi, ive been reading all the threads and the talk about converting the .xls to .csv and then using php functions to upload the info to mysql seems really interesting and would feel like the best ...
The largest file I have been able to upload this far has been 457kb - I am going to need one for much larger 5-10-20mb files. here is the php PHP Code: //image upload1  ...
HI guys...I want to make a form in php that will allow my users to view, edit records from a mysql database? Would this be hard to accomplish considering I do not know php. I have attached an ...
hi! anybody knows how to convert an excel file to csv using php? thanks in advance! hi! anybody knows how to convert an excel file to csv using php? thanks in ...
... and downloading each others data? Heres the code: PHP Code:  $FileData //Contains all the data in an html table $file = contactlist.xls;    ...
... save the html table code as an .xls file and Excel could open it without a problem. (but havent tried it yet). What Im having trouble with is the actual saving of the file (using PHP) and the downloading ...
Hello, We were trying to decode base 64 mime encoded mail attachements(.xls,.doc,.Jpeg)using IMAP functions in PHP. The functions are unable to decode the data. If anybody has any solution ...
PHP Code: <?     session_start();     $i = $_SESSION[allresults_count];     $array = $_SESSION[allresults];  ...
i need to import excel data to mysql table using PHP, but i dont want to save the file as a csv. is there any way by which the php code can directly read the xls file and import the data into ...
... be greatly appreciated. Code Below: PHP Code: include ../../../sessioncheck.php;          $file = \\<loc to sheet>\<--->\intranet\otis.xls;  ...
... they format their code to be more readable, like so: An example of how to correctly space out a function: PHP Code: // Correctly spacing a function with tabs to make it readable.  ...
<< Start < Prev 1 2 Next > End >>