in reply to conditional_formatting problem

Can't locate object method 'conditional_formatting' via package 'Excel +::Writer::XLSL::Worksheet'

Excel::Writer::XLSL::Worksheet is not Excel::Writer::XLSX::Worksheet. Please show a complete, self-contained example script that replicates your problem.

Replies are listed 'Best First'.
Re^2: conditional_formatting problem
by musteata93 (Initiate) on Apr 08, 2016 at 07:27 UTC
    It is XLSX , sorry.

      The next step for you is to reduce your failing program to a short progam (20 lines) that still exhibits the problem. Then post this program together with the exact error message as copied from your terminal. This allows us to replicate your problem and maybe suggest a solution or a workaround.

        The script contains 445 lines. It is a program that creates a XLSX file and puts some information. The program works well until i try to use conditional formatting. The XLSX is created, the information is written but formatting is not working. This is what appears in terminal: Can't locate object method "conditional_formatting" via package "Excel::Writer:: XLSX::Worksheet" at D:\DSUsers\UIDQ2935\compare_projects\extract_c_files.pl line 416.