logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

chartex - A utility to extract charts from an Excel file for insertion into a Spreadsheet::WriteExcel

Author

       John McNamara jmcnamara@cpan.org

Description

       This program is used for extracting one or more charts from an Excel file in binary format. The charts
       can then be included in a "Spreadsheet::WriteExcel" file.

       See the "add_chart_ext()" section of the  Spreadsheet::WriteExcel documentation for more details.

Name

       chartex - A utility to extract charts from an Excel file for insertion into a Spreadsheet::WriteExcel
       file.

Options

--chartnameor-c
           This sets the root name for the extracted charts, defaults to "chart". For example:

               $ chartex file.xls

               Extracting "Chart1" to chart01.bin

               $ chartex -c mychart file.xls

               Extracting "Chart1" to mychart01.bin

       --helpor-h
           Print a brief help message and exits.

       --manor-m
           Prints the manual page and exits.

Synopsis

       chartex [--chartname --help --man] file.xls

           Options:
               --chartname -c  The root name for the extracted charts,
                               defaults to "chart".

Version

       Version 0.02.

See Also