still trying to get number format to work

This commit is contained in:
willkensonh 2018-10-15 11:13:05 +11:00
parent f5de2cefd8
commit 69a4ea81bf

View File

@ -233,6 +233,7 @@ EOD;
}
$content .= sprintf(' applyBorder="%d"', $style->shouldApplyBorder() ? 1 : 0);
$content .= sprintf(' applyNumberFormat="%d"', $style->shouldApplyNumberFormat() ? 1 : 0);
if ($style->shouldWrapText()) {
$content .= ' applyAlignment="1">';