New Post: Can't read string cells
Sorry, it's my first post about trouble in english-speaking internet. =D Cool. )) If you can cast a look this bad file, download this file here...
View ArticleNew Post: Insert Object (Picture) Properties
Thanks for your reply. When generating an export, I have to select an image, press Ctrl+a to select all images, right-click, go to properties and select "Move and size with cells" so that images are...
View ArticleNew Post: Write 2 rows, but read only one.
Hi, I need write an excel file and later read it:$archivo = public_path('campo/simple.xlsx'); $file = new PHPExcel(); $file->getProperties()->setCreator("Ejemplo") ->setTitle("Reporte Encuesta...
View ArticleNew Post: dynamic creation of data base thru excel worksheet data
hi ppl, im need of urgency of having a module where in dynamic creation of data base thru excel worksheet data, can some one send me d code. please thanks in advance
View ArticleNew Post: atal error: Uncaught exception 'PHPExcel_Exception' with message...
mhh, anybody? no idea?
View ArticleNew Post: atal error: Uncaught exception 'PHPExcel_Exception' with message...
Answer is in http://phpexcel.codeplex.com/workitem/21672
View ArticleNew Post: atal error: Uncaught exception 'PHPExcel_Exception' with message...
unfortunately no. same error: Fatal error: Uncaught exception 'PHPExcel_Exception' with message 'Invalid cell coordinate IV7)' in I:_htdocs........\PHPExcel\Cell.php on line 561 :(
View ArticleNew Post: atal error: Uncaught exception 'PHPExcel_Exception' with message...
Then perhaps you'll tell me what version of PHPExcel you're using, because line 561 in PHPExcel/Cell.php doesn't correspond with any line that could trigger that exception in either the latest...
View ArticleNew Post: atal error: Uncaught exception 'PHPExcel_Exception' with message...
@version 1.8.0, 2014-03-02 PHP Version 5.4.7 can you re-produce the error with my xls-file und these 5 lines of code?
View ArticleNew Post: 9 Mo of invalid tag error
Ok I have 2 files that seems the same... 1 file works really well and i get what i want. the other file, not so much i get so many php errors but to me they seem like the same type of documents with...
View ArticleNew Post: Need help in reading the tooltip data in excel file
Hello, We need to write PHP script that can read the tooltip data for each cell. Can someone tell me if that is supported and how we can get it done. Thanks a lot
View ArticleNew Post: Output excel if POST variable
Hey, I would like to get data from FORM and use it to my excel file. First of all, I have included PHPExcel.php and IOFactory.php files. It seems its okey. This is my all code:...
View ArticleNew Post: Memory exhausted in large data
Hi all, I got the same issue (Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 115 bytes)) when reading Excel file. I have tried some solutions like increasing memory or...
View ArticleNew Post: Memory problem to load
Hi all, I got the same issue (Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 115 bytes)) when reading Excel file. I have tried some solutions like increasing memory or...
View ArticleNew Post: Open Existing XLS File & Edit it
Hello, I have the following code to open a specific XLS file and edit it:require_once 'Classes/PHPExcel/IOFactory.php'; $objPHPExcel = PHPExcel_IOFactory::load("default/ws-data.xls");...
View ArticleNew Post: Open Existing XLS File & Edit it
Besides the fact that you're saving to a different folder than you're loading from, what exactly is the problem?
View ArticleNew Post: Open Existing XLS File & Edit it
Hello, I was trying to load the file from a location that contains the default XLS files, and then save it to the proper location. The error that is displaying is still the same and is the following:...
View ArticleNew Post: Open Existing XLS File & Edit it
That's easily solved.... Spreadsheets (PHPExcel objects) have Worksheets, and Worksheet's have cells You need to get/set cells in a worksheet: $objPHPExcel->getActiveSheet()->setCellValue('A2',...
View ArticleNew Post: Open Existing XLS File & Edit it
Hello, I changed the line to that and the problem was solved. But now the errors that are appearing are beyond my understanding, if you can help I would appreciate it:Warning: date() [function.date]:...
View Article