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
|
MANIFEST This file
README
Changes Change history
CONTRIBUTING.md Guide in how to contribute
SECURITY.md Guide for reporting security issues
cpanfile Requirements, recommendations, and suggestions
Makefile.PL Makefile generator
Read.pm Spreadsheet processor
scripts/ss2tk Display a spreadsheet with perl/Tk notebook
scripts/ssdiff Deep-diff two spreadsheets
scripts/xlscat Display, filter, and convert spreadsheets
scripts/xlsx2csv Convert spreadsheet to CSV
examples/ss-dups-tk.pl
files/Active2.xls
files/Active2.xlsx
files/attr.gnumeric
files/attr.ods
files/attr.xls
files/attr.xlsx
files/blank.csv
files/blank.ods
files/blank.xls
files/blank.xlsx
files/clear.ods
files/content.xml
files/Dates.gnumeric
files/Dates.ods
files/Dates.xls
files/Dates.xlsx
files/empty.csv
files/empty.ods
files/empty.sc
files/empty.sxc
files/empty.txt
files/empty.xls
files/empty.xlsx
files/example.xlsx
files/gnumeric.gnumeric
files/gnumeric.xml
files/hidden.xlsx
files/macosx.csv
files/macosx.xls
files/merged.gnumeric
files/merged.ods
files/merged.xls
files/merged.xlsx
files/misc.ods
files/misc_ws.xls
files/misc.xls
files/misc.xlsx
files/perc.ods
files/perc.xls
files/perc.xlsx
files/test.csv
files/test.gnumeric
files/test_m.csv
files/test_m.txt
files/test.ods
files/test.sc
files/test.sxc
files/test_t.csv
files/test_t.txt
files/test.txt
files/test_x.csv
files/test.xls
files/test.xlsx
files/test_x.txt
files/values.ods
files/values.xls
files/values.xlsx
t/10_basics.t
t/11_call.t
t/200_csv.t
t/201_csv.t
t/202_csv.t
t/203_csv.t
t/204_csv.t
t/205_csv.t
t/210_csv.t
t/211_csv.t
t/212_csv.t
t/213_csv.t
t/214_csv.t
t/220_csv.t
t/221_csv.t
t/222_csv.t
t/223_csv.t
t/224_csv.t
t/30_xls.t
t/31_clr.t
t/33_misc.t
t/32_fmt.t
t/34_dates.t
t/35_perc.t
t/36_xls.t
t/37_merged.t
t/410_ods.t
t/411_clr.t
t/412_fmt.t
t/413_misc.t
t/414_dates.t
t/415_perc.t
t/417_merged.t
t/420_sxc.t
t/425_ods.t
t/426_clr.t
t/50_sc.t
t/51_sc.t
t/600_xlsx.t
t/601_clr.t
t/602_fmt.t
t/603_misc.t
t/604_dates.t
t/605_perc.t
t/607_merged.t
t/610_xlsx.t
t/611_clr.t
t/612_fmt.t
t/613_misc.t
t/614_dates.t
t/615_perc.t
t/617_merged.t
t/620_xlsx.t
t/621_clr.t
t/622_fmt.t
t/623_misc.t
t/624_dates.t
t/625_perc.t
t/627_merged.t
t/630_xlsx.t
t/631_clr.t
t/632_fmt.t
t/633_misc.t
t/634_dates.t
t/635_perc.t
t/637_merged.t
t/700_gnumeric.t
t/701_clr.t
t/702_fmt.t
t/704_dates.t
t/707_merged.t
t/999_fail.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
|