PhpSpreadsheet/Classes/PHPExcel/Writer
goncons d03ffd6776 Open Document cell with not numeric formula
Trying to write a Open Document with non numeric formula in a cell this exception was generated:
"XMLWriter::writeAttribute() expects parameter 2 to be string, array given"
The problem was that writer was using
PHPExcel_Calculation::getInstance()->calculateCellValue($cell);
instead of
$cell->getCalculatedValue();
2014-07-06 18:48:07 -04:30
..
Excel5 Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Excel2007 Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
OpenDocument Open Document cell with not numeric formula 2014-07-06 18:48:07 -04:30
PDF change sequential validation for orientation dompdf 2014-05-10 18:24:51 +07:00
Abstract.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
CSV.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Excel5.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Excel2007.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Exception.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
HTML.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
IWriter.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
OpenDocument.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00
PDF.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00