Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Spreadsheet::WriteExcel -> Conditional Formatting Colors

by swl (Parson)
on Jul 05, 2021 at 06:41 UTC ( [id://11134655]=note: print w/replies, xml ) Need Help??


in reply to Spreadsheet::WriteExcel -> Conditional Formatting Colors

XLSX files are just zipped XML files (plus some other components). You could try setting up a simple worksheet with your desired formatting, and then extract the file contents (I use 7zip on Windows) and view them using a text editor to see what is expected.

Look under the xl/worksheets subdir to find the actual data.

Edit - although that is for setting the rules directly in the file. Maybe there is a more effective approach using Spreadsheet::Excel.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134655]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-16 15:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found