Fix Documentation type

This commit is contained in:
MarkBaker 2019-07-09 19:39:12 +02:00
parent 0c1346a195
commit 38e71a1210
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ $spreadsheet->getActiveSheet()->setCellValue(
'=IF(A3, CONCATENATE(A1, " ", A2), CONCATENATE(A2, " ", A1))' '=IF(A3, CONCATENATE(A1, " ", A2), CONCATENATE(A2, " ", A1))'
); );
$spreadsheet->getActiveSheet()->getCell('A4') $spreadsheet->getActiveSheet()->getCell('A4')
->->getStyle()->setQuotePrefix(true); ->getStyle()->setQuotePrefix(true);
``` ```
Then, even if you ask PHPSpreadsheet to return the calculated value for cell Then, even if you ask PHPSpreadsheet to return the calculated value for cell