Hello
In Perl, I need to convert a color use by a cell in Excel to a RGB color.
    
$indexcolor=$Book->Worksheets("example")->Range("A1")->Characters->Font->ColorIndex;


How to convert the $indexcolor (which is a long) to  ($r,$g,$b) ?

Someone know how to do it ?

Thank you

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,16 € TTC/min)


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to