New Post: How to write directly without using a lot of memory, also improve...
Hello, I need to write a large XLS spreadsheet, but I have no need to actually hold rows I already wrote in memory. The spreadsheet is extremely basic (no styling requirements) but I do use a custom...
View ArticleNew Post: How to write directly without using a lot of memory, also improve...
Then don't use PHPExcel: MS Excel file formats simply aren't suited to "write out as you go" instead simply write out as a CSV file using PHP's built-in fputcsv().
View ArticleNew Post: Best Practice for PHPExcel
Hi, Thank you for your reply. I thought as much and that is my concern. I have tried various loops to be able accurately get it to work but it's total disaster when matching results to users. The above...
View ArticleNew Post: Blank dropdown with Excel2005 writer
The hosted site I am on does not support Excel2007 writer for some options I want to do so I am using Excel5 but when I try to add a dropdown from a named range or cell range I just get a blank...
View ArticleNew Post: HTML writer stylesheets
Hello Mark (and team), I am using PHPExcel (currently 1.8.0) in a Joomla component (jDBexport). Thanks for this wonderful piece of work! The HTML writer creates a CSS section in the HEAD of the...
View ArticleNew Post: How to add image and text in header and footer of PDF with php...
Please explain me how I can add Images and text to header and footer with PHPexcel and dompdf lib. I am tring to get solution in google but nothing is working for me. please help so far I am doing in...
View ArticleNew Post: How to add image and text in header and footer of PDF with php...
Header/Footer settings are only supported for the Excel2007 and Excel5 Writers
View ArticleNew Post: How to add image and text in header and footer of PDF with php...
Means I can add Header and footer for Excel sheet only and not for PDF?
View ArticleNew Post: How to add image and text in header and footer of PDF with php...
thank you for making this clear.. :)
View ArticleNew Post: Setting image using PHPExcel it width is changed
Hello all, Using PHPExcel library I show image in excel sheet with code like : $objDrawingPType = new PHPExcel_Worksheet_Drawing(); $objDrawingPType->setWorksheet( $this->ExcelActiveSheetObj );...
View ArticleNew Post: Adding image to header
Hello, I'm having problems in adding an image to an excel header using PHPExcel... Ordinary text gets added without any problems but header simply doesn't show. When i look at the XML structure of the...
View ArticleNew Post: ZipArchive library is not enabled!!
Al momento de cargar el archivo me imprime "ZipArchive library is not enabled". El problema es que en la empresa en la que trabajo se desarrollan muchas aplicaciones bajo el mismo servidor. Consulte...
View ArticleNew Post: PHPExcel Rendering Corrupt Excels
i got the same problem on Ubuntu Server with php 5.5.3. but i think it is server related, cuz i didn't change anything and a few days ago i could open xls files on LibreOffice 4.3.0 and now i can't.
View ArticleNew Post: Data Validation
Hi Mark Baker, I'm new to PHPExcel & recently started using it. I have a similar problem which reported by g_sanchez. This is my requirement. For a specific cell, I want the end users to allow...
View ArticleNew Post: Notice: Undefined offset: 0 ....../PHPExcel/Reader/Excel5.php on...
I´m making a web applications that extract some records form an Excel file. All works great on my local wamp server and another share hosting server based in CentOS. For final app is needed to install...
View ArticleNew Post: Access a multi-sheet spreadsheet
Hi, I need to extract information from a Excel spreadsheet, including background colour, font colour, border and content. The file is around 5 or 6 Meg. This is my code:...
View ArticleNew Post: Access a multi-sheet spreadsheet
Physical size of a file is less relevant than the number of rows and columns, and the number of rows and columns may not always be what you believe, because an empty cell is still a cell. Look at some...
View ArticleNew Post: having trouble in opening .xlsx file
I even have the same kind of error for .xls files and for .xlsx files as well. I solved it for .xls files, and the files are getting converted efficiently to csv format (that contains multiple sheets...
View ArticleNew Post: gridlines, borders, MPDF
SOLUTION:http://stackoverflow.com/questions/22139817/table-border-size-is-not-working-for-mpdf/25142352
View Article