|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1441 |
ariadna |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
namespace PhpOffice\PhpSpreadsheet\Style\NumberFormat\Wizard;
|
|
|
4 |
|
|
|
5 |
class Currency extends CurrencyBase
|
|
|
6 |
{
|
|
|
7 |
protected ?bool $overrideSpacing = false;
|
|
|
8 |
|
|
|
9 |
protected ?CurrencyNegative $overrideNegative = null;
|
|
|
10 |
}
|