New Post: Hola comunidad
What I tried to illustrate is that you would most probably receive a lot more help if you pose your question in english (as most readers can actually understand that). If you check the rest of the...
View ArticleNew Post: Hola comunidad
I desarrolando a web application to export an entire table with fields to excel, but I am using PHPExcel Prints vertically fields, and I want to be in As Is mysql horizontally ... Someone please help...
View ArticleNew Post: How to include field names with mysql data
I would like to include the mySQL field names as line 1 in the generated xlsx. I have tried some things but have not had any luck. If anyone is willing to offer some advise on the subject I would be...
View ArticleNew Post: rewrite excel(.xls) then macro lost
but i just want to reserve macro, not modify it........
View ArticleNew Post: How to include field names with mysql data
how about the following:$query = "SELECT * FROM evolve2012 WHERE cast(Date as DATE) BETWEEN DATE_SUB(CURDATE(), INTERVAL 7 DAY) AND CURDATE() AND Blah Blah Blah"; if ($result = mysql_query($query)...
View ArticleNew Post: Insert image in excel file and file size growing..
Hi all,first of all, the script is working and it is doing what i want. But i have a "problem" with file size.In details:i'm inserting some images (logos..) in excel files with this code...
View ArticleNew Post: ZipArchive warning
HiI'm having a problem I can see other people have got, but haven't been able to find a solution yet.I can't open the generated Excel file in Excel (Nor on Mac or Windows), only if I save it to the...
View ArticleNew Post: Insert image in excel file and file size growing..
MarkBaker wrote:If the worksheet contains the data that you expect, then you really shouldn't worry about this. 4MB isn't particularly large for a file.PHPExcel is not a file editor: it doesn't simply...
View ArticleNew Post: $objReader->load($inputFileName) takes more time.How can i minimize...
$inputFileName is 1 mb xlxs file takes 45sec only for loading.$objReader = new PHPExcel_Reader_Excel2007();$objReader->setReadDataOnly(true);$objPHPExcel =...
View ArticleNew Post: Insert image in excel file and file size growing..
The same answer applies whether saving using the Excel5 Writer or the Excel2007 Writer. The primary concern of PHPExcel is to provide functionality, to ensure that if you add an image in PHPExcel you...
View ArticleNew Post: ZipArchive warning
php://output is one of the standard PHP stream wrappers and I've not encountered any circumstance where it should not be available. It sounds more like a fundamental problem in PHP than in PHPExcel: as...
View ArticleNew Post: rewrite excel(.xls) then macro lost
I'm sorry, but as PHPExcel has no code to read or write macros, then this is not possible
View ArticleNew Post: Hola comunidad
You need really to have a MySQL record on several lines ?Your sample are not clear : you write always the first field ($row[0]), the Excel row are fixed, too (1), but perhaps you have a line for each...
View ArticleNew Post: rewrite excel(.xls) then macro lost
Mark, do you have a project in this area, or it's "mission impossible", within the framework defined by willcox?
View ArticleNew Post: error 'Cannot read encrypted file' when loading password protected...
a stable solution to date?
View ArticleNew Post: error 'Cannot read encrypted file' when loading password protected...
No change. This is a complex problem, and low priority
View ArticleNew Post: rewrite excel(.xls) then macro lost
Technically it's possible, but many man-months of work... and a lower priority than many other feature requests
View ArticleNew Post: Hola comunidad
could you provide me a link of the function to convert the alphabetical mark ... thanks for I use this function:function entradaColumna($col_ent){$hdc = array(0 => "A", 1 => "B", 2 => "C", 3...
View Article