New Post: how to make data validation with excel formulas like...
I know that PHPexcel could make data validation with the code below: $objValidation->setFormula1('Sheet!$A$1:$A$3'); but,what i want to do is to set a formula directly to a column or to a cell...
View ArticleNew Post: how could i possibly setting the reader to format certain data like...
I am also looking for the best approach how to achieve this. I have tried to use getFormattedValue() but to no avail. Does anyone know how exactly we can set the desired date format when reading excel...
View ArticleNew Post: how to make data validation with excel formulas like...
Another question,can i make some names in the names manager just like this: create a name "country" with a value of...
View ArticleNew Post: how could i possibly setting the reader to format certain data like...
I don't know if this is the right approach, but what I did is tweaked a little bit on the rangeToArray() function:publicfunction rangeToArray($pRange = 'A1', $nullValue = null, $calculateFormulas =...
View ArticleNew Post: how could i possibly setting the reader to format certain data like...
After a series of debugging I come up with the following:publicfunction rangeToArray($pRange = 'A1', $nullValue = null, $calculateFormulas = true, $formatData = true, $returnCellRef = false) { //...
View ArticleNew Post: Write special characters
Hello,rich text is giving a lot of problems with excel 5 writer.I'm not sure it is special chars related.I'm avoiding richtext for excel 5 writer,using it just for 2007 writer..
View ArticleNew Post: Uncaught exception 'PHPExcel_Exception' with message 'Simple!P158...
Thank you Mark! I use setCellValueExplicit() and it worked without problems!
View ArticleNew Post: Uncaught exception 'PHPExcel_Exception' with message 'Simple!P158...
MarkBaker wrote:It is possible to set the cell as text using setCellValueExplicit() but a cell that simply contains symbols should not cause any such error, unless you have an = as the very first...
View ArticleNew Post: How to read just a date from excel into MySql?
Hello Iwol,Thank you for helping me and the patient with me. I have it working now BUT what is left now that I have a problem with the field with a time mask.Look, the way it goes is that there are...
View ArticleNew Post: PHPExcel features
Hello,I have been looking thru the PHPExcel user guide and I am trying to figure out what it can and cannot do.Specifically I see it can create Excel files of type .xlsx . What I am wondering is their...
View ArticleNew Post: PHPExcel features
The main purpose of PHPExcel is to provide a library that allows reading, writing and manipulation of Spreadsheet files in a number of different formats.Different people have different reasons for...
View ArticleNew Post: PHPExcel features
Hi Mark,Thanks for the very detailed explanation! I was thinking a good workflow for my project would be create a spreadsheet dynamically using PHPExcelthen open (point ZOHO via a post to the document...
View ArticleNew Post: How to read just a date from excel into MySql?
isDateTime returns true if you have a date (24/11/2012) an hour (16:10:00), or a date/time (24/11/2012 16:10:00) and variants of this (examples in my locales).Therefore, it is not sufficient, except as...
View ArticleNew Post: how to make data validation with excel formulas like...
Is there anybody who has encountered questions like this?
View ArticleNew Post: how to make data validation with excel formulas like...
No :-) I don't play with this (with PHPExcel) but, according to the documentation, you can define workbook, worksheet names, see 4.6.39 in developer documentation, but as far i can see, it's just named...
View ArticleNew Post: Window.location.href
I'm using window.location.href in javascript to run a php script that queries the database, and creates a spreadsheet with the found data, and then outputs it using...
View ArticleNew Post: Scrol in worksheet
Hello,I have created excel using PhpExcel.It looks cool.I have freeze one row in excel but Now i have to go to specific row while opening excel file than how to set that perticular row while opening...
View ArticleNew Post: Create more then 100 workbooks in a single Excel file.The code...
function allStats(){ $data['total']= $this->poster_model->numberTotalPiosters(); $data['allPosters']= $this->poster_model->getAllPosters();require(APPPATH.'third_party/gapi.php'); $ga =new...
View ArticleNew Post: Scrol in worksheet
I may have missed something, but this seems not easy. When frozen panes exists, PHPExcel automatically positions the upper-left cell in the worksheet and the current cell depending on the...
View ArticleNew Post: Scrol in worksheet
Freez panes is required for me..so for what can i do for this problem?Can u suggest me any function available in phpExcel ?
View Article