jb-data.de/lib/PhpSpreadsheet/Style/NumberFormat/Wizard/Wizard.php
2025-08-11 22:23:30 +02:00

8 lines
129 B
PHP

<?php
namespace PhpOffice\PhpSpreadsheet\Style\NumberFormat\Wizard;
interface Wizard
{
public function format(): string;
}