Quantcast
Channel: PHPExcel Forum Rss Feed
Browsing all 2707 articles
Browse latest View live
↧

New Post: Error when writing XLSM!

I have copied the code from a previous post that copies an excel spreadsheet with macros into another sheet but the spread sheet I am using keeps throwing the error: Fatal error: Uncaught exception...

View Article


New Post: Low-level Differences vs Native Format

I've found an ugly workaround to at least get us by for now. Basically, I wrote a VBS script that will loop through the created Excel files, open them, and then re-save them to the same location....

View Article


New Post: user selected sheet

Hi I have a file with multiple sheet, I want to know which sheet is selected by the user (which sheet the user was viewing before close the file) when I read the file. I searched in the documentation...

View Article

New Post: user selected sheet

$activeSheet = $objPHPExcel->getActiveSheet();

View Article

New Post: Uncaught exception 'PHPExcel_Calculation_Exception'

I recently started receiving the following error. Turning off calculations did not seem to help. Any ideas?[16-May-2014 10:42:47 America/Chicago] PHP Fatal error: Uncaught exception...

View Article


New Post: Uncaught exception 'PHPExcel_Calculation_Exception'

If you have columns that are set to autocalculate width, then PHPExcel has to calculate any formulae in cells in those columns in order to calculate the required width; you can't turn calculation off...

View Article

New Post: Uncaught exception 'PHPExcel_Calculation_Exception'

Thanks, Mark! Turning off autocalculation of the width did the trick.

View Article

New Post: #VALUE! error in PHP excel, but not when opening the file in excel.

Hi All, I have been banging my head against a wall here for the last few days and thought I should just come and ask and see if any one could help me before I send my computer out the window. Basically...

View Article


New Post: template with Excel5 not work

I create a new Excel file from a template. I then use:$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007'); $objWriter->setPreCalculateFormulas(false); and it work. But if i...

View Article


New Post: #VALUE! error in PHP excel, but not when opening the file in excel.

I have further narrowed down the problem to one of the lookups that the formula does. Specifically this one: VLOOKUP(D13,Loadings!$I$12:$K$201,2,FALSE) Basically that is looking up another value on a...

View Article

New Post: PHPExcel 1.8.0 : Unable to load external sheet

Hi, I successfully used previous versions of PHPExcel (prior to 1.8.0) to create multiple worksheets and write to disk (saved in /tmp), after creating and writing about 8 excel documents I would then...

View Article

New Post: Taking long time and through error

I have 60,000 rows to write in an excel each one with 11 columns and it takes so long time and through the error message "The server at localhost is taking too long to respond". Here is my...

View Article

New Post: php excel formula field returning 0

Hi thanks all for the support .... as i have tried several ways and didn't get the result i am looking for ... so i have changed the the way of reading the file ... their i used php odbc for reading...

View Article


New Post: PHPExcel 1.8.0 : Unable to load external sheet

Commenting out lines 320-324 in Classes/PHPExcel/Reader/Excel2007.php //if (strpos($fileName, '//') !== false) //{ // $fileName = substr($fileName, strpos($fileName, '//') + 1); //} //$fileName =...

View Article

New Post: Memory Full Error

I need help in structuring my code to prevent this error. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 19 bytes) in d:\php\Classes\PHPExcel\Cell.php on line 130 My...

View Article


New Post: Memory Full Error

Start by looking at the options for cell caching

View Article

New Post: Memory Full Error

Thanks. I a novice, can you give further instructions where I can find information on cell caching and how to use it to my advantage?

View Article


New Post: getStyle does not get font name or size

I'm using PHPExcel 1.8.0. OS = Slackware 14.1, 3.2.45 kernel. PHP 5.5.12. $filename = '/tmp/test.xlsx'; require_once '/home/me/library/PHPExcel/IOFactory.php'; $objPHPExcel =...

View Article

New Post: Memory Full Error

Looked at some of the simple ways to cache the cell memory, to no avail. Reviewed Kim Steinhaug suggestion on Jan 7, 2011 at 11:02 AM and tried the following methods outlined in the documentation on my...

View Article

New Post: Fatal error: Call to a member function attributes() on a non-object

I'm getting this error when I try to open an .xlsx file. Can someone help? Fatal error: Call to a member function attributes() on a non-object in...

View Article
Browsing all 2707 articles
Browse latest View live