PhpSpreadsheet/Classes/PHPExcel/Writer/OpenDocument
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
..
Content.php Open Document cell with not numeric formula 2014-07-06 18:48:07 -04:30
Meta.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00
MetaInf.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00
Mimetype.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00
Settings.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00
Styles.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00
Thumbnails.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00
WriterPart.php Implement empty ODF archive 2014-05-30 11:57:24 +04:00