New Post: Cyclic Reference in Formula Error
Maybe you can still help me with something... just to stop the parser calculating all my range values for the index function I decided to rewrite it....but got stuck at the parameters... I need their...
View ArticleNew Post: Here's how to create Excel from and HTML Table
Mamuscia, this script is awesome and working great! :) The only disadvantage I have found so far is that it has problems with nested tables as it will consider each table as a separate one and put it...
View ArticleNew Post: Here's how to create Excel from and HTML Table
On 10/08/2013 14:05, king999 wrote:From: king999Mamuscia, this script is awesome and working great! :) The only disadvantage I have found so far is that it has problems with nested tables as it will...
View ArticleNew Post: Here's how to create Excel from and HTML Table
Mark, it would be a good idea to include it in version 2. Any ideas of a workaround until then with the current script?
View ArticleNew Post: merge Cells
when output as an PDF. mergeCells function works fine with verison 1.7.8 but not with 1.7.9. I found the same question in issues.
View ArticleNew Post: Cell Protection
How do i load the template after creating the new PHPExcel object so that i lock certain cells in that template?
View ArticleNew Post: Cell Protection
Often, it is loading the file that created the object:$objPHPExcel = PHPExcel_IOFactory::load("05featuredemo.xlsx");
View ArticleNew Post: “Style 'Currency' not found” When trying to format a column from a...
0 down vote favorite I am using PHPExcel 1.7.9 to create an excel file with no issues. However when I want to format a column in excel, I highlight it and click the "$" icon in the toolbar and the...
View ArticleNew Post: PDF Rendering Suggestion
Why does PHPExcel use the file_exists and is_readable functions to check that the PDF library exists? Why not just rely on the require_once method to fail if the library does not exist? The file_exists...
View ArticleNew Post: Cyclic Reference in Formula Error
solve it In Calculation.php you need to replace the _calculateFormulaValue function with:/** * Parse a cell formula and calculate its value * * @param string $formula The formula to parse and calculate...
View ArticleNew Post: Cyclic Reference in Formula Error
In LookupRef.php(under the Calculation folder) replace INDEX function with:/** * INDEX * * Uses an index to choose a value from a reference or array * * Excel Function: * =INDEX(range_array, row_num,...
View ArticleNew Post: Accessing Name manager
if you really want to get your name manager formulas then just use this add-in for excel which will export all your name manager functions/code/formulas/defined variables in another sheet and use those...
View ArticleNew Post: issue saving an excel file
that's a macro file... i'm not sure that will work with phpexcel except the case you will quit your macros... maybe that was your problem
View ArticleNew Post: Extend PHPExcel with custom functions?
jrao wrote: Hi, I wonder if it's possible to add more functions to PHPExcel using some kind of extension or plugin? If the function is standard Excel function, I guess I can just modify the source...
View ArticleNew Post: looping through sheets and selected columns
http://stackoverflow.com/a/5578240/1707033 -> here you will find your answer
View ArticleNew Post: Extend PHPExcel with custom functions?
Ok, thanks for the explanation. I'm looking at 2.0 right now, it seems to be much easier to extend, not sure how stable it is though.
View ArticleNew Post: Extend PHPExcel with custom functions?
It's pretty stable but it need some fixes from what I saw... and also works pretty ok with sheets of 2Mb => the only thing I don't like is that they didn't fixed : space+9 -> phpexcel: #VALUE!...
View ArticleNew Post: Extend PHPExcel with custom functions?
On 14/08/2013 16:12, jrao wrote:From: jraoOk, thanks for the explanation. I'm looking at 2.0 right now, it seems to be much easier to extend, not sure how stable it is though 2.0 should not be...
View ArticleNew Post: Extend PHPExcel with custom functions?
Ok, thanks for the heads up, Mark, this is very useful information.
View Article