New Post: Watermark / Background Image
If you want it as a full watermark, rather than as a header image, then the answer is simply that it's not possible
View ArticleNew Post: Dates when converting from xlsx to CSV
So, I played around some more, and it appears as though the date field is really classified as a custom field with a format of "dd\/mm\/yyyy" I tried to replicate this in Excel 2010 I have and it still...
View ArticleNew Post: Issue with date formatting.
I uploaded it as parse date wrong. Here ya go:https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=phpexcel&WorkItemId=10749&FileAttachmentId=7061
View ArticleNew Post: Enable Editing on Excel Document
I am dynamically generating an Excel file. I read a default file in and then place the data in their respective cells. When the file is created and downloaded, I open it and have to enable editing...
View ArticleNew Post: Add Image in Comment
Hi, i have the same problem. Is it possible to add background images now?
View ArticleNew Post: Issue with date formatting.
The dates in your example file use an adaptable format. This type of format is written to the file in US version. When you open the file in Excel, the application takes into account the format defined...
View ArticleNew Post: Filter on Import or Export
Hi all, I have been reading all morning and have been successfully working though the Example php files as well as reading through the Discussions here. Awesome stuff. Hopefully this is an easy one for...
View ArticleNew Post: Issue with date formatting.
Is there a simple way around this? What bothers me is that it obviously parses it correctly if the date is entered in a TEXT or GENERAL format. But when you specify DATE in the number format dropdown,...
View ArticleNew Post: Issue with date formatting.
When you loop the cells, tests whether it is a date/time format (with PHPExcel_Shared_Date::isDateTime()). If so, reads the format ($sheet->getStyle...
View ArticleNew Post: Need help tweaking phpexcel to deal with limited memory and big...
RZB wrote: No luck... no matter what I do, the filter will always start from row 1 again instead of the dynamic $start_row passed to setRows().public function readCell($col, $row, $worksheet_name = '')...
View ArticleNew Post: Issue with date formatting.
I can't replace the date format though. That leverages the programmer rather than the user. It's critical that the format stay in the format that they specify.
View ArticleNew Post: PEAR channel not available
Unfortunately, I get a "no route to host" error for pear.pearplex.net (46.244.121.15). The last successful hop is core2-be.a2b-internet.com (46.244.127.2)
View ArticleNew Post: PEAR channel not available
Hi, Getting exactly the same problem. Also facing this problem regulary, several days before and last month several times too.
View ArticleNew Post: Issue with date formatting.
No. I never suggested that the programmer imposes his views. I suggested you to reproduce the behavior of Excel so that the textual representation is that the user expect.
View ArticleNew Post: Working with Yii active record
When I use phpexcel without an active record, works fine. But, when I load an active record, the problem appears. The excel generated cannot be opened due to errors inside it. In a simple controller...
View ArticleNew Post: load fails only first time
Hi, this is the first time I write here, I couldn't find this in previuos discussions.. I had memory problems with large files, so a tried saving the workbook in a temp folder then opening again and...
View ArticleNew Post: How to load a string instead of uploading a file?
is there any function which takes file contents as string instead of full file path
View ArticleNew Post: What does setBuiltInFormatCode() do?
I'm a PHPExcel newbie. I was trying to format a cell with the Percentage format ("0%"), and my IDE helpfully displayed the methods available on getNumberFormat()->... ., one of them was...
View ArticleNew Post: How to load a string instead of uploading a file?
If I understand the question correctly, you get the path to the file rather than its content? In this case, I advise you a careful reading of this section of the documentation for php:...
View Article