still trying to get number format to work
This commit is contained in:
parent
f5de2cefd8
commit
69a4ea81bf
@ -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">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user