added comment with spec link, as requested
This commit is contained in:
parent
6f2dc548aa
commit
9b063ca672
@ -197,7 +197,7 @@ class WorksheetManager implements WorksheetManagerInterface
|
||||
|
||||
$data .= '</table:table-cell>';
|
||||
} elseif ($cell->isBoolean()) {
|
||||
$value = $cell->getValue() ? 'true' : 'false';
|
||||
$value = $cell->getValue() ? 'true' : 'false'; // boolean-value spec: http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#datatype-boolean
|
||||
$data .= ' office:value-type="boolean" calcext:value-type="boolean" office:boolean-value="' . $value . '">';
|
||||
$data .= '<text:p>' . $cell->getValue() . '</text:p>';
|
||||
$data .= '</table:table-cell>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user