Ahora, ya tenemos soporte completo para xlsx de Excel 2007, aparte de nuevas características, como el formateo condicional:
Using perl Syntax Highlighting
$worksheet1->conditional_formatting( 'B3:K12',
{
type => 'cell',
format => $light_red,
criteria => '>=',
value => 50,
}
);
{
type => 'cell',
format => $light_red,
criteria => '>=',
value => 50,
}
);
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
Artículo