File: README

package info (click to toggle)
libspreadsheet-parseexcel-perl 0.6500-1.1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,852 kB
  • sloc: perl: 9,442; makefile: 12
file content (36 lines) | stat: -rwxr-xr-x 1,382 bytes parent folder | download | duplicates (6)
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
chkFmt.pl   : Sample Script for formatting
res_fmt     : result of chkFmt.pl

chkInfo.pl   : Sample Script for get information about format
res_info     : result of chkInfo.pl with Excel/FmtTest.xls

sample.pl   :Simple Script (using SpreadSheet::ParseExcel::FmtDefault)
sample_j.pl :Simple Script using Japanese character
        (using SpreadSheet::ParseExcel::FmtJapan)
res_sample  :result of sample.pl
res_samplej :result of sample_j.pl (in euc)

dmpEx.pl    : print out content of Excel file
        (using SpreadSheet::ParseExcel::FmtDefault)
dmpExJ.pl   : print out content of Excel file
        (using SpreadSheet::ParseExcel::FmtJapan)
dmpExU.pl   : print out content of Excel file
        (using SpreadSheet::ParseExcel::FmtUnicode)

dmpExH.pl   : print out content of Excel file
        (using SpreadSheet::ParseExcel::FmtDefault + event handler)

sampleOEM.pl: Displys difference between FmtJapan and FmtJapan2
res_oem     : result of samplOEM.pl

dmpExR.pl   : Sample Script for get information about each characters.
res_rich    : result of dmpExR.pl with Excel/Rich.xls

Ilya.pl     : Sample script for Object Oriented callback

smpFile.pl  : Sample scripr for parsing perl variable

xls2csv.pl  : Sample script for xls2csv

iftest.pl   : Sample script for new interface
iftestj.pl  : Sample script for new interface with FmtJapan