English 中文(简体)
缩略语
原标题:PHPExcel and error "Cyclic Reference in Formula"

我有大型轴心,有公式和图表。 我想在此增加一些价值观,如:

<?php


require_once dirname(__FILE__) .  /Classes/PHPExcel.php ;
set_time_limit(60 * 5);
ini_set("memory_limit","1000M");
$pathWeek = "Z:homephpexcel.ruwwwweekstat.xls";

$phpReader = new PHPExcel_Reader_Excel5();
$weekReader = $phpReader->load($pathWeek);

$weekReader->getSheetByName("2G")->setCellValue("C4", 1);
$weekReader->getSheetByName("2G")->setCellValue("Z4", 1);

$objWriter = PHPExcel_IOFactory::createWriter($weekReader,  Excel5 );
$objWriter->save($pathWeek);

?>

还有一个错误:

Fatal error: Uncaught exception  Exception  with message  данные для обобщенных пок!C4 -> 2G KKmrc%;AAmrc%!C4 -> 2G KKmrc%;AAmrc%!C4 -> Cyclic Reference in Formula  in Z:homephpexcel.ruwwwClassesPHPExcelCell.php on line 288

工作 姓名——“2G KKmrc%;Amrc%”在单元4中,我有以下公式:

=IF($2G.$B4="";"";$2G.C4/$2G.$Z4*100)

In°РЅРЅС‹Р微克 » μ微克 ...... РїРѕРє!

INDEX($ 2G KKmrc%;AAmrc% .C1:C27;MATCH("";$ 2G KKmrc%;AAmrc% .C1:C250;0)-1;1)

任何想法? Maybe i dont

最佳回答

想像这个问题就是以工作的名义! 时间

问题回答

暂无回答




相关问题
Table cell stretching

I have two columns in my table with equal width (50%, 50%). I am showing search results URL in them. For big urls the columns are stretching and destroying the layout. Any suggestion to the problem?

Add Semicolon to each value (each line) in a cell

I have the following values in a single cell let be A1 1234 567 454 Likewise all the A(N) are filled with values. N various from 1000 to 1500 I want this to get converted as 1234;567;454 Any ...

Blank when NaN in jqGrid cells

How to set blank instead of NaN in jqGrid cells ? Using formatter ? Is there an example?

BeginEdit of a specific Cell from code behind

Is possibile begin edit of a specific cell from code behind with DataGrid control (WPF Toolkit)? I have to enable the celledittemplate of first cell of selected row after a button action...how can I ...

提供数据

我想让浏览头和一栏头目从使用因特网部分数据GridView的图像中获得一个习俗背景。 甚至有可能这样做吗? 如果是,如何?

热门标签