-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
While googling I found two different sets of headers that need to be set when outputting excel generated in different file format.
for e.g.
For Type "Excel5" headers are:
header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Content-Type:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
currently, I used PHPExcel to import excel file,
there is a function $cell-getCoordinate();
I would like to ask any solution for split the cell coordinate alphabet and integer?
e.g A1, A2,
I need to know currently which row, and until which column.
I do some research about split, but not luck…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to know if PHPExcel can:
Create Excel spreadsheets with embeded image. The image must be compressed (jpeg, png, gif...).
Create Excel spreadsheets for different Excel versions (2000, 2003, 2007...).
I'm pretty sure it can do this but I can't find it in the official docs.
Anyone familiar…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello there.
I just recently started using this library (the one from CodePlex), but I ran into some issues. My goal is to use it so I can process some data from multiple Excel files, and send such data to a database, per file. I'm doing something like:
foreach( $file_list as $file ) {
$book…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can any one please let me know, why this following error has been thrown from PHPExcel classes
Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file
/var/www/mydomain/myexcel.xlsx.' in /var/www/mydomain/Classes/PHPExcel/Writer
/Excel2007.php:400 Stack trace: #0 /var/www/mydomain/myexcel…
>>> More