1Makefile.PL
2Changes
3MANIFEST
4README
5META.yml
6
7lib/Spreadsheet/WriteExcel.pm
8lib/Spreadsheet/WriteExcel/BIFFwriter.pm
9lib/Spreadsheet/WriteExcel/Big.pm
10lib/Spreadsheet/WriteExcel/Chart.pm
11lib/Spreadsheet/WriteExcel/Chart/Area.pm
12lib/Spreadsheet/WriteExcel/Chart/Bar.pm
13lib/Spreadsheet/WriteExcel/Chart/Column.pm
14lib/Spreadsheet/WriteExcel/Chart/External.pm
15lib/Spreadsheet/WriteExcel/Chart/Line.pm
16lib/Spreadsheet/WriteExcel/Chart/Pie.pm
17lib/Spreadsheet/WriteExcel/Chart/Scatter.pm
18lib/Spreadsheet/WriteExcel/Chart/Stock.pm
19lib/Spreadsheet/WriteExcel/Examples.pm
20lib/Spreadsheet/WriteExcel/Format.pm
21lib/Spreadsheet/WriteExcel/Formula.pm
22lib/Spreadsheet/WriteExcel/OLEwriter.pm
23lib/Spreadsheet/WriteExcel/Properties.pm
24lib/Spreadsheet/WriteExcel/Utility.pm
25lib/Spreadsheet/WriteExcel/Workbook.pm
26lib/Spreadsheet/WriteExcel/Worksheet.pm
27
28t/00_IEEE_double.t
29t/01_add_worksheet.t
30t/02_merge_formats.t
31t/03_cleanup.t
32t/04_dimensions.t
33t/05_rows.t
34t/06_extsst.t
35t/07_set_propertes.t
36t/11_date_time.t
37t/12_date_only.t
38t/13_date_seconds.t
39t/21_escher.t
40t/22_mso_drawing_group.t
41t/23_note.t
42t/24_txo.t
43t/25_position_object.t
44t/26_autofilter.t
45t/27_autofilter.t
46t/28_autofilter.t
47t/29_process_jpg.t
48t/30_validation_dval.t
49t/31_validation_dv_strings.t
50t/32_validation_dv_formula.t
51t/33_validation_dv.t
52t/40_property_types.t
53t/41_properties.t
54t/42_set_properties.t
55t/50_name_stored.t
56t/51_name_print_area.t
57t/52_name_print_titles.t
58t/53_name_autofilter.t
59t/60_chart_generic.t
60t/61_chart_subclasses.t
61t/62_chart_formats.t
62t/63_chart_area_formats.t
63
64docs/Perl_Journal_Article.html
65docs/images/example.jpg
66docs/images/swe.png
67docs/index.html
68docs/number_formats1.html
69docs/number_formats2.html
70docs/palette.html
71docs/tpj_images/tpj0503-0004-01.gif
72docs/tpj_images/tpj0503-0004-02.gif
73docs/tpj_images/tpj0503-0004-03.gif
74docs/tpj_images/tpj0503-0004-04.gif
75docs/tpj_images/tpj0503-0004-05.gif
76
77examples/README
78examples/a_simple.pl
79examples/autofilter.pl
80examples/autofit.pl
81examples/bigfile.pl
82examples/bug_report.pl
83examples/cgi.pl
84examples/chart_area.pl
85examples/chart_bar.pl
86examples/chart_column.pl
87examples/chart_line.pl
88examples/chart_pie.pl
89examples/chart_scatter.pl
90examples/chart_stock.pl
91examples/chess.pl
92examples/colors.pl
93examples/comments1.pl
94examples/comments2.pl
95examples/convertA1.pl
96examples/copyformat.pl
97examples/csv2xls.pl
98examples/data_validate.pl
99examples/date_time.pl
100examples/datecalc1.pl
101examples/datecalc2.pl
102examples/defined_name.pl
103examples/demo.pl
104examples/diag_border.pl
105examples/easter_egg.pl
106examples/filehandle.pl
107examples/formats.pl
108examples/formula_result.pl
109examples/function_locale.pl
110examples/gen_examples_pod.pl
111examples/headers.pl
112examples/hide_sheet.pl
113examples/hyperlink1.pl
114examples/hyperlink2.pl
115examples/images.pl
116examples/indent.pl
117examples/lecxe.pl
118examples/merge1.pl
119examples/merge2.pl
120examples/merge3.pl
121examples/merge4.pl
122examples/merge5.pl
123examples/merge6.pl
124examples/mod_perl1.pl
125examples/mod_perl2.pl
126examples/outline.pl
127examples/outline_collapsed.pl
128examples/panes.pl
129examples/properties.pl
130examples/protection.pl
131examples/regions.pl
132examples/repeat.pl
133examples/republic.png
134examples/right_to_left.pl
135examples/row_wrap.pl
136examples/sales.pl
137examples/sendmail.pl
138examples/stats.pl
139examples/stats_ext.pl
140examples/stocks.pl
141examples/tab2xls.pl
142examples/tab_colors.pl
143examples/textwrap.pl
144examples/unicode_2022_jp.pl
145examples/unicode_2022_jp.txt
146examples/unicode_8859_11.pl
147examples/unicode_8859_11.txt
148examples/unicode_8859_7.pl
149examples/unicode_8859_7.txt
150examples/unicode_big5.pl
151examples/unicode_big5.txt
152examples/unicode_cp1251.pl
153examples/unicode_cp1251.txt
154examples/unicode_cp1256.pl
155examples/unicode_cp1256.txt
156examples/unicode_cyrillic.pl
157examples/unicode_koi8r.pl
158examples/unicode_koi8r.txt
159examples/unicode_list.pl
160examples/unicode_polish_utf8.pl
161examples/unicode_polish_utf8.txt
162examples/unicode_shift_jis.pl
163examples/unicode_shift_jis.txt
164examples/unicode_utf16.pl
165examples/unicode_utf16_japan.pl
166examples/win32ole.pl
167examples/writeA1.pl
168examples/write_arrays.pl
169examples/write_handler1.pl
170examples/write_handler2.pl
171examples/write_handler3.pl
172examples/write_handler4.pl
173examples/write_to_scalar.pl
174
175external_charts/README
176external_charts/chartex.pl
177external_charts/external_charts.pod
178external_charts/external_charts.txt
179external_charts/demo1.pl
180external_charts/demo2.pl
181external_charts/demo3.pl
182external_charts/demo4.pl
183external_charts/demo5.pl
184external_charts/Chart1.xls
185external_charts/Chart2.xls
186external_charts/Chart3.xls
187external_charts/Chart4.xls
188external_charts/Chart5.xls
189
190bin/chartex
191META.json                                Module JSON meta-data (added by MakeMaker)
192