in reply to Re: set color base on cell's value in your Excel
in thread set color base on cell's value in your Excel

ok, one more question is Excel::Writer::XLSX modues's method simliar to Spreadsheet::WriteExcel?
  • Comment on Re^2: set color base on cell's value in your Excel

Replies are listed 'Best First'.
Re^3: set color base on cell's value in your Excel
by blindluke (Hermit) on Nov 13, 2015 at 09:24 UTC

    Even better. To quote the documentation:

    The Excel::Writer::XLSX module is a drop-in replacement for Spreadsheet::WriteExcel.

    It supports practically all the methods in Spreadsheet::WriteExcel, and it adds a lot of new ones, with familiar names and usage.

    For a list of differences, see Compatibility with Spreadsheet::WriteExcel section in the module docs.

    - Luke