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