still trying to get number format to work
This commit is contained in:
parent
69a4ea81bf
commit
499f2a8236
@ -121,7 +121,7 @@ class StyleRegistry extends \Box\Spout\Writer\Common\Manager\Style\StyleRegistry
|
|||||||
$registeredFormatId = $this->styleIdToNumberFormatMappingTable[$registeredStyleId];
|
$registeredFormatId = $this->styleIdToNumberFormatMappingTable[$registeredStyleId];
|
||||||
$this->styleIdToNumberFormatMappingTable[$styleId] = $registeredFormatId;
|
$this->styleIdToNumberFormatMappingTable[$styleId] = $registeredFormatId;
|
||||||
} else {
|
} else {
|
||||||
$this->registeredFills[$serializedFormat] = $styleId;
|
$this->registeredNumberFormats[$serializedFormat] = $styleId;
|
||||||
$this->styleIdToNumberFormatMappingTable[$styleId] = $this->fillIndex++;
|
$this->styleIdToNumberFormatMappingTable[$styleId] = $this->fillIndex++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user