1CHARTEX(1) User Contributed Perl Documentation CHARTEX(1)
2
3
4
6 chartex - A utility to extract charts from an Excel file for insertion
7 into a Spreadsheet::WriteExcel file.
8
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 "Spread‐
12 sheet::WriteExcel" file.
13
14 See the "add_chart_ext()" section of the Spreadsheet::WriteExcel docu‐
15 mentation for more details.
16
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
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 $ chartex -c mychart file.xls
34
35 Extracting "Chart1" to mychart01.bin
36
37 --help or -h
38 Print a brief help message and exits.
39
40 --man or -m
41 Prints the manual page and exits.
42
44 John McNamara jmcnamara@cpan.org
45
47 Version 0.01.
48
50 © MMV, John McNamara.
51
52 All Rights Reserved. This program is free software. It may be used,
53 redistributed and/or modified under the same terms as Perl itself.
54
55
56
57perl v5.8.8 2006-09-15 CHARTEX(1)