axlsx 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +10 -9
- data/doc/Axlsx.html +2443 -0
- data/doc/Axlsx/App.html +2640 -0
- data/doc/Axlsx/Axis.html +1047 -0
- data/doc/Axlsx/Bar3DChart.html +1153 -0
- data/doc/Axlsx/BarSeries.html +764 -0
- data/doc/Axlsx/Border.html +775 -0
- data/doc/Axlsx/BorderPr.html +709 -0
- data/doc/Axlsx/CatAxis.html +766 -0
- data/doc/Axlsx/Cell.html +1623 -0
- data/doc/Axlsx/CellAlignment.html +1247 -0
- data/doc/Axlsx/CellProtection.html +565 -0
- data/doc/Axlsx/CellStyle.html +949 -0
- data/doc/Axlsx/Chart.html +1459 -0
- data/doc/Axlsx/Color.html +665 -0
- data/doc/Axlsx/ContentType.html +340 -0
- data/doc/Axlsx/Core.html +465 -0
- data/doc/Axlsx/DataTypeValidator.html +324 -0
- data/doc/Axlsx/Default.html +575 -0
- data/doc/Axlsx/Drawing.html +1154 -0
- data/doc/Axlsx/Fill.html +460 -0
- data/doc/Axlsx/Font.html +1554 -0
- data/doc/Axlsx/GradientFill.html +1026 -0
- data/doc/Axlsx/GradientStop.html +526 -0
- data/doc/Axlsx/GraphicFrame.html +646 -0
- data/doc/Axlsx/Line3DChart.html +921 -0
- data/doc/Axlsx/LineSeries.html +656 -0
- data/doc/Axlsx/Marker.html +857 -0
- data/doc/Axlsx/NumFmt.html +562 -0
- data/doc/Axlsx/Override.html +568 -0
- data/doc/Axlsx/Package.html +1293 -0
- data/doc/Axlsx/PatternFill.html +681 -0
- data/doc/Axlsx/Pie3DChart.html +439 -0
- data/doc/Axlsx/PieSeries.html +762 -0
- data/doc/Axlsx/RegexValidator.html +268 -0
- data/doc/Axlsx/Relationship.html +554 -0
- data/doc/Axlsx/Relationships.html +343 -0
- data/doc/Axlsx/RestrictionValidator.html +300 -0
- data/doc/Axlsx/Row.html +771 -0
- data/doc/Axlsx/Scaling.html +740 -0
- data/doc/Axlsx/SerAxis.html +624 -0
- data/doc/Axlsx/Series.html +746 -0
- data/doc/Axlsx/SeriesTitle.html +289 -0
- data/doc/Axlsx/SimpleTypedList.html +1617 -0
- data/doc/Axlsx/Styles.html +1754 -0
- data/doc/Axlsx/TableStyle.html +710 -0
- data/doc/Axlsx/TableStyleElement.html +677 -0
- data/doc/Axlsx/TableStyles.html +599 -0
- data/doc/Axlsx/Title.html +625 -0
- data/doc/Axlsx/TwoCellAnchor.html +1115 -0
- data/doc/Axlsx/ValAxis.html +539 -0
- data/doc/Axlsx/View3D.html +971 -0
- data/doc/Axlsx/Workbook.html +1347 -0
- data/doc/Axlsx/Worksheet.html +1864 -0
- data/doc/Axlsx/Xf.html +1681 -0
- data/doc/_index.html +611 -0
- data/doc/class_list.html +47 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +55 -0
- data/doc/css/style.css +322 -0
- data/doc/file.README.html +262 -0
- data/doc/file_list.html +49 -0
- data/doc/frames.html +13 -0
- data/doc/index.html +262 -0
- data/doc/js/app.js +205 -0
- data/doc/js/full_list.js +167 -0
- data/doc/js/jquery.js +16 -0
- data/doc/method_list.html +3038 -0
- data/doc/top-level-namespace.html +103 -0
- data/lib/axlsx/util/constants.rb +1 -1
- metadata +71 -3
@@ -0,0 +1,103 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— Documentation by YARD 0.7.3
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
relpath = '';
|
19
|
+
if (relpath != '') relpath += '/';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
25
|
+
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<script type="text/javascript" charset="utf-8">
|
30
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
+
</script>
|
32
|
+
|
33
|
+
<div id="header">
|
34
|
+
<div id="menu">
|
35
|
+
|
36
|
+
<a href="_index.html">Index</a> »
|
37
|
+
|
38
|
+
|
39
|
+
<span class="title">Top Level Namespace</span>
|
40
|
+
|
41
|
+
|
42
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="search">
|
46
|
+
|
47
|
+
<a id="class_list_link" href="#">Class List</a>
|
48
|
+
|
49
|
+
<a id="method_list_link" href="#">Method List</a>
|
50
|
+
|
51
|
+
<a id="file_list_link" href="#">File List</a>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
<div class="clear"></div>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<iframe id="search_frame"></iframe>
|
58
|
+
|
59
|
+
<div id="content"><h1>Top Level Namespace
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</h1>
|
64
|
+
|
65
|
+
<dl class="box">
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
</dl>
|
75
|
+
<div class="clear"></div>
|
76
|
+
|
77
|
+
<h2>Defined Under Namespace</h2>
|
78
|
+
<p class="children">
|
79
|
+
|
80
|
+
|
81
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Axlsx.html" title="Axlsx (module)">Axlsx</a></span>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
</p>
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
</div>
|
95
|
+
|
96
|
+
<div id="footer">
|
97
|
+
Generated on Tue Nov 22 00:27:58 2011 by
|
98
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
99
|
+
0.7.3 (ruby-1.8.7).
|
100
|
+
</div>
|
101
|
+
|
102
|
+
</body>
|
103
|
+
</html>
|
data/lib/axlsx/util/constants.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: axlsx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 6
|
10
|
+
version: 1.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Randy Morgan
|
@@ -85,6 +85,74 @@ extensions: []
|
|
85
85
|
extra_rdoc_files: []
|
86
86
|
|
87
87
|
files:
|
88
|
+
- doc/_index.html
|
89
|
+
- doc/Axlsx/App.html
|
90
|
+
- doc/Axlsx/Axis.html
|
91
|
+
- doc/Axlsx/Bar3DChart.html
|
92
|
+
- doc/Axlsx/BarSeries.html
|
93
|
+
- doc/Axlsx/Border.html
|
94
|
+
- doc/Axlsx/BorderPr.html
|
95
|
+
- doc/Axlsx/CatAxis.html
|
96
|
+
- doc/Axlsx/Cell.html
|
97
|
+
- doc/Axlsx/CellAlignment.html
|
98
|
+
- doc/Axlsx/CellProtection.html
|
99
|
+
- doc/Axlsx/CellStyle.html
|
100
|
+
- doc/Axlsx/Chart.html
|
101
|
+
- doc/Axlsx/Color.html
|
102
|
+
- doc/Axlsx/ContentType.html
|
103
|
+
- doc/Axlsx/Core.html
|
104
|
+
- doc/Axlsx/DataTypeValidator.html
|
105
|
+
- doc/Axlsx/Default.html
|
106
|
+
- doc/Axlsx/Drawing.html
|
107
|
+
- doc/Axlsx/Fill.html
|
108
|
+
- doc/Axlsx/Font.html
|
109
|
+
- doc/Axlsx/GradientFill.html
|
110
|
+
- doc/Axlsx/GradientStop.html
|
111
|
+
- doc/Axlsx/GraphicFrame.html
|
112
|
+
- doc/Axlsx/Line3DChart.html
|
113
|
+
- doc/Axlsx/LineSeries.html
|
114
|
+
- doc/Axlsx/Marker.html
|
115
|
+
- doc/Axlsx/NumFmt.html
|
116
|
+
- doc/Axlsx/Override.html
|
117
|
+
- doc/Axlsx/Package.html
|
118
|
+
- doc/Axlsx/PatternFill.html
|
119
|
+
- doc/Axlsx/Pie3DChart.html
|
120
|
+
- doc/Axlsx/PieSeries.html
|
121
|
+
- doc/Axlsx/RegexValidator.html
|
122
|
+
- doc/Axlsx/Relationship.html
|
123
|
+
- doc/Axlsx/Relationships.html
|
124
|
+
- doc/Axlsx/RestrictionValidator.html
|
125
|
+
- doc/Axlsx/Row.html
|
126
|
+
- doc/Axlsx/Scaling.html
|
127
|
+
- doc/Axlsx/SerAxis.html
|
128
|
+
- doc/Axlsx/Series.html
|
129
|
+
- doc/Axlsx/SeriesTitle.html
|
130
|
+
- doc/Axlsx/SimpleTypedList.html
|
131
|
+
- doc/Axlsx/Styles.html
|
132
|
+
- doc/Axlsx/TableStyle.html
|
133
|
+
- doc/Axlsx/TableStyleElement.html
|
134
|
+
- doc/Axlsx/TableStyles.html
|
135
|
+
- doc/Axlsx/Title.html
|
136
|
+
- doc/Axlsx/TwoCellAnchor.html
|
137
|
+
- doc/Axlsx/ValAxis.html
|
138
|
+
- doc/Axlsx/View3D.html
|
139
|
+
- doc/Axlsx/Workbook.html
|
140
|
+
- doc/Axlsx/Worksheet.html
|
141
|
+
- doc/Axlsx/Xf.html
|
142
|
+
- doc/Axlsx.html
|
143
|
+
- doc/class_list.html
|
144
|
+
- doc/css/common.css
|
145
|
+
- doc/css/full_list.css
|
146
|
+
- doc/css/style.css
|
147
|
+
- doc/file.README.html
|
148
|
+
- doc/file_list.html
|
149
|
+
- doc/frames.html
|
150
|
+
- doc/index.html
|
151
|
+
- doc/js/app.js
|
152
|
+
- doc/js/full_list.js
|
153
|
+
- doc/js/jquery.js
|
154
|
+
- doc/method_list.html
|
155
|
+
- doc/top-level-namespace.html
|
88
156
|
- lib/axlsx/content_type/content_type.rb
|
89
157
|
- lib/axlsx/content_type/content_type.rb~
|
90
158
|
- lib/axlsx/content_type/default.rb
|