PhpExcel
PhpExcel copied to clipboard
CakePHP 2.x Helper and Component for creating / reading excel files using PHPExcel project
Fatal error: 'break' not in the 'loop' or 'switch' context in \PHPExcel\PHPExcel\Calculation\Functions.php on line 581 This error come out for when download excel file open in excel 2007. if (($value...
Hi segy, Here's an idea how added lines could be styled more easily. Best, anweibel
Can you give me an example on setting the fill color for a cell? I've add to parameters: `'fill-type' => PHPExcel_Style_Fill::FILL_PATTERN_DARKGRAY` but how to set background color?
The 'setPreCalculateFormulas(true)' is needed to save the file with calculated forumulas. Without it if you have cell with formula ex. '=A1+A2' or `=SUM(A1:A2)' the result will be always zero until...
I am getting a ERR_INVALID_RESPONSE on my live server. The download works great on localhost. I have tried adding headers but no luck. Any suggestions? Could it be server related?
Hello, I already success exporting the file but the size is zero bytes. What is the cause of that?
Hello, I might miss something obvious : I get the message "Missing Plugin" but I don't see any file that is supposed to go into the app/plugin Where am I...
With CakePHP 2.8.x Stack trace just gives me calling $p->createWorkSheet(); $p is a loaded PHPExcelHelper I checked it.
Can you please giva a simple Example on how to use this let's say in another Controller? That'd be nice. Plus: can we simply exchange the PHPExcel Class with the...
Sorry, i'm facing problem below but can't understand why? Could you check it for me, please. I'm using CakePHP 2.4.7. Error: require() [function.require]: Failed opening required '/path/to/app/Vendor/Autoloader.php' (include_path='/path/to/app/lib:.:/usr/share/php:/usr/share/pear') File: /path/to/app/Vendor/PHPExcel.php...