1CHARTEX(1)            User Contributed Perl Documentation           CHARTEX(1)
2
3
4

NAME

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

DESCRIPTION

10       This program is used for extracting one or more charts from an Excel
11       file in binary format. The charts can then be included in a
12       "Spreadsheet::WriteExcel" file.
13
14       See the "add_chart_ext()" section of the  Spreadsheet::WriteExcel
15       documentation for more details.
16

SYNOPSIS

18       chartex [--chartname --help --man] file.xls
19
20           Options:
21               --chartname -c  The root name for the extracted charts,
22                               defaults to "chart".
23

OPTIONS

25       --chartname or -c
26           This sets the root name for the extracted charts, defaults to
27           "chart". For example:
28
29               $ chartex file.xls
30
31               Extracting "Chart1" to chart01.bin
32
33
34               $ chartex -c mychart file.xls
35
36               Extracting "Chart1" to mychart01.bin
37
38       --help or -h
39           Print a brief help message and exits.
40
41       --man or -m
42           Prints the manual page and exits.
43

AUTHOR

45       John McNamara jmcnamara@cpan.org
46

VERSION

48       Version 0.02.
49
51       © MMV, John McNamara.
52
53       All Rights Reserved. This program is free software. It may be used,
54       redistributed and/or modified under the same terms as Perl itself.
55
56
57
58perl v5.30.1                      2020-01-30                        CHARTEX(1)
Impressum