File: examples.html

package info (click to toggle)
spreadsheet-writeexcel 0.36-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,344 kB
  • ctags: 400
  • sloc: perl: 5,749; makefile: 52
file content (72 lines) | stat: -rw-r--r-- 1,214 bytes parent folder | download | duplicates (5)
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
<html>
<head>
   <title>Spreadsheet::WriteExcel examples</title>
</head>
<body bgcolor="#FFFFCC">

<center>
<h1><font color="#3399FF">Spreadsheet::WriteExcel examples</font></h1>


<img SRC="simple.gif" ALT="The output from simple.pl">
<br>
<br>
<strong>The output from simple.pl</strong>
<hr>


<img SRC="regions.gif" ALT="The output from regions.pl">
<br>
<br>
<strong>The output from regions.pl</strong>
<hr>


<img SRC="stocks.gif" ALT="The output from stocks.pl">
<br>
<br>
<strong>The output from stocks.pl</strong>
<hr>


<img SRC="stats.gif" ALT="The output from stats.pl">
<br>
<br>
<strong>The output from stats.pl</strong>
<hr>


<img SRC="merge1.gif" ALT="The output from merge1.pl">
<br>
<br>
<strong>The output from merge1.pl</strong>
<hr>


<img SRC="merge2.gif" ALT="The output from merge2.pl">
<br>
<br>
<strong>The output from merge2.pl</strong>
<hr>


<img SRC="textwrap.gif" ALT="The output from textwrap.pl">
<br>
<br>
<strong>The output from textwrap.pl</strong>
<hr>


<img SRC="win32ole.gif" ALT="The output from win32ole.pl">
<br>
<br>
<strong>The output from win32ole.pl</strong>
<hr>





</center>
</body>
</html>