rubyXL 2.1.1 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/rubyXL.rb +1 -0
- data/lib/rubyXL/objects/border.rb +3 -4
- data/lib/rubyXL/objects/calculation_chain.rb +1 -1
- data/lib/rubyXL/objects/cell_style.rb +3 -4
- data/lib/rubyXL/objects/chartsheet.rb +78 -0
- data/lib/rubyXL/objects/container_nodes.rb +2 -3
- data/lib/rubyXL/objects/data_validation.rb +5 -10
- data/lib/rubyXL/objects/document_properties.rb +1 -1
- data/lib/rubyXL/objects/fill.rb +3 -6
- data/lib/rubyXL/objects/filters.rb +120 -0
- data/lib/rubyXL/objects/formula.rb +2 -2
- data/lib/rubyXL/objects/ooxml_object.rb +116 -56
- data/lib/rubyXL/objects/relationships.rb +5 -1
- data/lib/rubyXL/objects/shared_strings.rb +1 -1
- data/lib/rubyXL/objects/sheet_common.rb +50 -0
- data/lib/rubyXL/objects/sheet_data.rb +6 -1
- data/lib/rubyXL/objects/simple_types.rb +78 -0
- data/lib/rubyXL/objects/stylesheet.rb +15 -3
- data/lib/rubyXL/objects/text.rb +4 -5
- data/lib/rubyXL/objects/workbook.rb +151 -26
- data/lib/rubyXL/objects/worksheet.rb +329 -107
- data/lib/rubyXL/parser.rb +12 -11
- data/lib/rubyXL/workbook.rb +3 -2
- data/rdoc/README_rdoc.html +404 -0
- data/rdoc/RubyXL.html +337 -0
- data/rdoc/RubyXL/AExtensionStorageArea.html +105 -0
- data/rdoc/RubyXL/Alignment.html +108 -0
- data/rdoc/RubyXL/AlternateContent.html +105 -0
- data/rdoc/RubyXL/AutoFilter.html +105 -0
- data/rdoc/RubyXL/AutoFilterColumn.html +105 -0
- data/rdoc/RubyXL/BooleanNode.html +105 -0
- data/rdoc/RubyXL/BooleanValue.html +105 -0
- data/rdoc/RubyXL/Border.html +105 -0
- data/rdoc/RubyXL/BorderContainer.html +105 -0
- data/rdoc/RubyXL/BorderEdge.html +156 -0
- data/rdoc/RubyXL/Break.html +105 -0
- data/rdoc/RubyXL/BreakList.html +105 -0
- data/rdoc/RubyXL/CalculationChain.html +159 -0
- data/rdoc/RubyXL/CalculationChainCell.html +108 -0
- data/rdoc/RubyXL/CalculationProperties.html +105 -0
- data/rdoc/RubyXL/Cell.html +428 -0
- data/rdoc/RubyXL/CellSmartTag.html +105 -0
- data/rdoc/RubyXL/CellSmartTagContainer.html +105 -0
- data/rdoc/RubyXL/CellSmartTagProperty.html +105 -0
- data/rdoc/RubyXL/CellStyle.html +108 -0
- data/rdoc/RubyXL/CellStyleContainer.html +105 -0
- data/rdoc/RubyXL/CellStyleXFContainer.html +105 -0
- data/rdoc/RubyXL/CellValue.html +108 -0
- data/rdoc/RubyXL/CellWatch.html +105 -0
- data/rdoc/RubyXL/CellWatchContainer.html +105 -0
- data/rdoc/RubyXL/CellXFContainer.html +105 -0
- data/rdoc/RubyXL/Chartsheet.html +105 -0
- data/rdoc/RubyXL/ChartsheetPageSetup.html +105 -0
- data/rdoc/RubyXL/ChartsheetProperties.html +108 -0
- data/rdoc/RubyXL/ChartsheetProtection.html +108 -0
- data/rdoc/RubyXL/ChartsheetView.html +105 -0
- data/rdoc/RubyXL/ChartsheetViewContainer.html +105 -0
- data/rdoc/RubyXL/Color.html +163 -0
- data/rdoc/RubyXL/ColorFilter.html +105 -0
- data/rdoc/RubyXL/ColorScale.html +105 -0
- data/rdoc/RubyXL/ColorScheme.html +105 -0
- data/rdoc/RubyXL/ColorSet.html +105 -0
- data/rdoc/RubyXL/Colors.html +105 -0
- data/rdoc/RubyXL/ColumnRange.html +233 -0
- data/rdoc/RubyXL/ColumnRanges.html +275 -0
- data/rdoc/RubyXL/ConditionalFormatValue.html +105 -0
- data/rdoc/RubyXL/ConditionalFormatting.html +105 -0
- data/rdoc/RubyXL/ConditionalFormattingRule.html +105 -0
- data/rdoc/RubyXL/CustomFilter.html +105 -0
- data/rdoc/RubyXL/CustomFilterContainer.html +105 -0
- data/rdoc/RubyXL/CustomProperty.html +105 -0
- data/rdoc/RubyXL/CustomPropertyContainer.html +105 -0
- data/rdoc/RubyXL/CustomSheetView.html +105 -0
- data/rdoc/RubyXL/CustomSheetViews.html +105 -0
- data/rdoc/RubyXL/CustomWorkbookView.html +105 -0
- data/rdoc/RubyXL/CustomWorkbookViewContainer.html +105 -0
- data/rdoc/RubyXL/DXF.html +105 -0
- data/rdoc/RubyXL/DXFs.html +105 -0
- data/rdoc/RubyXL/DataBar.html +105 -0
- data/rdoc/RubyXL/DataConsolidate.html +105 -0
- data/rdoc/RubyXL/DataConsolidationReference.html +105 -0
- data/rdoc/RubyXL/DataConsolidationReferences.html +105 -0
- data/rdoc/RubyXL/DataValidation.html +108 -0
- data/rdoc/RubyXL/DataValidations.html +105 -0
- data/rdoc/RubyXL/DateGroupItem.html +108 -0
- data/rdoc/RubyXL/DefinedName.html +105 -0
- data/rdoc/RubyXL/DefinedNames.html +105 -0
- data/rdoc/RubyXL/DocumentProperties.html +271 -0
- data/rdoc/RubyXL/DynamicFilter.html +105 -0
- data/rdoc/RubyXL/EmbeddedControl.html +105 -0
- data/rdoc/RubyXL/EmbeddedControlContainer.html +105 -0
- data/rdoc/RubyXL/Extension.html +228 -0
- data/rdoc/RubyXL/ExtensionStorageArea.html +108 -0
- data/rdoc/RubyXL/ExternalReference.html +105 -0
- data/rdoc/RubyXL/ExternalReferences.html +105 -0
- data/rdoc/RubyXL/FieldItem.html +105 -0
- data/rdoc/RubyXL/FileRecoveryProperties.html +105 -0
- data/rdoc/RubyXL/FileSharing.html +108 -0
- data/rdoc/RubyXL/FileVersion.html +108 -0
- data/rdoc/RubyXL/Fill.html +105 -0
- data/rdoc/RubyXL/FillContainer.html +105 -0
- data/rdoc/RubyXL/FilterContainer.html +105 -0
- data/rdoc/RubyXL/FloatNode.html +105 -0
- data/rdoc/RubyXL/FloatValue.html +105 -0
- data/rdoc/RubyXL/Font.html +655 -0
- data/rdoc/RubyXL/FontContainer.html +105 -0
- data/rdoc/RubyXL/FontScheme.html +105 -0
- data/rdoc/RubyXL/FormatScheme.html +105 -0
- data/rdoc/RubyXL/Formula.html +108 -0
- data/rdoc/RubyXL/FunctionGroup.html +105 -0
- data/rdoc/RubyXL/FunctionGroupContainer.html +105 -0
- data/rdoc/RubyXL/GenericStorage.html +344 -0
- data/rdoc/RubyXL/GradientFill.html +105 -0
- data/rdoc/RubyXL/HeaderFooterSettings.html +105 -0
- data/rdoc/RubyXL/Hyperlink.html +105 -0
- data/rdoc/RubyXL/HyperlinkContainer.html +105 -0
- data/rdoc/RubyXL/IconFilter.html +105 -0
- data/rdoc/RubyXL/IconSet.html +105 -0
- data/rdoc/RubyXL/IgnoredError.html +105 -0
- data/rdoc/RubyXL/IgnoredErrorContainer.html +105 -0
- data/rdoc/RubyXL/IndexedColorContainer.html +105 -0
- data/rdoc/RubyXL/InputCells.html +105 -0
- data/rdoc/RubyXL/IntegerNode.html +105 -0
- data/rdoc/RubyXL/IntegerValue.html +105 -0
- data/rdoc/RubyXL/LegacyCell.html +1498 -0
- data/rdoc/RubyXL/LegacyWorkbook.html +1283 -0
- data/rdoc/RubyXL/LegacyWorksheet.html +3291 -0
- data/rdoc/RubyXL/MRUColorContainer.html +105 -0
- data/rdoc/RubyXL/MergedCell.html +105 -0
- data/rdoc/RubyXL/MergedCells.html +105 -0
- data/rdoc/RubyXL/NumFmt.html +105 -0
- data/rdoc/RubyXL/NumberFormat.html +160 -0
- data/rdoc/RubyXL/NumberFormatContainer.html +173 -0
- data/rdoc/RubyXL/OLEObject.html +105 -0
- data/rdoc/RubyXL/OLEObjects.html +105 -0
- data/rdoc/RubyXL/OLESize.html +105 -0
- data/rdoc/RubyXL/OOXMLObject.html +862 -0
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +105 -0
- data/rdoc/RubyXL/OutlineProperties.html +108 -0
- data/rdoc/RubyXL/PageMargins.html +105 -0
- data/rdoc/RubyXL/PageSetup.html +105 -0
- data/rdoc/RubyXL/PageSetupProperties.html +108 -0
- data/rdoc/RubyXL/Pane.html +105 -0
- data/rdoc/RubyXL/Parser.html +348 -0
- data/rdoc/RubyXL/PatternFill.html +105 -0
- data/rdoc/RubyXL/PhoneticProperties.html +105 -0
- data/rdoc/RubyXL/PhoneticRun.html +105 -0
- data/rdoc/RubyXL/PivotArea.html +105 -0
- data/rdoc/RubyXL/PivotCache.html +105 -0
- data/rdoc/RubyXL/PivotCaches.html +105 -0
- data/rdoc/RubyXL/PivotReference.html +105 -0
- data/rdoc/RubyXL/PivotReferenceContainer.html +105 -0
- data/rdoc/RubyXL/PivotTableSelection.html +105 -0
- data/rdoc/RubyXL/PrintOptions.html +105 -0
- data/rdoc/RubyXL/ProtectedRange.html +105 -0
- data/rdoc/RubyXL/ProtectedRanges.html +105 -0
- data/rdoc/RubyXL/Protection.html +105 -0
- data/rdoc/RubyXL/RID.html +105 -0
- data/rdoc/RubyXL/RawOOXML.html +225 -0
- data/rdoc/RubyXL/Reference.html +642 -0
- data/rdoc/RubyXL/Relationship.html +105 -0
- data/rdoc/RubyXL/RichText.html +105 -0
- data/rdoc/RubyXL/RichTextRun.html +105 -0
- data/rdoc/RubyXL/Row.html +105 -0
- data/rdoc/RubyXL/RunProperties.html +108 -0
- data/rdoc/RubyXL/Scenario.html +105 -0
- data/rdoc/RubyXL/ScenarioContainer.html +105 -0
- data/rdoc/RubyXL/Selection.html +105 -0
- data/rdoc/RubyXL/SharedStringsTable.html +397 -0
- data/rdoc/RubyXL/Sheet.html +105 -0
- data/rdoc/RubyXL/SheetCalculationProperties.html +105 -0
- data/rdoc/RubyXL/SheetData.html +105 -0
- data/rdoc/RubyXL/Sheets.html +105 -0
- data/rdoc/RubyXL/SmartTagContainer.html +105 -0
- data/rdoc/RubyXL/SmartTagProperties.html +105 -0
- data/rdoc/RubyXL/SmartTagType.html +105 -0
- data/rdoc/RubyXL/SmartTagTypeContainer.html +105 -0
- data/rdoc/RubyXL/SortCondition.html +105 -0
- data/rdoc/RubyXL/SortState.html +105 -0
- data/rdoc/RubyXL/Sqref.html +199 -0
- data/rdoc/RubyXL/Stop.html +108 -0
- data/rdoc/RubyXL/StringNode.html +105 -0
- data/rdoc/RubyXL/StringValue.html +105 -0
- data/rdoc/RubyXL/Stylesheet.html +105 -0
- data/rdoc/RubyXL/TableParts.html +105 -0
- data/rdoc/RubyXL/TableStyle.html +105 -0
- data/rdoc/RubyXL/TableStyles.html +105 -0
- data/rdoc/RubyXL/Text.html +195 -0
- data/rdoc/RubyXL/Theme.html +105 -0
- data/rdoc/RubyXL/ThemeElements.html +105 -0
- data/rdoc/RubyXL/Top10.html +105 -0
- data/rdoc/RubyXL/Variant.html +108 -0
- data/rdoc/RubyXL/Vector.html +105 -0
- data/rdoc/RubyXL/VectorValue.html +105 -0
- data/rdoc/RubyXL/WebPublishObject.html +105 -0
- data/rdoc/RubyXL/WebPublishObjectContainer.html +105 -0
- data/rdoc/RubyXL/WebPublishingItem.html +108 -0
- data/rdoc/RubyXL/WebPublishingItemContainer.html +105 -0
- data/rdoc/RubyXL/WebPublishingProperties.html +105 -0
- data/rdoc/RubyXL/Workbook.html +105 -0
- data/rdoc/RubyXL/WorkbookProperties.html +108 -0
- data/rdoc/RubyXL/WorkbookProtection.html +105 -0
- data/rdoc/RubyXL/WorkbookRelationships.html +316 -0
- data/rdoc/RubyXL/WorkbookView.html +105 -0
- data/rdoc/RubyXL/WorkbookViews.html +105 -0
- data/rdoc/RubyXL/Worksheet.html +105 -0
- data/rdoc/RubyXL/WorksheetDimensions.html +105 -0
- data/rdoc/RubyXL/WorksheetFormatProperties.html +105 -0
- data/rdoc/RubyXL/WorksheetProperties.html +108 -0
- data/rdoc/RubyXL/WorksheetProtection.html +105 -0
- data/rdoc/RubyXL/WorksheetView.html +105 -0
- data/rdoc/RubyXL/WorksheetViews.html +105 -0
- data/rdoc/RubyXL/Writer.html +98 -0
- data/rdoc/RubyXL/Writer/ContentTypesWriter.html +289 -0
- data/rdoc/RubyXL/Writer/CoreWriter.html +210 -0
- data/rdoc/RubyXL/Writer/GenericWriter.html +348 -0
- data/rdoc/RubyXL/Writer/RootRelsWriter.html +193 -0
- data/rdoc/RubyXL/Writer/StylesWriter.html +191 -0
- data/rdoc/RubyXL/Writer/ThemeWriter.html +511 -0
- data/rdoc/RubyXL/Writer/WorkbookWriter.html +249 -0
- data/rdoc/RubyXL/Writer/WorksheetWriter.html +236 -0
- data/rdoc/RubyXL/XF.html +105 -0
- data/rdoc/created.rid +24 -21
- data/rdoc/index.html +216 -0
- data/rdoc/js/search_index.js +1 -1
- data/rdoc/table_of_contents.html +1496 -0
- data/rubyXL.gemspec +211 -4
- data/spec/lib/parser_spec.rb +18 -6
- data/test/input/.gitkeep +0 -0
- data/test/output/.gitkeep +0 -0
- data/test/test_parse_write.rb +15 -0
- metadata +211 -4
- data/lib/rubyXL/objects/sheet_view.rb +0 -71
data/rdoc/RubyXL/XF.html
ADDED
@@ -0,0 +1,105 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class RubyXL::XF - rubyXL 2.1.3</title>
|
8
|
+
|
9
|
+
<link href="../fonts.css" rel="stylesheet">
|
10
|
+
<link href="../rdoc.css" rel="stylesheet">
|
11
|
+
|
12
|
+
<script type="text/javascript">
|
13
|
+
var rdoc_rel_prefix = "../";
|
14
|
+
</script>
|
15
|
+
|
16
|
+
<script src="../js/jquery.js"></script>
|
17
|
+
<script src="../js/navigation.js"></script>
|
18
|
+
<script src="../js/search_index.js"></script>
|
19
|
+
<script src="../js/search.js"></script>
|
20
|
+
<script src="../js/searcher.js"></script>
|
21
|
+
<script src="../js/darkfish.js"></script>
|
22
|
+
|
23
|
+
|
24
|
+
<body id="top" role="document" class="class">
|
25
|
+
<nav role="navigation">
|
26
|
+
<div id="project-navigation">
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
+
<h2>
|
29
|
+
<a href="../index.html" rel="home">Home</a>
|
30
|
+
</h2>
|
31
|
+
|
32
|
+
<div id="table-of-contents-navigation">
|
33
|
+
<a href="../table_of_contents.html#pages">Pages</a>
|
34
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
35
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
41
|
+
<div id="search-field-wrapper">
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
44
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
49
|
+
aria-busy="false" aria-expanded="false"
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
+
</form>
|
52
|
+
</div>
|
53
|
+
|
54
|
+
</div>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<div id="class-metadata">
|
59
|
+
|
60
|
+
<div id="parent-class-section" class="nav-section">
|
61
|
+
<h3>Parent</h3>
|
62
|
+
|
63
|
+
|
64
|
+
<p class="link">OOXMLObject
|
65
|
+
|
66
|
+
</div>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
</div>
|
72
|
+
</nav>
|
73
|
+
|
74
|
+
<main role="main" aria-labelledby="class-RubyXL::XF">
|
75
|
+
<h1 id="class-RubyXL::XF" class="class">
|
76
|
+
class RubyXL::XF
|
77
|
+
</h1>
|
78
|
+
|
79
|
+
<section class="description">
|
80
|
+
|
81
|
+
</section>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
</section>
|
97
|
+
</main>
|
98
|
+
|
99
|
+
|
100
|
+
<footer id="validator-badges" role="contentinfo">
|
101
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
102
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
103
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
104
|
+
</footer>
|
105
|
+
|
data/rdoc/created.rid
CHANGED
@@ -1,33 +1,36 @@
|
|
1
|
-
|
1
|
+
Tue, 11 Feb 2014 01:25:16 +0000
|
2
2
|
README.rdoc Fri, 07 Feb 2014 00:46:48 +0000
|
3
|
-
lib/rubyXL.rb
|
3
|
+
lib/rubyXL.rb Tue, 11 Feb 2014 01:25:07 +0000
|
4
4
|
lib/rubyXL/cell.rb Wed, 05 Feb 2014 20:52:23 +0000
|
5
5
|
lib/rubyXL/generic_storage.rb Sat, 14 Dec 2013 00:24:20 +0000
|
6
|
-
lib/rubyXL/objects/border.rb
|
7
|
-
lib/rubyXL/objects/calculation_chain.rb
|
8
|
-
lib/rubyXL/objects/cell_style.rb
|
6
|
+
lib/rubyXL/objects/border.rb Tue, 11 Feb 2014 01:25:07 +0000
|
7
|
+
lib/rubyXL/objects/calculation_chain.rb Fri, 07 Feb 2014 23:40:26 +0000
|
8
|
+
lib/rubyXL/objects/cell_style.rb Tue, 11 Feb 2014 01:25:07 +0000
|
9
|
+
lib/rubyXL/objects/chartsheet.rb Tue, 11 Feb 2014 01:25:07 +0000
|
9
10
|
lib/rubyXL/objects/color.rb Wed, 29 Jan 2014 22:24:07 +0000
|
10
11
|
lib/rubyXL/objects/column_range.rb Wed, 29 Jan 2014 22:24:09 +0000
|
11
|
-
lib/rubyXL/objects/container_nodes.rb Tue,
|
12
|
-
lib/rubyXL/objects/data_validation.rb
|
13
|
-
lib/rubyXL/objects/document_properties.rb
|
12
|
+
lib/rubyXL/objects/container_nodes.rb Tue, 11 Feb 2014 01:25:07 +0000
|
13
|
+
lib/rubyXL/objects/data_validation.rb Tue, 11 Feb 2014 01:25:07 +0000
|
14
|
+
lib/rubyXL/objects/document_properties.rb Fri, 07 Feb 2014 23:40:42 +0000
|
14
15
|
lib/rubyXL/objects/extensions.rb Mon, 03 Feb 2014 23:35:23 +0000
|
15
|
-
lib/rubyXL/objects/fill.rb
|
16
|
+
lib/rubyXL/objects/fill.rb Tue, 11 Feb 2014 01:25:07 +0000
|
17
|
+
lib/rubyXL/objects/filters.rb Tue, 11 Feb 2014 01:25:07 +0000
|
16
18
|
lib/rubyXL/objects/font.rb Thu, 30 Jan 2014 23:44:34 +0000
|
17
|
-
lib/rubyXL/objects/formula.rb
|
18
|
-
lib/rubyXL/objects/ooxml_object.rb
|
19
|
+
lib/rubyXL/objects/formula.rb Tue, 11 Feb 2014 01:25:07 +0000
|
20
|
+
lib/rubyXL/objects/ooxml_object.rb Tue, 11 Feb 2014 01:25:07 +0000
|
19
21
|
lib/rubyXL/objects/reference.rb Wed, 29 Jan 2014 22:24:26 +0000
|
20
|
-
lib/rubyXL/objects/relationships.rb Tue,
|
21
|
-
lib/rubyXL/objects/shared_strings.rb
|
22
|
-
lib/rubyXL/objects/
|
23
|
-
lib/rubyXL/objects/
|
24
|
-
lib/rubyXL/objects/
|
25
|
-
lib/rubyXL/objects/
|
22
|
+
lib/rubyXL/objects/relationships.rb Tue, 11 Feb 2014 01:25:07 +0000
|
23
|
+
lib/rubyXL/objects/shared_strings.rb Fri, 07 Feb 2014 23:39:46 +0000
|
24
|
+
lib/rubyXL/objects/sheet_common.rb Tue, 11 Feb 2014 01:25:07 +0000
|
25
|
+
lib/rubyXL/objects/sheet_data.rb Tue, 11 Feb 2014 01:25:07 +0000
|
26
|
+
lib/rubyXL/objects/simple_types.rb Tue, 11 Feb 2014 01:25:07 +0000
|
27
|
+
lib/rubyXL/objects/stylesheet.rb Fri, 07 Feb 2014 23:37:23 +0000
|
28
|
+
lib/rubyXL/objects/text.rb Tue, 11 Feb 2014 01:25:07 +0000
|
26
29
|
lib/rubyXL/objects/theme.rb Wed, 29 Jan 2014 22:25:25 +0000
|
27
|
-
lib/rubyXL/objects/workbook.rb Tue,
|
28
|
-
lib/rubyXL/objects/worksheet.rb
|
29
|
-
lib/rubyXL/parser.rb
|
30
|
-
lib/rubyXL/workbook.rb
|
30
|
+
lib/rubyXL/objects/workbook.rb Tue, 11 Feb 2014 01:25:07 +0000
|
31
|
+
lib/rubyXL/objects/worksheet.rb Tue, 11 Feb 2014 01:25:07 +0000
|
32
|
+
lib/rubyXL/parser.rb Tue, 11 Feb 2014 01:25:07 +0000
|
33
|
+
lib/rubyXL/workbook.rb Tue, 11 Feb 2014 01:25:07 +0000
|
31
34
|
lib/rubyXL/worksheet.rb Fri, 07 Feb 2014 00:25:25 +0000
|
32
35
|
lib/rubyXL/writer/content_types_writer.rb Thu, 30 Jan 2014 01:47:57 +0000
|
33
36
|
lib/rubyXL/writer/core_writer.rb Tue, 14 Jan 2014 23:50:12 +0000
|
data/rdoc/index.html
ADDED
@@ -0,0 +1,216 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>rubyXL 2.1.3</title>
|
8
|
+
|
9
|
+
<link href="./fonts.css" rel="stylesheet">
|
10
|
+
<link href="./rdoc.css" rel="stylesheet">
|
11
|
+
|
12
|
+
<script type="text/javascript">
|
13
|
+
var rdoc_rel_prefix = "./";
|
14
|
+
</script>
|
15
|
+
|
16
|
+
<script src="./js/jquery.js"></script>
|
17
|
+
<script src="./js/navigation.js"></script>
|
18
|
+
<script src="./js/search_index.js"></script>
|
19
|
+
<script src="./js/search.js"></script>
|
20
|
+
<script src="./js/searcher.js"></script>
|
21
|
+
<script src="./js/darkfish.js"></script>
|
22
|
+
|
23
|
+
|
24
|
+
<body id="top" role="document" class="file">
|
25
|
+
<nav role="navigation">
|
26
|
+
<div id="project-navigation">
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
+
<h2>
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
30
|
+
</h2>
|
31
|
+
|
32
|
+
<div id="table-of-contents-navigation">
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
|
40
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
41
|
+
<form action="#" method="get" accept-charset="utf-8">
|
42
|
+
<div id="search-field-wrapper">
|
43
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
44
|
+
aria-autocomplete="list" aria-controls="search-results"
|
45
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
46
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
47
|
+
</div>
|
48
|
+
|
49
|
+
<ul id="search-results" aria-label="Search Results"
|
50
|
+
aria-busy="false" aria-expanded="false"
|
51
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
52
|
+
</form>
|
53
|
+
</div>
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="project-metadata">
|
58
|
+
<div id="fileindex-section" class="nav-section">
|
59
|
+
<h3>Pages</h3>
|
60
|
+
|
61
|
+
<ul class="link-list">
|
62
|
+
|
63
|
+
<li><a href="./README_rdoc.html">README</a>
|
64
|
+
|
65
|
+
</ul>
|
66
|
+
</div>
|
67
|
+
|
68
|
+
<div id="classindex-section" class="nav-section">
|
69
|
+
<h3>Class and Module Index</h3>
|
70
|
+
|
71
|
+
<ul class="link-list">
|
72
|
+
|
73
|
+
<li><a href="./RubyXL/AExtensionStorageArea.html">RubyXL::AExtensionStorageArea</a>
|
74
|
+
|
75
|
+
<li><a href="./RubyXL/Alignment.html">RubyXL::Alignment</a>
|
76
|
+
|
77
|
+
<li><a href="./RubyXL/BooleanNode.html">RubyXL::BooleanNode</a>
|
78
|
+
|
79
|
+
<li><a href="./RubyXL/BooleanValue.html">RubyXL::BooleanValue</a>
|
80
|
+
|
81
|
+
<li><a href="./RubyXL/BorderEdge.html">RubyXL::BorderEdge</a>
|
82
|
+
|
83
|
+
<li><a href="./RubyXL/CalculationChain.html">RubyXL::CalculationChain</a>
|
84
|
+
|
85
|
+
<li><a href="./RubyXL/CalculationChainCell.html">RubyXL::CalculationChainCell</a>
|
86
|
+
|
87
|
+
<li><a href="./RubyXL/Cell.html">RubyXL::Cell</a>
|
88
|
+
|
89
|
+
<li><a href="./RubyXL/CellStyle.html">RubyXL::CellStyle</a>
|
90
|
+
|
91
|
+
<li><a href="./RubyXL/CellValue.html">RubyXL::CellValue</a>
|
92
|
+
|
93
|
+
<li><a href="./RubyXL/ChartsheetProperties.html">RubyXL::ChartsheetProperties</a>
|
94
|
+
|
95
|
+
<li><a href="./RubyXL/ChartsheetProtection.html">RubyXL::ChartsheetProtection</a>
|
96
|
+
|
97
|
+
<li><a href="./RubyXL/Color.html">RubyXL::Color</a>
|
98
|
+
|
99
|
+
<li><a href="./RubyXL/ColumnRange.html">RubyXL::ColumnRange</a>
|
100
|
+
|
101
|
+
<li><a href="./RubyXL/ColumnRanges.html">RubyXL::ColumnRanges</a>
|
102
|
+
|
103
|
+
<li><a href="./RubyXL/DataValidation.html">RubyXL::DataValidation</a>
|
104
|
+
|
105
|
+
<li><a href="./RubyXL/DateGroupItem.html">RubyXL::DateGroupItem</a>
|
106
|
+
|
107
|
+
<li><a href="./RubyXL/DocumentProperties.html">RubyXL::DocumentProperties</a>
|
108
|
+
|
109
|
+
<li><a href="./RubyXL/Extension.html">RubyXL::Extension</a>
|
110
|
+
|
111
|
+
<li><a href="./RubyXL/ExtensionStorageArea.html">RubyXL::ExtensionStorageArea</a>
|
112
|
+
|
113
|
+
<li><a href="./RubyXL/FileSharing.html">RubyXL::FileSharing</a>
|
114
|
+
|
115
|
+
<li><a href="./RubyXL/FileVersion.html">RubyXL::FileVersion</a>
|
116
|
+
|
117
|
+
<li><a href="./RubyXL/FloatNode.html">RubyXL::FloatNode</a>
|
118
|
+
|
119
|
+
<li><a href="./RubyXL/FloatValue.html">RubyXL::FloatValue</a>
|
120
|
+
|
121
|
+
<li><a href="./RubyXL/Font.html">RubyXL::Font</a>
|
122
|
+
|
123
|
+
<li><a href="./RubyXL/Formula.html">RubyXL::Formula</a>
|
124
|
+
|
125
|
+
<li><a href="./RubyXL/GenericStorage.html">RubyXL::GenericStorage</a>
|
126
|
+
|
127
|
+
<li><a href="./RubyXL/IntegerNode.html">RubyXL::IntegerNode</a>
|
128
|
+
|
129
|
+
<li><a href="./RubyXL/IntegerValue.html">RubyXL::IntegerValue</a>
|
130
|
+
|
131
|
+
<li><a href="./RubyXL/LegacyCell.html">RubyXL::LegacyCell</a>
|
132
|
+
|
133
|
+
<li><a href="./RubyXL/LegacyWorkbook.html">RubyXL::LegacyWorkbook</a>
|
134
|
+
|
135
|
+
<li><a href="./RubyXL/LegacyWorksheet.html">RubyXL::LegacyWorksheet</a>
|
136
|
+
|
137
|
+
<li><a href="./RubyXL/NumberFormat.html">RubyXL::NumberFormat</a>
|
138
|
+
|
139
|
+
<li><a href="./RubyXL/NumberFormatContainer.html">RubyXL::NumberFormatContainer</a>
|
140
|
+
|
141
|
+
<li><a href="./RubyXL/OOXMLObject.html">RubyXL::OOXMLObject</a>
|
142
|
+
|
143
|
+
<li><a href="./RubyXL/OutlineProperties.html">RubyXL::OutlineProperties</a>
|
144
|
+
|
145
|
+
<li><a href="./RubyXL/PageSetupProperties.html">RubyXL::PageSetupProperties</a>
|
146
|
+
|
147
|
+
<li><a href="./RubyXL/Parser.html">RubyXL::Parser</a>
|
148
|
+
|
149
|
+
<li><a href="./RubyXL/RID.html">RubyXL::RID</a>
|
150
|
+
|
151
|
+
<li><a href="./RubyXL/RawOOXML.html">RubyXL::RawOOXML</a>
|
152
|
+
|
153
|
+
<li><a href="./RubyXL/Reference.html">RubyXL::Reference</a>
|
154
|
+
|
155
|
+
<li><a href="./RubyXL/Relationship.html">RubyXL::Relationship</a>
|
156
|
+
|
157
|
+
<li><a href="./RubyXL/RunProperties.html">RubyXL::RunProperties</a>
|
158
|
+
|
159
|
+
<li><a href="./RubyXL/SharedStringsTable.html">RubyXL::SharedStringsTable</a>
|
160
|
+
|
161
|
+
<li><a href="./RubyXL/Sqref.html">RubyXL::Sqref</a>
|
162
|
+
|
163
|
+
<li><a href="./RubyXL/Stop.html">RubyXL::Stop</a>
|
164
|
+
|
165
|
+
<li><a href="./RubyXL/StringNode.html">RubyXL::StringNode</a>
|
166
|
+
|
167
|
+
<li><a href="./RubyXL/StringValue.html">RubyXL::StringValue</a>
|
168
|
+
|
169
|
+
<li><a href="./RubyXL/Text.html">RubyXL::Text</a>
|
170
|
+
|
171
|
+
<li><a href="./RubyXL/Variant.html">RubyXL::Variant</a>
|
172
|
+
|
173
|
+
<li><a href="./RubyXL/WebPublishingItem.html">RubyXL::WebPublishingItem</a>
|
174
|
+
|
175
|
+
<li><a href="./RubyXL/WorkbookProperties.html">RubyXL::WorkbookProperties</a>
|
176
|
+
|
177
|
+
<li><a href="./RubyXL/WorkbookRelationships.html">RubyXL::WorkbookRelationships</a>
|
178
|
+
|
179
|
+
<li><a href="./RubyXL/WorksheetProperties.html">RubyXL::WorksheetProperties</a>
|
180
|
+
|
181
|
+
<li><a href="./RubyXL/Writer.html">RubyXL::Writer</a>
|
182
|
+
|
183
|
+
<li><a href="./RubyXL/Writer/ContentTypesWriter.html">RubyXL::Writer::ContentTypesWriter</a>
|
184
|
+
|
185
|
+
<li><a href="./RubyXL/Writer/CoreWriter.html">RubyXL::Writer::CoreWriter</a>
|
186
|
+
|
187
|
+
<li><a href="./RubyXL/Writer/GenericWriter.html">RubyXL::Writer::GenericWriter</a>
|
188
|
+
|
189
|
+
<li><a href="./RubyXL/Writer/RootRelsWriter.html">RubyXL::Writer::RootRelsWriter</a>
|
190
|
+
|
191
|
+
<li><a href="./RubyXL/Writer/StylesWriter.html">RubyXL::Writer::StylesWriter</a>
|
192
|
+
|
193
|
+
<li><a href="./RubyXL/Writer/ThemeWriter.html">RubyXL::Writer::ThemeWriter</a>
|
194
|
+
|
195
|
+
<li><a href="./RubyXL/Writer/WorkbookWriter.html">RubyXL::Writer::WorkbookWriter</a>
|
196
|
+
|
197
|
+
<li><a href="./RubyXL/Writer/WorksheetWriter.html">RubyXL::Writer::WorksheetWriter</a>
|
198
|
+
|
199
|
+
</ul>
|
200
|
+
</div>
|
201
|
+
|
202
|
+
</div>
|
203
|
+
</nav>
|
204
|
+
|
205
|
+
<main role="main">
|
206
|
+
<p>This is the API documentation for rubyXL 2.1.3.
|
207
|
+
</main>
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
<footer id="validator-badges" role="contentinfo">
|
212
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
213
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
214
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
215
|
+
</footer>
|
216
|
+
|
data/rdoc/js/search_index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
var search_data = {"index":{"searchIndex":["rubyxl","aextensionstoragearea","alignment","alternatecontent","booleannode","booleanvalue","border","bordercontainer","borderedge","break","breaklist","calculationchain","calculationchaincell","calculationproperties","cell","cellstyle","cellstylecontainer","cellstylexfcontainer","cellvalue","cellxfcontainer","color","colorscale","colorscheme","colorset","colors","columnrange","columnranges","conditionalformatvalue","conditionalformatting","conditionalformattingrule","dxf","dxfs","databar","datavalidation","datavalidations","definedname","definednames","documentproperties","extension","extensionstoragearea","externalreference","externalreferences","filesharing","fileversion","fill","fillcontainer","floatnode","floatvalue","font","fontcontainer","fontscheme","formatscheme","formula","genericstorage","gradientfill","headerfootersettings","hyperlink","hyperlinkcontainer","iconset","ignorederror","ignorederrorcontainer","inputcells","integernode","integervalue","legacycell","legacyworkbook","legacyworksheet","mergedcell","mergedcells","numfmt","numberformat","numberformatcontainer","ooxmlobject","outlineproperties","pagemargins","pagesetup","pagesetupproperties","pane","parser","patternfill","phoneticproperties","phoneticrun","printoptions","protectedrange","protectedranges","protection","rid","rawooxml","reference","relationship","richtext","richtextrun","row","runproperties","scenario","scenariocontainer","selection","sharedstringstable","sheet","sheetcalculationproperties","sheetdata","sheetprotection","sheetview","sheetviews","sheets","sortcondition","sortstate","sqref","stop","stringnode","stringvalue","stylesheet","tableparts","tablestyle","tablestyles","text","theme","themeelements","variant","vector","vectorvalue","workbook","workbookproperties","workbookprotection","workbookrelationships","workbookview","workbookviews","worksheet","worksheetdimensions","worksheetformatproperties","worksheetproperties","writer","contenttypeswriter","corewriter","genericwriter","rootrelswriter","styleswriter","themewriter","workbookwriter","worksheetwriter","xf","==()","==()","==()","==()","[]()","[]()","[]()","add()","add_cell()","add_part_title()","add_row()","add_to_zip()","add_to_zip()","add_to_zip()","add_worksheet()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","binary()","border_bottom()","border_diagonal()","border_left()","border_right()","border_top()","borders()","cell_xfs()","change_border_bottom()","change_border_diagonal()","change_border_left()","change_border_right()","change_border_top()","change_column_bold()","change_column_border_bottom()","change_column_border_diagonal()","change_column_border_left()","change_column_border_right()","change_column_border_top()","change_column_fill()","change_column_font_color()","change_column_font_name()","change_column_font_size()","change_column_horizontal_alignment()","change_column_italics()","change_column_strikethrough()","change_column_underline()","change_column_vertical_alignment()","change_column_width()","change_contents()","change_fill()","change_font_bold()","change_font_color()","change_font_italics()","change_font_name()","change_font_size()","change_font_strikethrough()","change_font_underline()","change_horizontal_alignment()","change_row_bold()","change_row_border_bottom()","change_row_border_diagonal()","change_row_border_left()","change_row_border_right()","change_row_border_top()","change_row_fill()","change_row_font_color()","change_row_font_name()","change_row_font_size()","change_row_height()","change_row_horizontal_alignment()","change_row_italics()","change_row_strikethrough()","change_row_underline()","change_row_vertical_alignment()","change_text_wrap()","change_vertical_alignment()","column()","column=()","cover?()","create_relationship()","data_only()","date_to_num()","define_attribute()","define_child_node()","define_element_name()","delete_cell()","delete_column()","delete_column()","delete_row()","dup()","each()","each()","empty?()","extract_data()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","fill_color()","fills()","find()","find_by_format_id()","find_by_rid()","first_col()","first_row()","font_color()","font_name()","font_size()","fonts()","get_column_border_bottom()","get_column_border_diagonal()","get_column_border_left()","get_column_border_right()","get_column_border_top()","get_column_fill()","get_column_font_color()","get_column_font_name()","get_column_font_size()","get_column_horizontal_alignment()","get_column_vertical_alignment()","get_column_width()","get_fill_color()","get_index()","get_name()","get_range()","get_rgb_color()","get_row_border_bottom()","get_row_border_diagonal()","get_row_border_left()","get_row_border_right()","get_row_border_top()","get_row_fill()","get_row_font_color()","get_row_font_name()","get_row_font_size()","get_row_height()","get_row_horizontal_alignment()","get_row_vertical_alignment()","get_size()","get_table()","horizontal_alignment()","include?()","ind2ref()","index_in_collection()","index_in_collection()","insert_cell()","insert_column()","insert_column()","insert_column()","insert_row()","inspect()","inspect()","is_bold()","is_bolded()","is_column_bolded()","is_column_italicized()","is_column_struckthrough()","is_column_underlined()","is_date?()","is_date_format?()","is_italic()","is_italicized()","is_row_bolded()","is_row_italicized()","is_row_struckthrough()","is_row_underlined()","is_strikethrough()","is_struckthrough()","is_underlined()","is_underlined()","last_col()","last_row()","load_dir()","load_file()","merge_cells()","modify_alignment()","modify_border()","modify_fill()","modify_text_wrap()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","num_to_date()","obtain_class_variable()","ooxml_object()","ooxml_object()","ooxml_object()","parse()","parse()","parse()","parse()","parse()","parse_file()","raw_value()","raw_value=()","ref2ind()","register_new_fill()","register_new_font()","register_new_xf()","render_xml()","row()","row=()","set_bold()","set_countable()","set_italic()","set_name()","set_namespaces()","set_rgb_color()","set_size()","set_strikethrough()","set_underline()","single_cell?()","text_wrap()","to_s()","to_s()","to_s()","validate_color()","value()","vertical_alignment()","workbook()","write()","write()","write()","write()","write()","write()","write()","write_xml()","write_xml()","write_xml()","readme"],"longSearchIndex":["rubyxl","rubyxl::aextensionstoragearea","rubyxl::alignment","rubyxl::alternatecontent","rubyxl::booleannode","rubyxl::booleanvalue","rubyxl::border","rubyxl::bordercontainer","rubyxl::borderedge","rubyxl::break","rubyxl::breaklist","rubyxl::calculationchain","rubyxl::calculationchaincell","rubyxl::calculationproperties","rubyxl::cell","rubyxl::cellstyle","rubyxl::cellstylecontainer","rubyxl::cellstylexfcontainer","rubyxl::cellvalue","rubyxl::cellxfcontainer","rubyxl::color","rubyxl::colorscale","rubyxl::colorscheme","rubyxl::colorset","rubyxl::colors","rubyxl::columnrange","rubyxl::columnranges","rubyxl::conditionalformatvalue","rubyxl::conditionalformatting","rubyxl::conditionalformattingrule","rubyxl::dxf","rubyxl::dxfs","rubyxl::databar","rubyxl::datavalidation","rubyxl::datavalidations","rubyxl::definedname","rubyxl::definednames","rubyxl::documentproperties","rubyxl::extension","rubyxl::extensionstoragearea","rubyxl::externalreference","rubyxl::externalreferences","rubyxl::filesharing","rubyxl::fileversion","rubyxl::fill","rubyxl::fillcontainer","rubyxl::floatnode","rubyxl::floatvalue","rubyxl::font","rubyxl::fontcontainer","rubyxl::fontscheme","rubyxl::formatscheme","rubyxl::formula","rubyxl::genericstorage","rubyxl::gradientfill","rubyxl::headerfootersettings","rubyxl::hyperlink","rubyxl::hyperlinkcontainer","rubyxl::iconset","rubyxl::ignorederror","rubyxl::ignorederrorcontainer","rubyxl::inputcells","rubyxl::integernode","rubyxl::integervalue","rubyxl::legacycell","rubyxl::legacyworkbook","rubyxl::legacyworksheet","rubyxl::mergedcell","rubyxl::mergedcells","rubyxl::numfmt","rubyxl::numberformat","rubyxl::numberformatcontainer","rubyxl::ooxmlobject","rubyxl::outlineproperties","rubyxl::pagemargins","rubyxl::pagesetup","rubyxl::pagesetupproperties","rubyxl::pane","rubyxl::parser","rubyxl::patternfill","rubyxl::phoneticproperties","rubyxl::phoneticrun","rubyxl::printoptions","rubyxl::protectedrange","rubyxl::protectedranges","rubyxl::protection","rubyxl::rid","rubyxl::rawooxml","rubyxl::reference","rubyxl::relationship","rubyxl::richtext","rubyxl::richtextrun","rubyxl::row","rubyxl::runproperties","rubyxl::scenario","rubyxl::scenariocontainer","rubyxl::selection","rubyxl::sharedstringstable","rubyxl::sheet","rubyxl::sheetcalculationproperties","rubyxl::sheetdata","rubyxl::sheetprotection","rubyxl::sheetview","rubyxl::sheetviews","rubyxl::sheets","rubyxl::sortcondition","rubyxl::sortstate","rubyxl::sqref","rubyxl::stop","rubyxl::stringnode","rubyxl::stringvalue","rubyxl::stylesheet","rubyxl::tableparts","rubyxl::tablestyle","rubyxl::tablestyles","rubyxl::text","rubyxl::theme","rubyxl::themeelements","rubyxl::variant","rubyxl::vector","rubyxl::vectorvalue","rubyxl::workbook","rubyxl::workbookproperties","rubyxl::workbookprotection","rubyxl::workbookrelationships","rubyxl::workbookview","rubyxl::workbookviews","rubyxl::worksheet","rubyxl::worksheetdimensions","rubyxl::worksheetformatproperties","rubyxl::worksheetproperties","rubyxl::writer","rubyxl::writer::contenttypeswriter","rubyxl::writer::corewriter","rubyxl::writer::genericwriter","rubyxl::writer::rootrelswriter","rubyxl::writer::styleswriter","rubyxl::writer::themewriter","rubyxl::writer::workbookwriter","rubyxl::writer::worksheetwriter","rubyxl::xf","rubyxl::borderedge#==()","rubyxl::font#==()","rubyxl::reference#==()","rubyxl::xf#==()","rubyxl::legacyworkbook#[]()","rubyxl::legacyworksheet#[]()","rubyxl::sharedstringstable#[]()","rubyxl::sharedstringstable#add()","rubyxl::legacyworksheet#add_cell()","rubyxl::documentproperties#add_part_title()","rubyxl::legacyworksheet#add_row()","rubyxl::genericstorage#add_to_zip()","rubyxl::ooxmlobject#add_to_zip()","rubyxl::writer::genericwriter#add_to_zip()","rubyxl::legacyworkbook#add_worksheet()","rubyxl::columnranges#before_write_xml()","rubyxl::documentproperties#before_write_xml()","rubyxl::ooxmlobject#before_write_xml()","rubyxl::selection#before_write_xml()","rubyxl::sharedstringstable#before_write_xml()","rubyxl::text#before_write_xml()","rubyxl::workbookrelationships#before_write_xml()","rubyxl::genericstorage#binary()","rubyxl::legacycell#border_bottom()","rubyxl::legacycell#border_diagonal()","rubyxl::legacycell#border_left()","rubyxl::legacycell#border_right()","rubyxl::legacycell#border_top()","rubyxl::legacyworkbook#borders()","rubyxl::legacyworkbook#cell_xfs()","rubyxl::legacycell#change_border_bottom()","rubyxl::legacycell#change_border_diagonal()","rubyxl::legacycell#change_border_left()","rubyxl::legacycell#change_border_right()","rubyxl::legacycell#change_border_top()","rubyxl::legacyworksheet#change_column_bold()","rubyxl::legacyworksheet#change_column_border_bottom()","rubyxl::legacyworksheet#change_column_border_diagonal()","rubyxl::legacyworksheet#change_column_border_left()","rubyxl::legacyworksheet#change_column_border_right()","rubyxl::legacyworksheet#change_column_border_top()","rubyxl::legacyworksheet#change_column_fill()","rubyxl::legacyworksheet#change_column_font_color()","rubyxl::legacyworksheet#change_column_font_name()","rubyxl::legacyworksheet#change_column_font_size()","rubyxl::legacyworksheet#change_column_horizontal_alignment()","rubyxl::legacyworksheet#change_column_italics()","rubyxl::legacyworksheet#change_column_strikethrough()","rubyxl::legacyworksheet#change_column_underline()","rubyxl::legacyworksheet#change_column_vertical_alignment()","rubyxl::legacyworksheet#change_column_width()","rubyxl::legacycell#change_contents()","rubyxl::legacycell#change_fill()","rubyxl::legacycell#change_font_bold()","rubyxl::legacycell#change_font_color()","rubyxl::legacycell#change_font_italics()","rubyxl::legacycell#change_font_name()","rubyxl::legacycell#change_font_size()","rubyxl::legacycell#change_font_strikethrough()","rubyxl::legacycell#change_font_underline()","rubyxl::legacycell#change_horizontal_alignment()","rubyxl::legacyworksheet#change_row_bold()","rubyxl::legacyworksheet#change_row_border_bottom()","rubyxl::legacyworksheet#change_row_border_diagonal()","rubyxl::legacyworksheet#change_row_border_left()","rubyxl::legacyworksheet#change_row_border_right()","rubyxl::legacyworksheet#change_row_border_top()","rubyxl::legacyworksheet#change_row_fill()","rubyxl::legacyworksheet#change_row_font_color()","rubyxl::legacyworksheet#change_row_font_name()","rubyxl::legacyworksheet#change_row_font_size()","rubyxl::legacyworksheet#change_row_height()","rubyxl::legacyworksheet#change_row_horizontal_alignment()","rubyxl::legacyworksheet#change_row_italics()","rubyxl::legacyworksheet#change_row_strikethrough()","rubyxl::legacyworksheet#change_row_underline()","rubyxl::legacyworksheet#change_row_vertical_alignment()","rubyxl::legacycell#change_text_wrap()","rubyxl::legacycell#change_vertical_alignment()","rubyxl::cell#column()","rubyxl::cell#column=()","rubyxl::reference#cover?()","rubyxl::workbookrelationships#create_relationship()","rubyxl::parser#data_only()","rubyxl::legacyworkbook#date_to_num()","rubyxl::ooxmlobject::define_attribute()","rubyxl::ooxmlobject::define_child_node()","rubyxl::ooxmlobject::define_element_name()","rubyxl::legacyworksheet#delete_cell()","rubyxl::columnrange#delete_column()","rubyxl::legacyworksheet#delete_column()","rubyxl::legacyworksheet#delete_row()","rubyxl::ooxmlobject#dup()","rubyxl::legacyworkbook#each()","rubyxl::legacyworksheet#each()","rubyxl::sharedstringstable#empty?()","rubyxl::legacyworksheet#extract_data()","rubyxl::calculationchain::filepath()","rubyxl::documentproperties::filepath()","rubyxl::ooxmlobject::filepath()","rubyxl::sharedstringstable::filepath()","rubyxl::workbookrelationships::filepath()","rubyxl::writer::contenttypeswriter#filepath()","rubyxl::writer::corewriter#filepath()","rubyxl::writer::genericwriter#filepath()","rubyxl::writer::rootrelswriter#filepath()","rubyxl::writer::styleswriter#filepath()","rubyxl::writer::themewriter#filepath()","rubyxl::writer::workbookwriter#filepath()","rubyxl::writer::worksheetwriter#filepath()","rubyxl::legacycell#fill_color()","rubyxl::legacyworkbook#fills()","rubyxl::columnranges#find()","rubyxl::numberformatcontainer#find_by_format_id()","rubyxl::workbookrelationships#find_by_rid()","rubyxl::reference#first_col()","rubyxl::reference#first_row()","rubyxl::legacycell#font_color()","rubyxl::legacycell#font_name()","rubyxl::legacycell#font_size()","rubyxl::legacyworkbook#fonts()","rubyxl::legacyworksheet#get_column_border_bottom()","rubyxl::legacyworksheet#get_column_border_diagonal()","rubyxl::legacyworksheet#get_column_border_left()","rubyxl::legacyworksheet#get_column_border_right()","rubyxl::legacyworksheet#get_column_border_top()","rubyxl::legacyworksheet#get_column_fill()","rubyxl::legacyworksheet#get_column_font_color()","rubyxl::legacyworksheet#get_column_font_name()","rubyxl::legacyworksheet#get_column_font_size()","rubyxl::legacyworksheet#get_column_horizontal_alignment()","rubyxl::legacyworksheet#get_column_vertical_alignment()","rubyxl::legacyworksheet#get_column_width()","rubyxl::legacyworkbook#get_fill_color()","rubyxl::sharedstringstable#get_index()","rubyxl::font#get_name()","rubyxl::columnranges#get_range()","rubyxl::font#get_rgb_color()","rubyxl::legacyworksheet#get_row_border_bottom()","rubyxl::legacyworksheet#get_row_border_diagonal()","rubyxl::legacyworksheet#get_row_border_left()","rubyxl::legacyworksheet#get_row_border_right()","rubyxl::legacyworksheet#get_row_border_top()","rubyxl::legacyworksheet#get_row_fill()","rubyxl::legacyworksheet#get_row_font_color()","rubyxl::legacyworksheet#get_row_font_name()","rubyxl::legacyworksheet#get_row_font_size()","rubyxl::legacyworksheet#get_row_height()","rubyxl::legacyworksheet#get_row_horizontal_alignment()","rubyxl::legacyworksheet#get_row_vertical_alignment()","rubyxl::font#get_size()","rubyxl::legacyworksheet#get_table()","rubyxl::legacycell#horizontal_alignment()","rubyxl::columnrange#include?()","rubyxl::reference::ind2ref()","rubyxl::cell#index_in_collection()","rubyxl::ooxmlobject#index_in_collection()","rubyxl::legacyworksheet#insert_cell()","rubyxl::columnrange#insert_column()","rubyxl::columnranges#insert_column()","rubyxl::legacyworksheet#insert_column()","rubyxl::legacyworksheet#insert_row()","rubyxl::legacycell#inspect()","rubyxl::reference#inspect()","rubyxl::font#is_bold()","rubyxl::legacycell#is_bolded()","rubyxl::legacyworksheet#is_column_bolded()","rubyxl::legacyworksheet#is_column_italicized()","rubyxl::legacyworksheet#is_column_struckthrough()","rubyxl::legacyworksheet#is_column_underlined()","rubyxl::legacycell#is_date?()","rubyxl::numberformat#is_date_format?()","rubyxl::font#is_italic()","rubyxl::legacycell#is_italicized()","rubyxl::legacyworksheet#is_row_bolded()","rubyxl::legacyworksheet#is_row_italicized()","rubyxl::legacyworksheet#is_row_struckthrough()","rubyxl::legacyworksheet#is_row_underlined()","rubyxl::font#is_strikethrough()","rubyxl::legacycell#is_struckthrough()","rubyxl::font#is_underlined()","rubyxl::legacycell#is_underlined()","rubyxl::reference#last_col()","rubyxl::reference#last_row()","rubyxl::genericstorage#load_dir()","rubyxl::genericstorage#load_file()","rubyxl::legacyworksheet#merge_cells()","rubyxl::legacyworkbook#modify_alignment()","rubyxl::legacyworkbook#modify_border()","rubyxl::legacyworkbook#modify_fill()","rubyxl::legacyworkbook#modify_text_wrap()","rubyxl::genericstorage::new()","rubyxl::legacyworkbook::new()","rubyxl::legacyworksheet::new()","rubyxl::ooxmlobject::new()","rubyxl::parser::new()","rubyxl::reference::new()","rubyxl::sharedstringstable::new()","rubyxl::sqref::new()","rubyxl::writer::genericwriter::new()","rubyxl::writer::worksheetwriter::new()","rubyxl::legacyworkbook#num_to_date()","rubyxl::ooxmlobject::obtain_class_variable()","rubyxl::writer::genericwriter#ooxml_object()","rubyxl::writer::styleswriter#ooxml_object()","rubyxl::writer::worksheetwriter#ooxml_object()","rubyxl::extension::parse()","rubyxl::ooxmlobject::parse()","rubyxl::parser#parse()","rubyxl::parser::parse()","rubyxl::rawooxml::parse()","rubyxl::ooxmlobject::parse_file()","rubyxl::cell#raw_value()","rubyxl::cell#raw_value=()","rubyxl::reference::ref2ind()","rubyxl::legacyworkbook#register_new_fill()","rubyxl::legacyworkbook#register_new_font()","rubyxl::legacyworkbook#register_new_xf()","rubyxl::writer::genericwriter#render_xml()","rubyxl::cell#row()","rubyxl::cell#row=()","rubyxl::font#set_bold()","rubyxl::ooxmlobject::set_countable()","rubyxl::font#set_italic()","rubyxl::font#set_name()","rubyxl::ooxmlobject::set_namespaces()","rubyxl::font#set_rgb_color()","rubyxl::font#set_size()","rubyxl::font#set_strikethrough()","rubyxl::font#set_underline()","rubyxl::reference#single_cell?()","rubyxl::legacycell#text_wrap()","rubyxl::reference#to_s()","rubyxl::sqref#to_s()","rubyxl::text#to_s()","rubyxl::color::validate_color()","rubyxl::cell#value()","rubyxl::legacycell#vertical_alignment()","rubyxl::legacycell#workbook()","rubyxl::legacyworkbook#write()","rubyxl::writer::contenttypeswriter#write()","rubyxl::writer::corewriter#write()","rubyxl::writer::genericwriter#write()","rubyxl::writer::rootrelswriter#write()","rubyxl::writer::themewriter#write()","rubyxl::writer::workbookwriter#write()","rubyxl::extension#write_xml()","rubyxl::ooxmlobject#write_xml()","rubyxl::rawooxml#write_xml()",""],"info":[["RubyXL","","RubyXL.html","",""],["RubyXL::AExtensionStorageArea","","RubyXL/AExtensionStorageArea.html","",""],["RubyXL::Alignment","","RubyXL/Alignment.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_alignment-1.html\n"],["RubyXL::AlternateContent","","RubyXL/AlternateContent.html","",""],["RubyXL::BooleanNode","","RubyXL/BooleanNode.html","",""],["RubyXL::BooleanValue","","RubyXL/BooleanValue.html","",""],["RubyXL::Border","","RubyXL/Border.html","",""],["RubyXL::BorderContainer","","RubyXL/BorderContainer.html","",""],["RubyXL::BorderEdge","","RubyXL/BorderEdge.html","",""],["RubyXL::Break","","RubyXL/Break.html","",""],["RubyXL::BreakList","","RubyXL/BreakList.html","",""],["RubyXL::CalculationChain","","RubyXL/CalculationChain.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_calcChain.html\n"],["RubyXL::CalculationChainCell","","RubyXL/CalculationChainCell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-1.html\n"],["RubyXL::CalculationProperties","","RubyXL/CalculationProperties.html","",""],["RubyXL::Cell","","RubyXL/Cell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-2.html\n"],["RubyXL::CellStyle","","RubyXL/CellStyle.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_cellStyle-1.html\n"],["RubyXL::CellStyleContainer","","RubyXL/CellStyleContainer.html","",""],["RubyXL::CellStyleXFContainer","","RubyXL/CellStyleXFContainer.html","",""],["RubyXL::CellValue","","RubyXL/CellValue.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_v-1.html\n"],["RubyXL::CellXFContainer","","RubyXL/CellXFContainer.html","",""],["RubyXL::Color","","RubyXL/Color.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_color-4.html\n"],["RubyXL::ColorScale","","RubyXL/ColorScale.html","",""],["RubyXL::ColorScheme","","RubyXL/ColorScheme.html","",""],["RubyXL::ColorSet","","RubyXL/ColorSet.html","",""],["RubyXL::Colors","","RubyXL/Colors.html","",""],["RubyXL::ColumnRange","","RubyXL/ColumnRange.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_col-1.html\n"],["RubyXL::ColumnRanges","","RubyXL/ColumnRanges.html","",""],["RubyXL::ConditionalFormatValue","","RubyXL/ConditionalFormatValue.html","",""],["RubyXL::ConditionalFormatting","","RubyXL/ConditionalFormatting.html","",""],["RubyXL::ConditionalFormattingRule","","RubyXL/ConditionalFormattingRule.html","",""],["RubyXL::DXF","","RubyXL/DXF.html","",""],["RubyXL::DXFs","","RubyXL/DXFs.html","",""],["RubyXL::DataBar","","RubyXL/DataBar.html","",""],["RubyXL::DataValidation","","RubyXL/DataValidation.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_dataValidation-1.html\n"],["RubyXL::DataValidations","","RubyXL/DataValidations.html","",""],["RubyXL::DefinedName","","RubyXL/DefinedName.html","",""],["RubyXL::DefinedNames","","RubyXL/DefinedNames.html","",""],["RubyXL::DocumentProperties","","RubyXL/DocumentProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-extended-properties_Properties.html\n"],["RubyXL::Extension","","RubyXL/Extension.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n<p>www.schemacentral.com/sc/ooxml/e-a_ext-1.html\n"],["RubyXL::ExtensionStorageArea","","RubyXL/ExtensionStorageArea.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_extLst-1.html\n"],["RubyXL::ExternalReference","","RubyXL/ExternalReference.html","",""],["RubyXL::ExternalReferences","","RubyXL/ExternalReferences.html","",""],["RubyXL::FileSharing","","RubyXL/FileSharing.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileSharing-1.html\n"],["RubyXL::FileVersion","","RubyXL/FileVersion.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileVersion-1.html\n"],["RubyXL::Fill","","RubyXL/Fill.html","",""],["RubyXL::FillContainer","","RubyXL/FillContainer.html","",""],["RubyXL::FloatNode","","RubyXL/FloatNode.html","",""],["RubyXL::FloatValue","","RubyXL/FloatValue.html","",""],["RubyXL::Font","","RubyXL/Font.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_font-1.html\n"],["RubyXL::FontContainer","","RubyXL/FontContainer.html","",""],["RubyXL::FontScheme","","RubyXL/FontScheme.html","",""],["RubyXL::FormatScheme","","RubyXL/FormatScheme.html","",""],["RubyXL::Formula","","RubyXL/Formula.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_f-1.html\n"],["RubyXL::GenericStorage","","RubyXL/GenericStorage.html","",""],["RubyXL::GradientFill","","RubyXL/GradientFill.html","",""],["RubyXL::HeaderFooterSettings","","RubyXL/HeaderFooterSettings.html","",""],["RubyXL::Hyperlink","","RubyXL/Hyperlink.html","",""],["RubyXL::HyperlinkContainer","","RubyXL/HyperlinkContainer.html","",""],["RubyXL::IconSet","","RubyXL/IconSet.html","",""],["RubyXL::IgnoredError","","RubyXL/IgnoredError.html","",""],["RubyXL::IgnoredErrorContainer","","RubyXL/IgnoredErrorContainer.html","",""],["RubyXL::InputCells","","RubyXL/InputCells.html","",""],["RubyXL::IntegerNode","","RubyXL/IntegerNode.html","",""],["RubyXL::IntegerValue","","RubyXL/IntegerValue.html","",""],["RubyXL::LegacyCell","","RubyXL/LegacyCell.html","",""],["RubyXL::LegacyWorkbook","","RubyXL/LegacyWorkbook.html","",""],["RubyXL::LegacyWorksheet","","RubyXL/LegacyWorksheet.html","",""],["RubyXL::MergedCell","","RubyXL/MergedCell.html","",""],["RubyXL::MergedCells","","RubyXL/MergedCells.html","",""],["RubyXL::NumFmt","","RubyXL/NumFmt.html","",""],["RubyXL::NumberFormat","","RubyXL/NumberFormat.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmt-1.html\n"],["RubyXL::NumberFormatContainer","","RubyXL/NumberFormatContainer.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmts-1.html\n"],["RubyXL::OOXMLObject","","RubyXL/OOXMLObject.html","","<p>Parent class for defining OOXML based objects (not unlike Rails’\n<code>ActiveRecord</code>!) Most importantly, provides …\n"],["RubyXL::OutlineProperties","","RubyXL/OutlineProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_outlinePr-1.html\n"],["RubyXL::PageMargins","","RubyXL/PageMargins.html","",""],["RubyXL::PageSetup","","RubyXL/PageSetup.html","",""],["RubyXL::PageSetupProperties","","RubyXL/PageSetupProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_pageSetUpPr-1.html\n"],["RubyXL::Pane","","RubyXL/Pane.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_pane-1.html\n"],["RubyXL::Parser","","RubyXL/Parser.html","",""],["RubyXL::PatternFill","","RubyXL/PatternFill.html","",""],["RubyXL::PhoneticProperties","","RubyXL/PhoneticProperties.html","",""],["RubyXL::PhoneticRun","","RubyXL/PhoneticRun.html","",""],["RubyXL::PrintOptions","","RubyXL/PrintOptions.html","",""],["RubyXL::ProtectedRange","","RubyXL/ProtectedRange.html","",""],["RubyXL::ProtectedRanges","","RubyXL/ProtectedRanges.html","",""],["RubyXL::Protection","","RubyXL/Protection.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_protection-1.html\n"],["RubyXL::RID","","RubyXL/RID.html","",""],["RubyXL::RawOOXML","","RubyXL/RawOOXML.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n"],["RubyXL::Reference","","RubyXL/Reference.html","",""],["RubyXL::Relationship","","RubyXL/Relationship.html","",""],["RubyXL::RichText","","RubyXL/RichText.html","",""],["RubyXL::RichTextRun","","RubyXL/RichTextRun.html","",""],["RubyXL::Row","","RubyXL/Row.html","",""],["RubyXL::RunProperties","","RubyXL/RunProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_rPr-1.html\n"],["RubyXL::Scenario","","RubyXL/Scenario.html","",""],["RubyXL::ScenarioContainer","","RubyXL/ScenarioContainer.html","",""],["RubyXL::Selection","","RubyXL/Selection.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_selection-1.html\n"],["RubyXL::SharedStringsTable","","RubyXL/SharedStringsTable.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sst.html\n"],["RubyXL::Sheet","","RubyXL/Sheet.html","",""],["RubyXL::SheetCalculationProperties","","RubyXL/SheetCalculationProperties.html","",""],["RubyXL::SheetData","","RubyXL/SheetData.html","",""],["RubyXL::SheetProtection","","RubyXL/SheetProtection.html","",""],["RubyXL::SheetView","","RubyXL/SheetView.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetView-1.html\n"],["RubyXL::SheetViews","","RubyXL/SheetViews.html","",""],["RubyXL::Sheets","","RubyXL/Sheets.html","",""],["RubyXL::SortCondition","","RubyXL/SortCondition.html","",""],["RubyXL::SortState","","RubyXL/SortState.html","",""],["RubyXL::Sqref","","RubyXL/Sqref.html","",""],["RubyXL::Stop","","RubyXL/Stop.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_gradientFill-1.html\n"],["RubyXL::StringNode","","RubyXL/StringNode.html","",""],["RubyXL::StringValue","","RubyXL/StringValue.html","",""],["RubyXL::Stylesheet","","RubyXL/Stylesheet.html","",""],["RubyXL::TableParts","","RubyXL/TableParts.html","",""],["RubyXL::TableStyle","","RubyXL/TableStyle.html","",""],["RubyXL::TableStyles","","RubyXL/TableStyles.html","",""],["RubyXL::Text","","RubyXL/Text.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_t-1.html\n"],["RubyXL::Theme","","RubyXL/Theme.html","",""],["RubyXL::ThemeElements","","RubyXL/ThemeElements.html","",""],["RubyXL::Variant","","RubyXL/Variant.html","","<p>www.schemacentral.com/sc/ooxml/e-docPropsVTypes_variant.html\n"],["RubyXL::Vector","","RubyXL/Vector.html","",""],["RubyXL::VectorValue","","RubyXL/VectorValue.html","",""],["RubyXL::Workbook","","RubyXL/Workbook.html","",""],["RubyXL::WorkbookProperties","","RubyXL/WorkbookProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_workbookPr-1.html\n"],["RubyXL::WorkbookProtection","","RubyXL/WorkbookProtection.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_workbookProtection-1.html\n"],["RubyXL::WorkbookRelationships","","RubyXL/WorkbookRelationships.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_calcChain.html\n"],["RubyXL::WorkbookView","","RubyXL/WorkbookView.html","",""],["RubyXL::WorkbookViews","","RubyXL/WorkbookViews.html","",""],["RubyXL::Worksheet","","RubyXL/Worksheet.html","",""],["RubyXL::WorksheetDimensions","","RubyXL/WorksheetDimensions.html","",""],["RubyXL::WorksheetFormatProperties","","RubyXL/WorksheetFormatProperties.html","",""],["RubyXL::WorksheetProperties","","RubyXL/WorksheetProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetPr-3.html\n"],["RubyXL::Writer","","RubyXL/Writer.html","",""],["RubyXL::Writer::ContentTypesWriter","","RubyXL/Writer/ContentTypesWriter.html","",""],["RubyXL::Writer::CoreWriter","","RubyXL/Writer/CoreWriter.html","",""],["RubyXL::Writer::GenericWriter","","RubyXL/Writer/GenericWriter.html","",""],["RubyXL::Writer::RootRelsWriter","","RubyXL/Writer/RootRelsWriter.html","",""],["RubyXL::Writer::StylesWriter","","RubyXL/Writer/StylesWriter.html","",""],["RubyXL::Writer::ThemeWriter","","RubyXL/Writer/ThemeWriter.html","",""],["RubyXL::Writer::WorkbookWriter","","RubyXL/Writer/WorkbookWriter.html","",""],["RubyXL::Writer::WorksheetWriter","","RubyXL/Writer/WorksheetWriter.html","",""],["RubyXL::XF","","RubyXL/XF.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_xf-1.html\n"],["==","RubyXL::BorderEdge","RubyXL/BorderEdge.html#method-i-3D-3D","(other)",""],["==","RubyXL::Font","RubyXL/Font.html#method-i-3D-3D","(other)",""],["==","RubyXL::Reference","RubyXL/Reference.html#method-i-3D-3D","(other)",""],["==","RubyXL::XF","RubyXL/XF.html#method-i-3D-3D","(other)",""],["[]","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-5B-5D","(ind)","<p>Finds worksheet by its name or numerical index\n"],["[]","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-5B-5D","(row = 0)","<p>allows for easier access to sheet_data\n"],["[]","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-5B-5D","(index)",""],["add","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-add","(str, index = nil)",""],["add_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_cell","(row = 0, column = 0, data = '', formula = nil, overwrite = true)",""],["add_part_title","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-add_part_title","(name)",""],["add_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_row","(row = 0, params = {})",""],["add_to_zip","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-add_to_zip","(zipfile)",""],["add_to_zip","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-add_to_zip","(zipfile)",""],["add_to_zip","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-add_to_zip","(zipfile)",""],["add_worksheet","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-add_worksheet","(name = nil)","<p>Create new simple worksheet and add it to the workbook worksheets\n<p>@param [String] The name for the new …\n"],["before_write_xml","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-before_write_xml","()","<p>Subclass provided filter to perform last-minute operations (cleanup, count,\netc.) immediately prior to …\n"],["before_write_xml","RubyXL::Selection","RubyXL/Selection.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::Text","RubyXL/Text.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-i-before_write_xml","()",""],["binary","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-binary","()",""],["border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_bottom","()","<p>returns cell’s bottom border\n"],["border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_diagonal","()","<p>returns cell’s diagonal border\n"],["border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_left","()","<p>returns cell’s left border\n"],["border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_right","()","<p>returns cell’s right border\n"],["border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_top","()","<p>returns cell’s top border\n"],["borders","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-borders","()",""],["cell_xfs","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-cell_xfs","()",""],["change_border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_bottom","(weight='thin')","<p>changes bottom border of cell\n"],["change_border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_diagonal","(weight='thin')","<p>changes diagonal border of cell\n"],["change_border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_left","(weight='thin')","<p>changes left border of cell\n"],["change_border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_right","(weight='thin')","<p>changes right border of cell\n"],["change_border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_top","(weight='thin')","<p>changes top border of cell\n"],["change_column_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_bold","(col = 0, bolded = false)",""],["change_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_bottom","(col=0,weight = 'thin')",""],["change_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_diagonal","(col=0,weight = 'thin')",""],["change_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_left","(col=0,weight = 'thin')",""],["change_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_right","(col=0,weight = 'thin')",""],["change_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_top","(col=0,weight = 'thin')",""],["change_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_fill","(column_index = 0, color_index='ffffff')",""],["change_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_color","(col=0, font_color='000000')","<p>Changes font color of column\n"],["change_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_name","(col = 0, font_name = 'Verdana')","<p>Changes font name of column\n"],["change_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_size","(col=0, font_size=10)","<p>Changes font size of column\n"],["change_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_horizontal_alignment","(col=0,alignment='center')",""],["change_column_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_italics","(col = 0, italicized = false)",""],["change_column_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_strikethrough","(col=0, struckthrough=false)",""],["change_column_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_underline","(col = 0, underlined = false)",""],["change_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_vertical_alignment","(col=0,alignment='center')",""],["change_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_width","(column_index = 0, width = 13)",""],["change_contents","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_contents","(data, formula=nil)","<p>changes contents of cell, with formula option\n"],["change_fill","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_fill","(rgb='ffffff')","<p>changes fill color of cell\n"],["change_font_bold","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_bold","(bolded=false)","<p>Changes font bold settings of cell\n"],["change_font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_color","(font_color='000000')","<p>Changes font color of cell\n"],["change_font_italics","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_italics","(italicized=false)","<p>Changes font italics settings of cell\n"],["change_font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_name","(new_font_name = 'Verdana')","<p>Changes font name of cell\n"],["change_font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_size","(font_size=10)","<p>Changes font size of cell\n"],["change_font_strikethrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_strikethrough","(struckthrough=false)",""],["change_font_underline","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_underline","(underlined=false)","<p>Changes font underline settings of cell\n"],["change_horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_horizontal_alignment","(alignment='center')","<p>changes horizontal alignment of cell\n"],["change_row_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_bold","(row = 0, bolded=false)",""],["change_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_bottom","(row = 0, weight = 'thin')",""],["change_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_diagonal","(row = 0, weight = 'thin')",""],["change_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_left","(row = 0, weight = 'thin')",""],["change_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_right","(row = 0, weight = 'thin')",""],["change_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_top","(row = 0, weight = 'thin')",""],["change_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_fill","(row_index = 0, rgb = 'ffffff')","<p>changes color of fill in (zer0 indexed) row\n"],["change_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_color","(row = 0, font_color='000000')",""],["change_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_name","(row = 0, font_name = 'Verdana')",""],["change_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_size","(row = 0, font_size=10)",""],["change_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_height","(row = 0, height=10)",""],["change_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_horizontal_alignment","(row = 0,alignment='center')",""],["change_row_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_italics","(row = 0, italicized=false)",""],["change_row_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_strikethrough","(row = 0, struckthrough=false)",""],["change_row_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_underline","(row = 0, underlined=false)",""],["change_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_vertical_alignment","(row = 0,alignment='center')",""],["change_text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_text_wrap","(wrap=false)","<p>changes wrap of cell\n"],["change_vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_vertical_alignment","(alignment='center')","<p>changes vertical alignment of cell\n"],["column","RubyXL::Cell","RubyXL/Cell.html#method-i-column","()",""],["column=","RubyXL::Cell","RubyXL/Cell.html#method-i-column-3D","(v)",""],["cover?","RubyXL::Reference","RubyXL/Reference.html#method-i-cover-3F","(other)",""],["create_relationship","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-i-create_relationship","(target, type)",""],["data_only","RubyXL::Parser","RubyXL/Parser.html#method-i-data_only","()",""],["date_to_num","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-date_to_num","(date)",""],["define_attribute","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-define_attribute","(attr_name, attr_type, extra_params = {})","<p>Defines an attribute of OOXML object.\n<p>Parameters\n<p><code>attribute_name</code> - Name of the element attribute as seen ...\n"],["define_child_node","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-define_child_node","(klass, extra_params = {})",""],["define_element_name","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-define_element_name","(v)",""],["delete_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_cell","(row = 0, col=0, shift=nil)","<p>by default, only sets cell to nil if :left is specified, method will shift\nrow contents to the right …\n"],["delete_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-delete_column","(col_index)",""],["delete_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_column","(column_index = 0)",""],["delete_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_row","(row_index=0)",""],["dup","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-dup","()",""],["each","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-each","()",""],["each","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-each","()",""],["empty?","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-empty-3F","()",""],["extract_data","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-extract_data","(args = {})","<p>returns 2d array of just the cell values (without style or formula\ninformation)\n"],["filepath","RubyXL::CalculationChain","RubyXL/CalculationChain.html#method-c-filepath","()",""],["filepath","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-c-filepath","()",""],["filepath","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-filepath","()",""],["filepath","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-filepath","()",""],["filepath","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-c-filepath","()",""],["filepath","RubyXL::Writer::ContentTypesWriter","RubyXL/Writer/ContentTypesWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::CoreWriter","RubyXL/Writer/CoreWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::RootRelsWriter","RubyXL/Writer/RootRelsWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::StylesWriter","RubyXL/Writer/StylesWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::ThemeWriter","RubyXL/Writer/ThemeWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::WorkbookWriter","RubyXL/Writer/WorkbookWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::WorksheetWriter","RubyXL/Writer/WorksheetWriter.html#method-i-filepath","()",""],["fill_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-fill_color","()","<p>returns cell’s fill color\n"],["fills","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fills","()",""],["find","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-find","(col_index)",""],["find_by_format_id","RubyXL::NumberFormatContainer","RubyXL/NumberFormatContainer.html#method-i-find_by_format_id","(format_id)",""],["find_by_rid","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-i-find_by_rid","(r_id)",""],["first_col","RubyXL::Reference","RubyXL/Reference.html#method-i-first_col","()",""],["first_row","RubyXL::Reference","RubyXL/Reference.html#method-i-first_row","()",""],["font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_color","()",""],["font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_name","()",""],["font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_size","()",""],["fonts","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fonts","()",""],["get_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_bottom","(col=0)",""],["get_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_diagonal","(col=0)",""],["get_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_left","(col=0)",""],["get_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_right","(col=0)",""],["get_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_top","(col=0)",""],["get_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_fill","(col=0)",""],["get_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_color","(col = 0)",""],["get_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_name","(col = 0)",""],["get_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_size","(col = 0)",""],["get_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_horizontal_alignment","(col=0)",""],["get_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_vertical_alignment","(col=0)",""],["get_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_width","(column_index = 0)",""],["get_fill_color","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-get_fill_color","(xf)",""],["get_index","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-get_index","(str, add_if_missing = false)",""],["get_name","RubyXL::Font","RubyXL/Font.html#method-i-get_name","()",""],["get_range","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-get_range","(col_index)","<p>Locate an existing column range, make a new one if not found, or split\nexisting column range into multiples. …\n"],["get_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-get_rgb_color","()",""],["get_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_bottom","(row = 0)",""],["get_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_diagonal","(row = 0)",""],["get_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_left","(row = 0)",""],["get_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_right","(row = 0)",""],["get_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_top","(row = 0)",""],["get_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_fill","(row = 0)",""],["get_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_color","(row = 0)",""],["get_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_name","(row = 0)",""],["get_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_size","(row = 0)",""],["get_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_height","(row = 0)",""],["get_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_horizontal_alignment","(row = 0)",""],["get_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_vertical_alignment","(row = 0)",""],["get_size","RubyXL::Font","RubyXL/Font.html#method-i-get_size","()",""],["get_table","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_table","(headers = [], opts = {})",""],["horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-horizontal_alignment","()","<p>returns cell’s horizontal alignment\n"],["include?","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-include-3F","(col_index)",""],["ind2ref","RubyXL::Reference","RubyXL/Reference.html#method-c-ind2ref","(row = 0, col = 0)","<p>Converts <code>row</code> and <code>col</code> zero-based indices to\nExcel-style cell reference (0) A…Z, AA…AZ, BA… …ZZ, …\n"],["index_in_collection","RubyXL::Cell","RubyXL/Cell.html#method-i-index_in_collection","()",""],["index_in_collection","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-index_in_collection","()",""],["insert_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_cell","(row = 0, col = 0, data = nil, formula = nil, shift = nil)",""],["insert_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_column","(column_index = 0)","<p>inserts column at <code>column_index</code>, pushes everything right, takes\nstyles from column to left USE OF THIS …\n"],["insert_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_row","(row_index = 0)","\n<pre>Inserts row at row_index, pushes down, copies style from the row above (that's what Excel 2013 does!)</pre>\n"],["inspect","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-inspect","()",""],["inspect","RubyXL::Reference","RubyXL/Reference.html#method-i-inspect","()",""],["is_bold","RubyXL::Font","RubyXL/Font.html#method-i-is_bold","()",""],["is_bolded","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_bolded","()","<p>returns if font is bolded\n"],["is_column_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_bolded","(col = 0)",""],["is_column_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_italicized","(col = 0)",""],["is_column_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_struckthrough","(col = 0)",""],["is_column_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_underlined","(col = 0)",""],["is_date?","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_date-3F","()",""],["is_date_format?","RubyXL::NumberFormat","RubyXL/NumberFormat.html#method-i-is_date_format-3F","()",""],["is_italic","RubyXL::Font","RubyXL/Font.html#method-i-is_italic","()",""],["is_italicized","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_italicized","()","<p>returns if font is italicized\n"],["is_row_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_bolded","(row = 0)",""],["is_row_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_italicized","(row = 0)",""],["is_row_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_struckthrough","(row = 0)",""],["is_row_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_underlined","(row = 0)",""],["is_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-is_strikethrough","()",""],["is_struckthrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_struckthrough","()",""],["is_underlined","RubyXL::Font","RubyXL/Font.html#method-i-is_underlined","()",""],["is_underlined","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_underlined","()",""],["last_col","RubyXL::Reference","RubyXL/Reference.html#method-i-last_col","()",""],["last_row","RubyXL::Reference","RubyXL/Reference.html#method-i-last_row","()",""],["load_dir","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_dir","(root_dir)",""],["load_file","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_file","(root_dir, filename)",""],["merge_cells","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-merge_cells","(row1 = 0, col1 = 0, row2 = 0, col2 = 0)","<p>merges cells within a rectangular range\n"],["modify_alignment","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_alignment","(style_index, is_horizontal, alignment)",""],["modify_border","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_border","(style_index, direction, weight)",""],["modify_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_fill","(style_index, rgb)",""],["modify_text_wrap","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_text_wrap","(style_index, wrap = false)",""],["new","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-c-new","(local_dir_path)",""],["new","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-c-new","(worksheets=[], filepath=nil, creator=nil, modifier=nil, created_at=nil, company='', application=APPLICATION, appversion=APPVERSION, date1904=0)",""],["new","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-c-new","(params = {})",""],["new","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-new","(params = {})",""],["new","RubyXL::Parser","RubyXL/Parser.html#method-c-new","(opts = {})","<p><code>:data_only</code> allows only the sheet data to be parsed, so as to\nspeed up parsing However, using this option ...\n"],["new","RubyXL::Reference","RubyXL/Reference.html#method-c-new","(*params)","<p>RubyXL::Reference.new(row, col) RubyXL::Reference.new(row_from, row_to,\ncol_from, col_to) RubyXL::Reference.new(reference_string) …\n"],["new","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-new","(*params)",""],["new","RubyXL::Sqref","RubyXL/Sqref.html#method-c-new","(str)",""],["new","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-c-new","(workbook)",""],["new","RubyXL::Writer::WorksheetWriter","RubyXL/Writer/WorksheetWriter.html#method-c-new","(workbook, sheet_index = 0)",""],["num_to_date","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-num_to_date","(num)",""],["obtain_class_variable","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-obtain_class_variable","(var_name, default = {})","<p>Get the value of a [sub]class variable if it exists, or create the\nrespective variable with the passed-in …\n"],["ooxml_object","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-ooxml_object","()",""],["ooxml_object","RubyXL::Writer::StylesWriter","RubyXL/Writer/StylesWriter.html#method-i-ooxml_object","()",""],["ooxml_object","RubyXL::Writer::WorksheetWriter","RubyXL/Writer/WorksheetWriter.html#method-i-ooxml_object","()",""],["parse","RubyXL::Extension","RubyXL/Extension.html#method-c-parse","(node)",""],["parse","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-parse","(node)",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-i-parse","(xl_file_path, opts = {})",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-c-parse","(file_path, opts = {})",""],["parse","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-c-parse","(node)",""],["parse_file","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-parse_file","(dirpath)",""],["raw_value","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value","()",""],["raw_value=","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value-3D","(v)",""],["ref2ind","RubyXL::Reference","RubyXL/Reference.html#method-c-ref2ind","(str)","<p>Converts Excel-style cell reference to <code>row</code> and\n<code>col</code> zero-based indices.\n"],["register_new_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_fill","(new_fill, old_xf)",""],["register_new_font","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_font","(new_font, old_xf)",""],["register_new_xf","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_xf","(new_xf, old_style_index)",""],["render_xml","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-render_xml","()",""],["row","RubyXL::Cell","RubyXL/Cell.html#method-i-row","()",""],["row=","RubyXL::Cell","RubyXL/Cell.html#method-i-row-3D","(v)",""],["set_bold","RubyXL::Font","RubyXL/Font.html#method-i-set_bold","(val)",""],["set_countable","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-set_countable","()",""],["set_italic","RubyXL::Font","RubyXL/Font.html#method-i-set_italic","(val)",""],["set_name","RubyXL::Font","RubyXL/Font.html#method-i-set_name","(val)",""],["set_namespaces","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-set_namespaces","(namespace_hash)","<p>Sets the list of namespaces on this object to be added when writing out\nXML. Valid only on top-level …\n"],["set_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-set_rgb_color","(font_color)","<p>Helper method to modify the font color\n"],["set_size","RubyXL::Font","RubyXL/Font.html#method-i-set_size","(val)",""],["set_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-set_strikethrough","(val)",""],["set_underline","RubyXL::Font","RubyXL/Font.html#method-i-set_underline","(val)",""],["single_cell?","RubyXL::Reference","RubyXL/Reference.html#method-i-single_cell-3F","()",""],["text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-text_wrap","()","<p>returns cell’s wrap\n"],["to_s","RubyXL::Reference","RubyXL/Reference.html#method-i-to_s","()",""],["to_s","RubyXL::Sqref","RubyXL/Sqref.html#method-i-to_s","()",""],["to_s","RubyXL::Text","RubyXL/Text.html#method-i-to_s","()",""],["validate_color","RubyXL::Color","RubyXL/Color.html#method-c-validate_color","(color)","<p>validates hex color code, no ‘#’ allowed\n"],["value","RubyXL::Cell","RubyXL/Cell.html#method-i-value","(args = {})",""],["vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-vertical_alignment","()","<p>returns cell’s vertical alignment\n"],["workbook","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-workbook","()",""],["write","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-write","(filepath = @filepath)","<p>filepath of xlsx file (including file itself)\n"],["write","RubyXL::Writer::ContentTypesWriter","RubyXL/Writer/ContentTypesWriter.html#method-i-write","()",""],["write","RubyXL::Writer::CoreWriter","RubyXL/Writer/CoreWriter.html#method-i-write","()",""],["write","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-write","()",""],["write","RubyXL::Writer::RootRelsWriter","RubyXL/Writer/RootRelsWriter.html#method-i-write","()",""],["write","RubyXL::Writer::ThemeWriter","RubyXL/Writer/ThemeWriter.html#method-i-write","()",""],["write","RubyXL::Writer::WorkbookWriter","RubyXL/Writer/WorkbookWriter.html#method-i-write","()",""],["write_xml","RubyXL::Extension","RubyXL/Extension.html#method-i-write_xml","(xml, node_name_override = nil)",""],["write_xml","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-write_xml","(xml = nil, node_name_override = nil)",""],["write_xml","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-i-write_xml","(xml, node_name_override = nil)",""],["README","","README_rdoc.html","","<p>rubyXL\n<p>To Install:\n\n<pre>gem install rubyXL</pre>\n"]]}}
|
1
|
+
var search_data = {"index":{"searchIndex":["rubyxl","aextensionstoragearea","alignment","alternatecontent","autofilter","autofiltercolumn","booleannode","booleanvalue","border","bordercontainer","borderedge","break","breaklist","calculationchain","calculationchaincell","calculationproperties","cell","cellsmarttag","cellsmarttagcontainer","cellsmarttagproperty","cellstyle","cellstylecontainer","cellstylexfcontainer","cellvalue","cellwatch","cellwatchcontainer","cellxfcontainer","chartsheet","chartsheetpagesetup","chartsheetproperties","chartsheetprotection","chartsheetview","chartsheetviewcontainer","color","colorfilter","colorscale","colorscheme","colorset","colors","columnrange","columnranges","conditionalformatvalue","conditionalformatting","conditionalformattingrule","customfilter","customfiltercontainer","customproperty","custompropertycontainer","customsheetview","customsheetviews","customworkbookview","customworkbookviewcontainer","dxf","dxfs","databar","dataconsolidate","dataconsolidationreference","dataconsolidationreferences","datavalidation","datavalidations","dategroupitem","definedname","definednames","documentproperties","dynamicfilter","embeddedcontrol","embeddedcontrolcontainer","extension","extensionstoragearea","externalreference","externalreferences","fielditem","filerecoveryproperties","filesharing","fileversion","fill","fillcontainer","filtercontainer","floatnode","floatvalue","font","fontcontainer","fontscheme","formatscheme","formula","functiongroup","functiongroupcontainer","genericstorage","gradientfill","headerfootersettings","hyperlink","hyperlinkcontainer","iconfilter","iconset","ignorederror","ignorederrorcontainer","indexedcolorcontainer","inputcells","integernode","integervalue","legacycell","legacyworkbook","legacyworksheet","mrucolorcontainer","mergedcell","mergedcells","numfmt","numberformat","numberformatcontainer","oleobject","oleobjects","olesize","ooxmlobject","ooxmltoplevelobject","outlineproperties","pagemargins","pagesetup","pagesetupproperties","pane","parser","patternfill","phoneticproperties","phoneticrun","pivotarea","pivotcache","pivotcaches","pivotreference","pivotreferencecontainer","pivottableselection","printoptions","protectedrange","protectedranges","protection","rid","rawooxml","reference","relationship","richtext","richtextrun","row","runproperties","scenario","scenariocontainer","selection","sharedstringstable","sheet","sheetcalculationproperties","sheetdata","sheets","smarttagcontainer","smarttagproperties","smarttagtype","smarttagtypecontainer","sortcondition","sortstate","sqref","stop","stringnode","stringvalue","stylesheet","tableparts","tablestyle","tablestyles","text","theme","themeelements","top10","variant","vector","vectorvalue","webpublishobject","webpublishobjectcontainer","webpublishingitem","webpublishingitemcontainer","webpublishingproperties","workbook","workbookproperties","workbookprotection","workbookrelationships","workbookview","workbookviews","worksheet","worksheetdimensions","worksheetformatproperties","worksheetproperties","worksheetprotection","worksheetview","worksheetviews","writer","contenttypeswriter","corewriter","genericwriter","rootrelswriter","styleswriter","themewriter","workbookwriter","worksheetwriter","xf","==()","==()","==()","[]()","[]()","[]()","add()","add_cell()","add_part_title()","add_row()","add_to_zip()","add_to_zip()","add_worksheet()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","binary()","border_bottom()","border_diagonal()","border_left()","border_right()","border_top()","borders()","cell_xfs()","change_border_bottom()","change_border_diagonal()","change_border_left()","change_border_right()","change_border_top()","change_column_bold()","change_column_border_bottom()","change_column_border_diagonal()","change_column_border_left()","change_column_border_right()","change_column_border_top()","change_column_fill()","change_column_font_color()","change_column_font_name()","change_column_font_size()","change_column_horizontal_alignment()","change_column_italics()","change_column_strikethrough()","change_column_underline()","change_column_vertical_alignment()","change_column_width()","change_contents()","change_fill()","change_font_bold()","change_font_color()","change_font_italics()","change_font_name()","change_font_size()","change_font_strikethrough()","change_font_underline()","change_horizontal_alignment()","change_row_bold()","change_row_border_bottom()","change_row_border_diagonal()","change_row_border_left()","change_row_border_right()","change_row_border_top()","change_row_fill()","change_row_font_color()","change_row_font_name()","change_row_font_size()","change_row_height()","change_row_horizontal_alignment()","change_row_italics()","change_row_strikethrough()","change_row_underline()","change_row_vertical_alignment()","change_text_wrap()","change_vertical_alignment()","column()","column=()","cover?()","create_relationship()","data_only()","date_to_num()","define_attribute()","define_child_node()","define_element_name()","delete_cell()","delete_column()","delete_column()","delete_row()","dup()","each()","each()","empty?()","extract_data()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","fill_color()","fills()","find()","find_by_format_id()","find_by_rid()","first_col()","first_row()","font_color()","font_name()","font_size()","fonts()","get_column_border_bottom()","get_column_border_diagonal()","get_column_border_left()","get_column_border_right()","get_column_border_top()","get_column_fill()","get_column_font_color()","get_column_font_name()","get_column_font_size()","get_column_horizontal_alignment()","get_column_vertical_alignment()","get_column_width()","get_fill_color()","get_index()","get_name()","get_range()","get_rgb_color()","get_row_border_bottom()","get_row_border_diagonal()","get_row_border_left()","get_row_border_right()","get_row_border_top()","get_row_fill()","get_row_font_color()","get_row_font_name()","get_row_font_size()","get_row_height()","get_row_horizontal_alignment()","get_row_vertical_alignment()","get_size()","get_table()","horizontal_alignment()","include?()","ind2ref()","index_in_collection()","index_in_collection()","insert_cell()","insert_column()","insert_column()","insert_column()","insert_row()","inspect()","inspect()","is_bold()","is_bolded()","is_column_bolded()","is_column_italicized()","is_column_struckthrough()","is_column_underlined()","is_date?()","is_date_format?()","is_italic()","is_italicized()","is_row_bolded()","is_row_italicized()","is_row_struckthrough()","is_row_underlined()","is_strikethrough()","is_struckthrough()","is_underlined()","is_underlined()","last_col()","last_row()","load_dir()","load_file()","merge_cells()","modify_alignment()","modify_border()","modify_fill()","modify_text_wrap()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","num_to_date()","obtain_class_variable()","ooxml_object()","ooxml_object()","ooxml_object()","parse()","parse()","parse()","parse()","parse()","raw_value()","raw_value=()","ref2ind()","register_new_fill()","register_new_font()","register_new_xf()","render_xml()","row()","row=()","set_bold()","set_countable()","set_italic()","set_name()","set_rgb_color()","set_size()","set_strikethrough()","set_underline()","single_cell?()","text_wrap()","to_s()","to_s()","to_s()","validate_color()","value()","vertical_alignment()","workbook()","write()","write()","write()","write()","write()","write()","write()","write_xml()","write_xml()","write_xml()","readme"],"longSearchIndex":["rubyxl","rubyxl::aextensionstoragearea","rubyxl::alignment","rubyxl::alternatecontent","rubyxl::autofilter","rubyxl::autofiltercolumn","rubyxl::booleannode","rubyxl::booleanvalue","rubyxl::border","rubyxl::bordercontainer","rubyxl::borderedge","rubyxl::break","rubyxl::breaklist","rubyxl::calculationchain","rubyxl::calculationchaincell","rubyxl::calculationproperties","rubyxl::cell","rubyxl::cellsmarttag","rubyxl::cellsmarttagcontainer","rubyxl::cellsmarttagproperty","rubyxl::cellstyle","rubyxl::cellstylecontainer","rubyxl::cellstylexfcontainer","rubyxl::cellvalue","rubyxl::cellwatch","rubyxl::cellwatchcontainer","rubyxl::cellxfcontainer","rubyxl::chartsheet","rubyxl::chartsheetpagesetup","rubyxl::chartsheetproperties","rubyxl::chartsheetprotection","rubyxl::chartsheetview","rubyxl::chartsheetviewcontainer","rubyxl::color","rubyxl::colorfilter","rubyxl::colorscale","rubyxl::colorscheme","rubyxl::colorset","rubyxl::colors","rubyxl::columnrange","rubyxl::columnranges","rubyxl::conditionalformatvalue","rubyxl::conditionalformatting","rubyxl::conditionalformattingrule","rubyxl::customfilter","rubyxl::customfiltercontainer","rubyxl::customproperty","rubyxl::custompropertycontainer","rubyxl::customsheetview","rubyxl::customsheetviews","rubyxl::customworkbookview","rubyxl::customworkbookviewcontainer","rubyxl::dxf","rubyxl::dxfs","rubyxl::databar","rubyxl::dataconsolidate","rubyxl::dataconsolidationreference","rubyxl::dataconsolidationreferences","rubyxl::datavalidation","rubyxl::datavalidations","rubyxl::dategroupitem","rubyxl::definedname","rubyxl::definednames","rubyxl::documentproperties","rubyxl::dynamicfilter","rubyxl::embeddedcontrol","rubyxl::embeddedcontrolcontainer","rubyxl::extension","rubyxl::extensionstoragearea","rubyxl::externalreference","rubyxl::externalreferences","rubyxl::fielditem","rubyxl::filerecoveryproperties","rubyxl::filesharing","rubyxl::fileversion","rubyxl::fill","rubyxl::fillcontainer","rubyxl::filtercontainer","rubyxl::floatnode","rubyxl::floatvalue","rubyxl::font","rubyxl::fontcontainer","rubyxl::fontscheme","rubyxl::formatscheme","rubyxl::formula","rubyxl::functiongroup","rubyxl::functiongroupcontainer","rubyxl::genericstorage","rubyxl::gradientfill","rubyxl::headerfootersettings","rubyxl::hyperlink","rubyxl::hyperlinkcontainer","rubyxl::iconfilter","rubyxl::iconset","rubyxl::ignorederror","rubyxl::ignorederrorcontainer","rubyxl::indexedcolorcontainer","rubyxl::inputcells","rubyxl::integernode","rubyxl::integervalue","rubyxl::legacycell","rubyxl::legacyworkbook","rubyxl::legacyworksheet","rubyxl::mrucolorcontainer","rubyxl::mergedcell","rubyxl::mergedcells","rubyxl::numfmt","rubyxl::numberformat","rubyxl::numberformatcontainer","rubyxl::oleobject","rubyxl::oleobjects","rubyxl::olesize","rubyxl::ooxmlobject","rubyxl::ooxmltoplevelobject","rubyxl::outlineproperties","rubyxl::pagemargins","rubyxl::pagesetup","rubyxl::pagesetupproperties","rubyxl::pane","rubyxl::parser","rubyxl::patternfill","rubyxl::phoneticproperties","rubyxl::phoneticrun","rubyxl::pivotarea","rubyxl::pivotcache","rubyxl::pivotcaches","rubyxl::pivotreference","rubyxl::pivotreferencecontainer","rubyxl::pivottableselection","rubyxl::printoptions","rubyxl::protectedrange","rubyxl::protectedranges","rubyxl::protection","rubyxl::rid","rubyxl::rawooxml","rubyxl::reference","rubyxl::relationship","rubyxl::richtext","rubyxl::richtextrun","rubyxl::row","rubyxl::runproperties","rubyxl::scenario","rubyxl::scenariocontainer","rubyxl::selection","rubyxl::sharedstringstable","rubyxl::sheet","rubyxl::sheetcalculationproperties","rubyxl::sheetdata","rubyxl::sheets","rubyxl::smarttagcontainer","rubyxl::smarttagproperties","rubyxl::smarttagtype","rubyxl::smarttagtypecontainer","rubyxl::sortcondition","rubyxl::sortstate","rubyxl::sqref","rubyxl::stop","rubyxl::stringnode","rubyxl::stringvalue","rubyxl::stylesheet","rubyxl::tableparts","rubyxl::tablestyle","rubyxl::tablestyles","rubyxl::text","rubyxl::theme","rubyxl::themeelements","rubyxl::top10","rubyxl::variant","rubyxl::vector","rubyxl::vectorvalue","rubyxl::webpublishobject","rubyxl::webpublishobjectcontainer","rubyxl::webpublishingitem","rubyxl::webpublishingitemcontainer","rubyxl::webpublishingproperties","rubyxl::workbook","rubyxl::workbookproperties","rubyxl::workbookprotection","rubyxl::workbookrelationships","rubyxl::workbookview","rubyxl::workbookviews","rubyxl::worksheet","rubyxl::worksheetdimensions","rubyxl::worksheetformatproperties","rubyxl::worksheetproperties","rubyxl::worksheetprotection","rubyxl::worksheetview","rubyxl::worksheetviews","rubyxl::writer","rubyxl::writer::contenttypeswriter","rubyxl::writer::corewriter","rubyxl::writer::genericwriter","rubyxl::writer::rootrelswriter","rubyxl::writer::styleswriter","rubyxl::writer::themewriter","rubyxl::writer::workbookwriter","rubyxl::writer::worksheetwriter","rubyxl::xf","rubyxl::borderedge#==()","rubyxl::font#==()","rubyxl::reference#==()","rubyxl::legacyworkbook#[]()","rubyxl::legacyworksheet#[]()","rubyxl::sharedstringstable#[]()","rubyxl::sharedstringstable#add()","rubyxl::legacyworksheet#add_cell()","rubyxl::documentproperties#add_part_title()","rubyxl::legacyworksheet#add_row()","rubyxl::genericstorage#add_to_zip()","rubyxl::writer::genericwriter#add_to_zip()","rubyxl::legacyworkbook#add_worksheet()","rubyxl::columnranges#before_write_xml()","rubyxl::documentproperties#before_write_xml()","rubyxl::ooxmlobject#before_write_xml()","rubyxl::sharedstringstable#before_write_xml()","rubyxl::text#before_write_xml()","rubyxl::workbookrelationships#before_write_xml()","rubyxl::genericstorage#binary()","rubyxl::legacycell#border_bottom()","rubyxl::legacycell#border_diagonal()","rubyxl::legacycell#border_left()","rubyxl::legacycell#border_right()","rubyxl::legacycell#border_top()","rubyxl::legacyworkbook#borders()","rubyxl::legacyworkbook#cell_xfs()","rubyxl::legacycell#change_border_bottom()","rubyxl::legacycell#change_border_diagonal()","rubyxl::legacycell#change_border_left()","rubyxl::legacycell#change_border_right()","rubyxl::legacycell#change_border_top()","rubyxl::legacyworksheet#change_column_bold()","rubyxl::legacyworksheet#change_column_border_bottom()","rubyxl::legacyworksheet#change_column_border_diagonal()","rubyxl::legacyworksheet#change_column_border_left()","rubyxl::legacyworksheet#change_column_border_right()","rubyxl::legacyworksheet#change_column_border_top()","rubyxl::legacyworksheet#change_column_fill()","rubyxl::legacyworksheet#change_column_font_color()","rubyxl::legacyworksheet#change_column_font_name()","rubyxl::legacyworksheet#change_column_font_size()","rubyxl::legacyworksheet#change_column_horizontal_alignment()","rubyxl::legacyworksheet#change_column_italics()","rubyxl::legacyworksheet#change_column_strikethrough()","rubyxl::legacyworksheet#change_column_underline()","rubyxl::legacyworksheet#change_column_vertical_alignment()","rubyxl::legacyworksheet#change_column_width()","rubyxl::legacycell#change_contents()","rubyxl::legacycell#change_fill()","rubyxl::legacycell#change_font_bold()","rubyxl::legacycell#change_font_color()","rubyxl::legacycell#change_font_italics()","rubyxl::legacycell#change_font_name()","rubyxl::legacycell#change_font_size()","rubyxl::legacycell#change_font_strikethrough()","rubyxl::legacycell#change_font_underline()","rubyxl::legacycell#change_horizontal_alignment()","rubyxl::legacyworksheet#change_row_bold()","rubyxl::legacyworksheet#change_row_border_bottom()","rubyxl::legacyworksheet#change_row_border_diagonal()","rubyxl::legacyworksheet#change_row_border_left()","rubyxl::legacyworksheet#change_row_border_right()","rubyxl::legacyworksheet#change_row_border_top()","rubyxl::legacyworksheet#change_row_fill()","rubyxl::legacyworksheet#change_row_font_color()","rubyxl::legacyworksheet#change_row_font_name()","rubyxl::legacyworksheet#change_row_font_size()","rubyxl::legacyworksheet#change_row_height()","rubyxl::legacyworksheet#change_row_horizontal_alignment()","rubyxl::legacyworksheet#change_row_italics()","rubyxl::legacyworksheet#change_row_strikethrough()","rubyxl::legacyworksheet#change_row_underline()","rubyxl::legacyworksheet#change_row_vertical_alignment()","rubyxl::legacycell#change_text_wrap()","rubyxl::legacycell#change_vertical_alignment()","rubyxl::cell#column()","rubyxl::cell#column=()","rubyxl::reference#cover?()","rubyxl::workbookrelationships#create_relationship()","rubyxl::parser#data_only()","rubyxl::legacyworkbook#date_to_num()","rubyxl::ooxmlobject::define_attribute()","rubyxl::ooxmlobject::define_child_node()","rubyxl::ooxmlobject::define_element_name()","rubyxl::legacyworksheet#delete_cell()","rubyxl::columnrange#delete_column()","rubyxl::legacyworksheet#delete_column()","rubyxl::legacyworksheet#delete_row()","rubyxl::ooxmlobject#dup()","rubyxl::legacyworkbook#each()","rubyxl::legacyworksheet#each()","rubyxl::sharedstringstable#empty?()","rubyxl::legacyworksheet#extract_data()","rubyxl::calculationchain::filepath()","rubyxl::documentproperties::filepath()","rubyxl::sharedstringstable::filepath()","rubyxl::workbookrelationships::filepath()","rubyxl::writer::contenttypeswriter#filepath()","rubyxl::writer::corewriter#filepath()","rubyxl::writer::genericwriter#filepath()","rubyxl::writer::rootrelswriter#filepath()","rubyxl::writer::styleswriter#filepath()","rubyxl::writer::themewriter#filepath()","rubyxl::writer::workbookwriter#filepath()","rubyxl::writer::worksheetwriter#filepath()","rubyxl::legacycell#fill_color()","rubyxl::legacyworkbook#fills()","rubyxl::columnranges#find()","rubyxl::numberformatcontainer#find_by_format_id()","rubyxl::workbookrelationships#find_by_rid()","rubyxl::reference#first_col()","rubyxl::reference#first_row()","rubyxl::legacycell#font_color()","rubyxl::legacycell#font_name()","rubyxl::legacycell#font_size()","rubyxl::legacyworkbook#fonts()","rubyxl::legacyworksheet#get_column_border_bottom()","rubyxl::legacyworksheet#get_column_border_diagonal()","rubyxl::legacyworksheet#get_column_border_left()","rubyxl::legacyworksheet#get_column_border_right()","rubyxl::legacyworksheet#get_column_border_top()","rubyxl::legacyworksheet#get_column_fill()","rubyxl::legacyworksheet#get_column_font_color()","rubyxl::legacyworksheet#get_column_font_name()","rubyxl::legacyworksheet#get_column_font_size()","rubyxl::legacyworksheet#get_column_horizontal_alignment()","rubyxl::legacyworksheet#get_column_vertical_alignment()","rubyxl::legacyworksheet#get_column_width()","rubyxl::legacyworkbook#get_fill_color()","rubyxl::sharedstringstable#get_index()","rubyxl::font#get_name()","rubyxl::columnranges#get_range()","rubyxl::font#get_rgb_color()","rubyxl::legacyworksheet#get_row_border_bottom()","rubyxl::legacyworksheet#get_row_border_diagonal()","rubyxl::legacyworksheet#get_row_border_left()","rubyxl::legacyworksheet#get_row_border_right()","rubyxl::legacyworksheet#get_row_border_top()","rubyxl::legacyworksheet#get_row_fill()","rubyxl::legacyworksheet#get_row_font_color()","rubyxl::legacyworksheet#get_row_font_name()","rubyxl::legacyworksheet#get_row_font_size()","rubyxl::legacyworksheet#get_row_height()","rubyxl::legacyworksheet#get_row_horizontal_alignment()","rubyxl::legacyworksheet#get_row_vertical_alignment()","rubyxl::font#get_size()","rubyxl::legacyworksheet#get_table()","rubyxl::legacycell#horizontal_alignment()","rubyxl::columnrange#include?()","rubyxl::reference::ind2ref()","rubyxl::cell#index_in_collection()","rubyxl::ooxmlobject#index_in_collection()","rubyxl::legacyworksheet#insert_cell()","rubyxl::columnrange#insert_column()","rubyxl::columnranges#insert_column()","rubyxl::legacyworksheet#insert_column()","rubyxl::legacyworksheet#insert_row()","rubyxl::legacycell#inspect()","rubyxl::reference#inspect()","rubyxl::font#is_bold()","rubyxl::legacycell#is_bolded()","rubyxl::legacyworksheet#is_column_bolded()","rubyxl::legacyworksheet#is_column_italicized()","rubyxl::legacyworksheet#is_column_struckthrough()","rubyxl::legacyworksheet#is_column_underlined()","rubyxl::legacycell#is_date?()","rubyxl::numberformat#is_date_format?()","rubyxl::font#is_italic()","rubyxl::legacycell#is_italicized()","rubyxl::legacyworksheet#is_row_bolded()","rubyxl::legacyworksheet#is_row_italicized()","rubyxl::legacyworksheet#is_row_struckthrough()","rubyxl::legacyworksheet#is_row_underlined()","rubyxl::font#is_strikethrough()","rubyxl::legacycell#is_struckthrough()","rubyxl::font#is_underlined()","rubyxl::legacycell#is_underlined()","rubyxl::reference#last_col()","rubyxl::reference#last_row()","rubyxl::genericstorage#load_dir()","rubyxl::genericstorage#load_file()","rubyxl::legacyworksheet#merge_cells()","rubyxl::legacyworkbook#modify_alignment()","rubyxl::legacyworkbook#modify_border()","rubyxl::legacyworkbook#modify_fill()","rubyxl::legacyworkbook#modify_text_wrap()","rubyxl::genericstorage::new()","rubyxl::legacyworkbook::new()","rubyxl::legacyworksheet::new()","rubyxl::ooxmlobject::new()","rubyxl::parser::new()","rubyxl::reference::new()","rubyxl::sharedstringstable::new()","rubyxl::sqref::new()","rubyxl::writer::genericwriter::new()","rubyxl::writer::worksheetwriter::new()","rubyxl::legacyworkbook#num_to_date()","rubyxl::ooxmlobject::obtain_class_variable()","rubyxl::writer::genericwriter#ooxml_object()","rubyxl::writer::styleswriter#ooxml_object()","rubyxl::writer::worksheetwriter#ooxml_object()","rubyxl::extension::parse()","rubyxl::ooxmlobject::parse()","rubyxl::parser::parse()","rubyxl::parser#parse()","rubyxl::rawooxml::parse()","rubyxl::cell#raw_value()","rubyxl::cell#raw_value=()","rubyxl::reference::ref2ind()","rubyxl::legacyworkbook#register_new_fill()","rubyxl::legacyworkbook#register_new_font()","rubyxl::legacyworkbook#register_new_xf()","rubyxl::writer::genericwriter#render_xml()","rubyxl::cell#row()","rubyxl::cell#row=()","rubyxl::font#set_bold()","rubyxl::ooxmlobject::set_countable()","rubyxl::font#set_italic()","rubyxl::font#set_name()","rubyxl::font#set_rgb_color()","rubyxl::font#set_size()","rubyxl::font#set_strikethrough()","rubyxl::font#set_underline()","rubyxl::reference#single_cell?()","rubyxl::legacycell#text_wrap()","rubyxl::reference#to_s()","rubyxl::sqref#to_s()","rubyxl::text#to_s()","rubyxl::color::validate_color()","rubyxl::cell#value()","rubyxl::legacycell#vertical_alignment()","rubyxl::legacycell#workbook()","rubyxl::legacyworkbook#write()","rubyxl::writer::contenttypeswriter#write()","rubyxl::writer::corewriter#write()","rubyxl::writer::genericwriter#write()","rubyxl::writer::rootrelswriter#write()","rubyxl::writer::themewriter#write()","rubyxl::writer::workbookwriter#write()","rubyxl::extension#write_xml()","rubyxl::ooxmlobject#write_xml()","rubyxl::rawooxml#write_xml()",""],"info":[["RubyXL","","RubyXL.html","",""],["RubyXL::AExtensionStorageArea","","RubyXL/AExtensionStorageArea.html","",""],["RubyXL::Alignment","","RubyXL/Alignment.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_alignment-1.html\n"],["RubyXL::AlternateContent","","RubyXL/AlternateContent.html","",""],["RubyXL::AutoFilter","","RubyXL/AutoFilter.html","",""],["RubyXL::AutoFilterColumn","","RubyXL/AutoFilterColumn.html","",""],["RubyXL::BooleanNode","","RubyXL/BooleanNode.html","",""],["RubyXL::BooleanValue","","RubyXL/BooleanValue.html","",""],["RubyXL::Border","","RubyXL/Border.html","",""],["RubyXL::BorderContainer","","RubyXL/BorderContainer.html","",""],["RubyXL::BorderEdge","","RubyXL/BorderEdge.html","",""],["RubyXL::Break","","RubyXL/Break.html","",""],["RubyXL::BreakList","","RubyXL/BreakList.html","",""],["RubyXL::CalculationChain","","RubyXL/CalculationChain.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_calcChain.html\n"],["RubyXL::CalculationChainCell","","RubyXL/CalculationChainCell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-1.html\n"],["RubyXL::CalculationProperties","","RubyXL/CalculationProperties.html","",""],["RubyXL::Cell","","RubyXL/Cell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-2.html\n"],["RubyXL::CellSmartTag","","RubyXL/CellSmartTag.html","",""],["RubyXL::CellSmartTagContainer","","RubyXL/CellSmartTagContainer.html","",""],["RubyXL::CellSmartTagProperty","","RubyXL/CellSmartTagProperty.html","",""],["RubyXL::CellStyle","","RubyXL/CellStyle.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_cellStyle-1.html\n"],["RubyXL::CellStyleContainer","","RubyXL/CellStyleContainer.html","",""],["RubyXL::CellStyleXFContainer","","RubyXL/CellStyleXFContainer.html","",""],["RubyXL::CellValue","","RubyXL/CellValue.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_v-1.html\n"],["RubyXL::CellWatch","","RubyXL/CellWatch.html","",""],["RubyXL::CellWatchContainer","","RubyXL/CellWatchContainer.html","",""],["RubyXL::CellXFContainer","","RubyXL/CellXFContainer.html","",""],["RubyXL::Chartsheet","","RubyXL/Chartsheet.html","",""],["RubyXL::ChartsheetPageSetup","","RubyXL/ChartsheetPageSetup.html","",""],["RubyXL::ChartsheetProperties","","RubyXL/ChartsheetProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetPr-4.html\n"],["RubyXL::ChartsheetProtection","","RubyXL/ChartsheetProtection.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetProtection-4.html\n"],["RubyXL::ChartsheetView","","RubyXL/ChartsheetView.html","",""],["RubyXL::ChartsheetViewContainer","","RubyXL/ChartsheetViewContainer.html","",""],["RubyXL::Color","","RubyXL/Color.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_color-4.html\n"],["RubyXL::ColorFilter","","RubyXL/ColorFilter.html","",""],["RubyXL::ColorScale","","RubyXL/ColorScale.html","",""],["RubyXL::ColorScheme","","RubyXL/ColorScheme.html","",""],["RubyXL::ColorSet","","RubyXL/ColorSet.html","",""],["RubyXL::Colors","","RubyXL/Colors.html","",""],["RubyXL::ColumnRange","","RubyXL/ColumnRange.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_col-1.html\n"],["RubyXL::ColumnRanges","","RubyXL/ColumnRanges.html","",""],["RubyXL::ConditionalFormatValue","","RubyXL/ConditionalFormatValue.html","",""],["RubyXL::ConditionalFormatting","","RubyXL/ConditionalFormatting.html","",""],["RubyXL::ConditionalFormattingRule","","RubyXL/ConditionalFormattingRule.html","",""],["RubyXL::CustomFilter","","RubyXL/CustomFilter.html","",""],["RubyXL::CustomFilterContainer","","RubyXL/CustomFilterContainer.html","",""],["RubyXL::CustomProperty","","RubyXL/CustomProperty.html","",""],["RubyXL::CustomPropertyContainer","","RubyXL/CustomPropertyContainer.html","",""],["RubyXL::CustomSheetView","","RubyXL/CustomSheetView.html","",""],["RubyXL::CustomSheetViews","","RubyXL/CustomSheetViews.html","",""],["RubyXL::CustomWorkbookView","","RubyXL/CustomWorkbookView.html","",""],["RubyXL::CustomWorkbookViewContainer","","RubyXL/CustomWorkbookViewContainer.html","",""],["RubyXL::DXF","","RubyXL/DXF.html","",""],["RubyXL::DXFs","","RubyXL/DXFs.html","",""],["RubyXL::DataBar","","RubyXL/DataBar.html","",""],["RubyXL::DataConsolidate","","RubyXL/DataConsolidate.html","",""],["RubyXL::DataConsolidationReference","","RubyXL/DataConsolidationReference.html","",""],["RubyXL::DataConsolidationReferences","","RubyXL/DataConsolidationReferences.html","",""],["RubyXL::DataValidation","","RubyXL/DataValidation.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_dataValidation-1.html\n"],["RubyXL::DataValidations","","RubyXL/DataValidations.html","",""],["RubyXL::DateGroupItem","","RubyXL/DateGroupItem.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_dateGroupItem-1.html\n"],["RubyXL::DefinedName","","RubyXL/DefinedName.html","",""],["RubyXL::DefinedNames","","RubyXL/DefinedNames.html","",""],["RubyXL::DocumentProperties","","RubyXL/DocumentProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-extended-properties_Properties.html\n"],["RubyXL::DynamicFilter","","RubyXL/DynamicFilter.html","",""],["RubyXL::EmbeddedControl","","RubyXL/EmbeddedControl.html","",""],["RubyXL::EmbeddedControlContainer","","RubyXL/EmbeddedControlContainer.html","",""],["RubyXL::Extension","","RubyXL/Extension.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n<p>www.schemacentral.com/sc/ooxml/e-a_ext-1.html\n"],["RubyXL::ExtensionStorageArea","","RubyXL/ExtensionStorageArea.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_extLst-1.html\n"],["RubyXL::ExternalReference","","RubyXL/ExternalReference.html","",""],["RubyXL::ExternalReferences","","RubyXL/ExternalReferences.html","",""],["RubyXL::FieldItem","","RubyXL/FieldItem.html","",""],["RubyXL::FileRecoveryProperties","","RubyXL/FileRecoveryProperties.html","",""],["RubyXL::FileSharing","","RubyXL/FileSharing.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileSharing-1.html\n"],["RubyXL::FileVersion","","RubyXL/FileVersion.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileVersion-1.html\n"],["RubyXL::Fill","","RubyXL/Fill.html","",""],["RubyXL::FillContainer","","RubyXL/FillContainer.html","",""],["RubyXL::FilterContainer","","RubyXL/FilterContainer.html","",""],["RubyXL::FloatNode","","RubyXL/FloatNode.html","",""],["RubyXL::FloatValue","","RubyXL/FloatValue.html","",""],["RubyXL::Font","","RubyXL/Font.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_font-1.html\n"],["RubyXL::FontContainer","","RubyXL/FontContainer.html","",""],["RubyXL::FontScheme","","RubyXL/FontScheme.html","",""],["RubyXL::FormatScheme","","RubyXL/FormatScheme.html","",""],["RubyXL::Formula","","RubyXL/Formula.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_f-1.html\n"],["RubyXL::FunctionGroup","","RubyXL/FunctionGroup.html","",""],["RubyXL::FunctionGroupContainer","","RubyXL/FunctionGroupContainer.html","",""],["RubyXL::GenericStorage","","RubyXL/GenericStorage.html","",""],["RubyXL::GradientFill","","RubyXL/GradientFill.html","",""],["RubyXL::HeaderFooterSettings","","RubyXL/HeaderFooterSettings.html","",""],["RubyXL::Hyperlink","","RubyXL/Hyperlink.html","",""],["RubyXL::HyperlinkContainer","","RubyXL/HyperlinkContainer.html","",""],["RubyXL::IconFilter","","RubyXL/IconFilter.html","",""],["RubyXL::IconSet","","RubyXL/IconSet.html","",""],["RubyXL::IgnoredError","","RubyXL/IgnoredError.html","",""],["RubyXL::IgnoredErrorContainer","","RubyXL/IgnoredErrorContainer.html","",""],["RubyXL::IndexedColorContainer","","RubyXL/IndexedColorContainer.html","",""],["RubyXL::InputCells","","RubyXL/InputCells.html","",""],["RubyXL::IntegerNode","","RubyXL/IntegerNode.html","",""],["RubyXL::IntegerValue","","RubyXL/IntegerValue.html","",""],["RubyXL::LegacyCell","","RubyXL/LegacyCell.html","",""],["RubyXL::LegacyWorkbook","","RubyXL/LegacyWorkbook.html","",""],["RubyXL::LegacyWorksheet","","RubyXL/LegacyWorksheet.html","",""],["RubyXL::MRUColorContainer","","RubyXL/MRUColorContainer.html","",""],["RubyXL::MergedCell","","RubyXL/MergedCell.html","",""],["RubyXL::MergedCells","","RubyXL/MergedCells.html","",""],["RubyXL::NumFmt","","RubyXL/NumFmt.html","",""],["RubyXL::NumberFormat","","RubyXL/NumberFormat.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmt-1.html\n"],["RubyXL::NumberFormatContainer","","RubyXL/NumberFormatContainer.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmts-1.html\n"],["RubyXL::OLEObject","","RubyXL/OLEObject.html","",""],["RubyXL::OLEObjects","","RubyXL/OLEObjects.html","",""],["RubyXL::OLESize","","RubyXL/OLESize.html","",""],["RubyXL::OOXMLObject","","RubyXL/OOXMLObject.html","","<p>Parent class for defining OOXML based objects (not unlike Rails’\n<code>ActiveRecord</code>!) Most importantly, provides …\n"],["RubyXL::OOXMLTopLevelObject","","RubyXL/OOXMLTopLevelObject.html","",""],["RubyXL::OutlineProperties","","RubyXL/OutlineProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_outlinePr-1.html\n"],["RubyXL::PageMargins","","RubyXL/PageMargins.html","",""],["RubyXL::PageSetup","","RubyXL/PageSetup.html","",""],["RubyXL::PageSetupProperties","","RubyXL/PageSetupProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_pageSetUpPr-1.html\n"],["RubyXL::Pane","","RubyXL/Pane.html","",""],["RubyXL::Parser","","RubyXL/Parser.html","",""],["RubyXL::PatternFill","","RubyXL/PatternFill.html","",""],["RubyXL::PhoneticProperties","","RubyXL/PhoneticProperties.html","",""],["RubyXL::PhoneticRun","","RubyXL/PhoneticRun.html","",""],["RubyXL::PivotArea","","RubyXL/PivotArea.html","",""],["RubyXL::PivotCache","","RubyXL/PivotCache.html","",""],["RubyXL::PivotCaches","","RubyXL/PivotCaches.html","",""],["RubyXL::PivotReference","","RubyXL/PivotReference.html","",""],["RubyXL::PivotReferenceContainer","","RubyXL/PivotReferenceContainer.html","",""],["RubyXL::PivotTableSelection","","RubyXL/PivotTableSelection.html","",""],["RubyXL::PrintOptions","","RubyXL/PrintOptions.html","",""],["RubyXL::ProtectedRange","","RubyXL/ProtectedRange.html","",""],["RubyXL::ProtectedRanges","","RubyXL/ProtectedRanges.html","",""],["RubyXL::Protection","","RubyXL/Protection.html","",""],["RubyXL::RID","","RubyXL/RID.html","",""],["RubyXL::RawOOXML","","RubyXL/RawOOXML.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n"],["RubyXL::Reference","","RubyXL/Reference.html","",""],["RubyXL::Relationship","","RubyXL/Relationship.html","",""],["RubyXL::RichText","","RubyXL/RichText.html","",""],["RubyXL::RichTextRun","","RubyXL/RichTextRun.html","",""],["RubyXL::Row","","RubyXL/Row.html","",""],["RubyXL::RunProperties","","RubyXL/RunProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_rPr-1.html\n"],["RubyXL::Scenario","","RubyXL/Scenario.html","",""],["RubyXL::ScenarioContainer","","RubyXL/ScenarioContainer.html","",""],["RubyXL::Selection","","RubyXL/Selection.html","",""],["RubyXL::SharedStringsTable","","RubyXL/SharedStringsTable.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sst.html\n"],["RubyXL::Sheet","","RubyXL/Sheet.html","",""],["RubyXL::SheetCalculationProperties","","RubyXL/SheetCalculationProperties.html","",""],["RubyXL::SheetData","","RubyXL/SheetData.html","",""],["RubyXL::Sheets","","RubyXL/Sheets.html","",""],["RubyXL::SmartTagContainer","","RubyXL/SmartTagContainer.html","",""],["RubyXL::SmartTagProperties","","RubyXL/SmartTagProperties.html","",""],["RubyXL::SmartTagType","","RubyXL/SmartTagType.html","",""],["RubyXL::SmartTagTypeContainer","","RubyXL/SmartTagTypeContainer.html","",""],["RubyXL::SortCondition","","RubyXL/SortCondition.html","",""],["RubyXL::SortState","","RubyXL/SortState.html","",""],["RubyXL::Sqref","","RubyXL/Sqref.html","",""],["RubyXL::Stop","","RubyXL/Stop.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_gradientFill-1.html\n"],["RubyXL::StringNode","","RubyXL/StringNode.html","",""],["RubyXL::StringValue","","RubyXL/StringValue.html","",""],["RubyXL::Stylesheet","","RubyXL/Stylesheet.html","",""],["RubyXL::TableParts","","RubyXL/TableParts.html","",""],["RubyXL::TableStyle","","RubyXL/TableStyle.html","",""],["RubyXL::TableStyles","","RubyXL/TableStyles.html","",""],["RubyXL::Text","","RubyXL/Text.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_t-1.html\n"],["RubyXL::Theme","","RubyXL/Theme.html","",""],["RubyXL::ThemeElements","","RubyXL/ThemeElements.html","",""],["RubyXL::Top10","","RubyXL/Top10.html","",""],["RubyXL::Variant","","RubyXL/Variant.html","","<p>www.schemacentral.com/sc/ooxml/e-docPropsVTypes_variant.html\n"],["RubyXL::Vector","","RubyXL/Vector.html","",""],["RubyXL::VectorValue","","RubyXL/VectorValue.html","",""],["RubyXL::WebPublishObject","","RubyXL/WebPublishObject.html","",""],["RubyXL::WebPublishObjectContainer","","RubyXL/WebPublishObjectContainer.html","",""],["RubyXL::WebPublishingItem","","RubyXL/WebPublishingItem.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_webPublishItem-1.html\n"],["RubyXL::WebPublishingItemContainer","","RubyXL/WebPublishingItemContainer.html","",""],["RubyXL::WebPublishingProperties","","RubyXL/WebPublishingProperties.html","",""],["RubyXL::Workbook","","RubyXL/Workbook.html","",""],["RubyXL::WorkbookProperties","","RubyXL/WorkbookProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_workbookPr-1.html\n"],["RubyXL::WorkbookProtection","","RubyXL/WorkbookProtection.html","",""],["RubyXL::WorkbookRelationships","","RubyXL/WorkbookRelationships.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_calcChain.html\n"],["RubyXL::WorkbookView","","RubyXL/WorkbookView.html","",""],["RubyXL::WorkbookViews","","RubyXL/WorkbookViews.html","",""],["RubyXL::Worksheet","","RubyXL/Worksheet.html","",""],["RubyXL::WorksheetDimensions","","RubyXL/WorksheetDimensions.html","",""],["RubyXL::WorksheetFormatProperties","","RubyXL/WorksheetFormatProperties.html","",""],["RubyXL::WorksheetProperties","","RubyXL/WorksheetProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetPr-3.html\n"],["RubyXL::WorksheetProtection","","RubyXL/WorksheetProtection.html","",""],["RubyXL::WorksheetView","","RubyXL/WorksheetView.html","",""],["RubyXL::WorksheetViews","","RubyXL/WorksheetViews.html","",""],["RubyXL::Writer","","RubyXL/Writer.html","",""],["RubyXL::Writer::ContentTypesWriter","","RubyXL/Writer/ContentTypesWriter.html","",""],["RubyXL::Writer::CoreWriter","","RubyXL/Writer/CoreWriter.html","",""],["RubyXL::Writer::GenericWriter","","RubyXL/Writer/GenericWriter.html","",""],["RubyXL::Writer::RootRelsWriter","","RubyXL/Writer/RootRelsWriter.html","",""],["RubyXL::Writer::StylesWriter","","RubyXL/Writer/StylesWriter.html","",""],["RubyXL::Writer::ThemeWriter","","RubyXL/Writer/ThemeWriter.html","",""],["RubyXL::Writer::WorkbookWriter","","RubyXL/Writer/WorkbookWriter.html","",""],["RubyXL::Writer::WorksheetWriter","","RubyXL/Writer/WorksheetWriter.html","",""],["RubyXL::XF","","RubyXL/XF.html","",""],["==","RubyXL::BorderEdge","RubyXL/BorderEdge.html#method-i-3D-3D","(other)",""],["==","RubyXL::Font","RubyXL/Font.html#method-i-3D-3D","(other)",""],["==","RubyXL::Reference","RubyXL/Reference.html#method-i-3D-3D","(other)",""],["[]","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-5B-5D","(ind)","<p>Finds worksheet by its name or numerical index\n"],["[]","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-5B-5D","(row = 0)","<p>allows for easier access to sheet_data\n"],["[]","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-5B-5D","(index)",""],["add","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-add","(str, index = nil)",""],["add_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_cell","(row = 0, column = 0, data = '', formula = nil, overwrite = true)",""],["add_part_title","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-add_part_title","(name)",""],["add_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_row","(row = 0, params = {})",""],["add_to_zip","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-add_to_zip","(zipfile)",""],["add_to_zip","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-add_to_zip","(zipfile)",""],["add_worksheet","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-add_worksheet","(name = nil)","<p>Create new simple worksheet and add it to the workbook worksheets\n<p>@param [String] The name for the new …\n"],["before_write_xml","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-before_write_xml","()","<p>Subclass provided filter to perform last-minute operations (cleanup, count,\netc.) immediately prior to …\n"],["before_write_xml","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::Text","RubyXL/Text.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-i-before_write_xml","()",""],["binary","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-binary","()",""],["border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_bottom","()","<p>returns cell’s bottom border\n"],["border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_diagonal","()","<p>returns cell’s diagonal border\n"],["border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_left","()","<p>returns cell’s left border\n"],["border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_right","()","<p>returns cell’s right border\n"],["border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_top","()","<p>returns cell’s top border\n"],["borders","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-borders","()",""],["cell_xfs","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-cell_xfs","()",""],["change_border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_bottom","(weight='thin')","<p>changes bottom border of cell\n"],["change_border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_diagonal","(weight='thin')","<p>changes diagonal border of cell\n"],["change_border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_left","(weight='thin')","<p>changes left border of cell\n"],["change_border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_right","(weight='thin')","<p>changes right border of cell\n"],["change_border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_top","(weight='thin')","<p>changes top border of cell\n"],["change_column_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_bold","(col = 0, bolded = false)",""],["change_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_bottom","(col=0,weight = 'thin')",""],["change_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_diagonal","(col=0,weight = 'thin')",""],["change_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_left","(col=0,weight = 'thin')",""],["change_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_right","(col=0,weight = 'thin')",""],["change_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_top","(col=0,weight = 'thin')",""],["change_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_fill","(column_index = 0, color_index='ffffff')",""],["change_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_color","(col=0, font_color='000000')","<p>Changes font color of column\n"],["change_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_name","(col = 0, font_name = 'Verdana')","<p>Changes font name of column\n"],["change_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_size","(col=0, font_size=10)","<p>Changes font size of column\n"],["change_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_horizontal_alignment","(col=0,alignment='center')",""],["change_column_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_italics","(col = 0, italicized = false)",""],["change_column_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_strikethrough","(col=0, struckthrough=false)",""],["change_column_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_underline","(col = 0, underlined = false)",""],["change_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_vertical_alignment","(col=0,alignment='center')",""],["change_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_width","(column_index = 0, width = 13)",""],["change_contents","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_contents","(data, formula=nil)","<p>changes contents of cell, with formula option\n"],["change_fill","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_fill","(rgb='ffffff')","<p>changes fill color of cell\n"],["change_font_bold","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_bold","(bolded=false)","<p>Changes font bold settings of cell\n"],["change_font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_color","(font_color='000000')","<p>Changes font color of cell\n"],["change_font_italics","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_italics","(italicized=false)","<p>Changes font italics settings of cell\n"],["change_font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_name","(new_font_name = 'Verdana')","<p>Changes font name of cell\n"],["change_font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_size","(font_size=10)","<p>Changes font size of cell\n"],["change_font_strikethrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_strikethrough","(struckthrough=false)",""],["change_font_underline","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_underline","(underlined=false)","<p>Changes font underline settings of cell\n"],["change_horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_horizontal_alignment","(alignment='center')","<p>changes horizontal alignment of cell\n"],["change_row_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_bold","(row = 0, bolded=false)",""],["change_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_bottom","(row = 0, weight = 'thin')",""],["change_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_diagonal","(row = 0, weight = 'thin')",""],["change_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_left","(row = 0, weight = 'thin')",""],["change_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_right","(row = 0, weight = 'thin')",""],["change_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_top","(row = 0, weight = 'thin')",""],["change_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_fill","(row_index = 0, rgb = 'ffffff')","<p>changes color of fill in (zer0 indexed) row\n"],["change_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_color","(row = 0, font_color='000000')",""],["change_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_name","(row = 0, font_name = 'Verdana')",""],["change_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_size","(row = 0, font_size=10)",""],["change_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_height","(row = 0, height=10)",""],["change_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_horizontal_alignment","(row = 0,alignment='center')",""],["change_row_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_italics","(row = 0, italicized=false)",""],["change_row_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_strikethrough","(row = 0, struckthrough=false)",""],["change_row_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_underline","(row = 0, underlined=false)",""],["change_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_vertical_alignment","(row = 0,alignment='center')",""],["change_text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_text_wrap","(wrap=false)","<p>changes wrap of cell\n"],["change_vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_vertical_alignment","(alignment='center')","<p>changes vertical alignment of cell\n"],["column","RubyXL::Cell","RubyXL/Cell.html#method-i-column","()",""],["column=","RubyXL::Cell","RubyXL/Cell.html#method-i-column-3D","(v)",""],["cover?","RubyXL::Reference","RubyXL/Reference.html#method-i-cover-3F","(other)",""],["create_relationship","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-i-create_relationship","(target, type)",""],["data_only","RubyXL::Parser","RubyXL/Parser.html#method-i-data_only","()",""],["date_to_num","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-date_to_num","(date)",""],["define_attribute","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-define_attribute","(attr_name, attr_type, extra_params = {})","<p>Defines an attribute of OOXML object.\n<p>Parameters\n<p><code>attribute_name</code> - Name of the element attribute as seen ...\n"],["define_child_node","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-define_child_node","(klass, extra_params = {})","<p>Defines a child node of OOXML object.\n<p>Parameters\n<p><code>klass</code> - Class (descendant of RubyXL::OOXMLObject) of the ...\n"],["define_element_name","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-define_element_name","(element_name)","<p>Defines the name of the element that represents the current OOXML object.\nShould only be used once per …\n"],["delete_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_cell","(row = 0, col=0, shift=nil)","<p>by default, only sets cell to nil if :left is specified, method will shift\nrow contents to the right …\n"],["delete_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-delete_column","(col_index)",""],["delete_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_column","(column_index = 0)",""],["delete_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_row","(row_index=0)",""],["dup","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-dup","()",""],["each","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-each","()",""],["each","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-each","()",""],["empty?","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-empty-3F","()",""],["extract_data","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-extract_data","(args = {})","<p>returns 2d array of just the cell values (without style or formula\ninformation)\n"],["filepath","RubyXL::CalculationChain","RubyXL/CalculationChain.html#method-c-filepath","()",""],["filepath","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-c-filepath","()",""],["filepath","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-filepath","()",""],["filepath","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-c-filepath","()",""],["filepath","RubyXL::Writer::ContentTypesWriter","RubyXL/Writer/ContentTypesWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::CoreWriter","RubyXL/Writer/CoreWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::RootRelsWriter","RubyXL/Writer/RootRelsWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::StylesWriter","RubyXL/Writer/StylesWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::ThemeWriter","RubyXL/Writer/ThemeWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::WorkbookWriter","RubyXL/Writer/WorkbookWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::WorksheetWriter","RubyXL/Writer/WorksheetWriter.html#method-i-filepath","()",""],["fill_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-fill_color","()","<p>returns cell’s fill color\n"],["fills","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fills","()",""],["find","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-find","(col_index)",""],["find_by_format_id","RubyXL::NumberFormatContainer","RubyXL/NumberFormatContainer.html#method-i-find_by_format_id","(format_id)",""],["find_by_rid","RubyXL::WorkbookRelationships","RubyXL/WorkbookRelationships.html#method-i-find_by_rid","(r_id)",""],["first_col","RubyXL::Reference","RubyXL/Reference.html#method-i-first_col","()",""],["first_row","RubyXL::Reference","RubyXL/Reference.html#method-i-first_row","()",""],["font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_color","()",""],["font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_name","()",""],["font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_size","()",""],["fonts","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fonts","()",""],["get_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_bottom","(col=0)",""],["get_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_diagonal","(col=0)",""],["get_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_left","(col=0)",""],["get_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_right","(col=0)",""],["get_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_top","(col=0)",""],["get_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_fill","(col=0)",""],["get_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_color","(col = 0)",""],["get_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_name","(col = 0)",""],["get_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_size","(col = 0)",""],["get_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_horizontal_alignment","(col=0)",""],["get_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_vertical_alignment","(col=0)",""],["get_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_width","(column_index = 0)",""],["get_fill_color","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-get_fill_color","(xf)",""],["get_index","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-get_index","(str, add_if_missing = false)",""],["get_name","RubyXL::Font","RubyXL/Font.html#method-i-get_name","()",""],["get_range","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-get_range","(col_index)","<p>Locate an existing column range, make a new one if not found, or split\nexisting column range into multiples. …\n"],["get_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-get_rgb_color","()",""],["get_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_bottom","(row = 0)",""],["get_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_diagonal","(row = 0)",""],["get_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_left","(row = 0)",""],["get_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_right","(row = 0)",""],["get_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_top","(row = 0)",""],["get_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_fill","(row = 0)",""],["get_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_color","(row = 0)",""],["get_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_name","(row = 0)",""],["get_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_size","(row = 0)",""],["get_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_height","(row = 0)",""],["get_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_horizontal_alignment","(row = 0)",""],["get_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_vertical_alignment","(row = 0)",""],["get_size","RubyXL::Font","RubyXL/Font.html#method-i-get_size","()",""],["get_table","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_table","(headers = [], opts = {})",""],["horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-horizontal_alignment","()","<p>returns cell’s horizontal alignment\n"],["include?","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-include-3F","(col_index)",""],["ind2ref","RubyXL::Reference","RubyXL/Reference.html#method-c-ind2ref","(row = 0, col = 0)","<p>Converts <code>row</code> and <code>col</code> zero-based indices to\nExcel-style cell reference (0) A…Z, AA…AZ, BA… …ZZ, …\n"],["index_in_collection","RubyXL::Cell","RubyXL/Cell.html#method-i-index_in_collection","()",""],["index_in_collection","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-index_in_collection","()","<p>Prototype method. For sparse collections (<code>Rows</code>,\n<code>Cells</code>, etc.) must return index at which this object is …\n"],["insert_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_cell","(row = 0, col = 0, data = nil, formula = nil, shift = nil)",""],["insert_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_column","(column_index = 0)","<p>inserts column at <code>column_index</code>, pushes everything right, takes\nstyles from column to left USE OF THIS …\n"],["insert_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_row","(row_index = 0)","\n<pre>Inserts row at row_index, pushes down, copies style from the row above (that's what Excel 2013 does!)</pre>\n"],["inspect","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-inspect","()",""],["inspect","RubyXL::Reference","RubyXL/Reference.html#method-i-inspect","()",""],["is_bold","RubyXL::Font","RubyXL/Font.html#method-i-is_bold","()",""],["is_bolded","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_bolded","()","<p>returns if font is bolded\n"],["is_column_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_bolded","(col = 0)",""],["is_column_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_italicized","(col = 0)",""],["is_column_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_struckthrough","(col = 0)",""],["is_column_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_underlined","(col = 0)",""],["is_date?","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_date-3F","()",""],["is_date_format?","RubyXL::NumberFormat","RubyXL/NumberFormat.html#method-i-is_date_format-3F","()",""],["is_italic","RubyXL::Font","RubyXL/Font.html#method-i-is_italic","()",""],["is_italicized","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_italicized","()","<p>returns if font is italicized\n"],["is_row_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_bolded","(row = 0)",""],["is_row_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_italicized","(row = 0)",""],["is_row_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_struckthrough","(row = 0)",""],["is_row_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_underlined","(row = 0)",""],["is_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-is_strikethrough","()",""],["is_struckthrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_struckthrough","()",""],["is_underlined","RubyXL::Font","RubyXL/Font.html#method-i-is_underlined","()",""],["is_underlined","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_underlined","()",""],["last_col","RubyXL::Reference","RubyXL/Reference.html#method-i-last_col","()",""],["last_row","RubyXL::Reference","RubyXL/Reference.html#method-i-last_row","()",""],["load_dir","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_dir","(root_dir)",""],["load_file","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_file","(root_dir, filename)",""],["merge_cells","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-merge_cells","(row1 = 0, col1 = 0, row2 = 0, col2 = 0)","<p>merges cells within a rectangular range\n"],["modify_alignment","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_alignment","(style_index, is_horizontal, alignment)",""],["modify_border","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_border","(style_index, direction, weight)",""],["modify_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_fill","(style_index, rgb)",""],["modify_text_wrap","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_text_wrap","(style_index, wrap = false)",""],["new","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-c-new","(local_dir_path)",""],["new","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-c-new","(worksheets=[], filepath=nil, creator=nil, modifier=nil, created_at=nil, company='', application=APPLICATION, appversion=APPVERSION, date1904=0)",""],["new","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-c-new","(params = {})",""],["new","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-new","(params = {})",""],["new","RubyXL::Parser","RubyXL/Parser.html#method-c-new","(opts = {})","<p><code>:data_only</code> allows only the sheet data to be parsed, so as to\nspeed up parsing However, using this option ...\n"],["new","RubyXL::Reference","RubyXL/Reference.html#method-c-new","(*params)","<p>RubyXL::Reference.new(row, col) RubyXL::Reference.new(row_from, row_to,\ncol_from, col_to) RubyXL::Reference.new(reference_string) …\n"],["new","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-new","(*params)",""],["new","RubyXL::Sqref","RubyXL/Sqref.html#method-c-new","(str)",""],["new","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-c-new","(workbook)",""],["new","RubyXL::Writer::WorksheetWriter","RubyXL/Writer/WorksheetWriter.html#method-c-new","(workbook, sheet_index = 0)",""],["num_to_date","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-num_to_date","(num)",""],["obtain_class_variable","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-obtain_class_variable","(var_name, default = {})","<p>Get the value of a [sub]class variable if it exists, or create the\nrespective variable with the passed-in …\n"],["ooxml_object","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-ooxml_object","()",""],["ooxml_object","RubyXL::Writer::StylesWriter","RubyXL/Writer/StylesWriter.html#method-i-ooxml_object","()",""],["ooxml_object","RubyXL::Writer::WorksheetWriter","RubyXL/Writer/WorksheetWriter.html#method-i-ooxml_object","()",""],["parse","RubyXL::Extension","RubyXL/Extension.html#method-c-parse","(node)",""],["parse","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-parse","(node)",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-c-parse","(file_path, opts = {})",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-i-parse","(xl_file_path, opts = {})",""],["parse","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-c-parse","(node)",""],["raw_value","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value","()",""],["raw_value=","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value-3D","(v)",""],["ref2ind","RubyXL::Reference","RubyXL/Reference.html#method-c-ref2ind","(str)","<p>Converts Excel-style cell reference to <code>row</code> and\n<code>col</code> zero-based indices.\n"],["register_new_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_fill","(new_fill, old_xf)",""],["register_new_font","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_font","(new_font, old_xf)",""],["register_new_xf","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_xf","(new_xf, old_style_index)",""],["render_xml","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-render_xml","()",""],["row","RubyXL::Cell","RubyXL/Cell.html#method-i-row","()",""],["row=","RubyXL::Cell","RubyXL/Cell.html#method-i-row-3D","(v)",""],["set_bold","RubyXL::Font","RubyXL/Font.html#method-i-set_bold","(val)",""],["set_countable","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-c-set_countable","()","<p>TODO# This method will eventually be obsoleted.\n"],["set_italic","RubyXL::Font","RubyXL/Font.html#method-i-set_italic","(val)",""],["set_name","RubyXL::Font","RubyXL/Font.html#method-i-set_name","(val)",""],["set_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-set_rgb_color","(font_color)","<p>Helper method to modify the font color\n"],["set_size","RubyXL::Font","RubyXL/Font.html#method-i-set_size","(val)",""],["set_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-set_strikethrough","(val)",""],["set_underline","RubyXL::Font","RubyXL/Font.html#method-i-set_underline","(val)",""],["single_cell?","RubyXL::Reference","RubyXL/Reference.html#method-i-single_cell-3F","()",""],["text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-text_wrap","()","<p>returns cell’s wrap\n"],["to_s","RubyXL::Reference","RubyXL/Reference.html#method-i-to_s","()",""],["to_s","RubyXL::Sqref","RubyXL/Sqref.html#method-i-to_s","()",""],["to_s","RubyXL::Text","RubyXL/Text.html#method-i-to_s","()",""],["validate_color","RubyXL::Color","RubyXL/Color.html#method-c-validate_color","(color)","<p>validates hex color code, no ‘#’ allowed\n"],["value","RubyXL::Cell","RubyXL/Cell.html#method-i-value","(args = {})",""],["vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-vertical_alignment","()","<p>returns cell’s vertical alignment\n"],["workbook","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-workbook","()",""],["write","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-write","(filepath = @filepath)","<p>filepath of xlsx file (including file itself)\n"],["write","RubyXL::Writer::ContentTypesWriter","RubyXL/Writer/ContentTypesWriter.html#method-i-write","()",""],["write","RubyXL::Writer::CoreWriter","RubyXL/Writer/CoreWriter.html#method-i-write","()",""],["write","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-write","()",""],["write","RubyXL::Writer::RootRelsWriter","RubyXL/Writer/RootRelsWriter.html#method-i-write","()",""],["write","RubyXL::Writer::ThemeWriter","RubyXL/Writer/ThemeWriter.html#method-i-write","()",""],["write","RubyXL::Writer::WorkbookWriter","RubyXL/Writer/WorkbookWriter.html#method-i-write","()",""],["write_xml","RubyXL::Extension","RubyXL/Extension.html#method-i-write_xml","(xml, node_name_override = nil)",""],["write_xml","RubyXL::OOXMLObject","RubyXL/OOXMLObject.html#method-i-write_xml","(xml = nil, node_name_override = nil)","<p>Recursively write the OOXML object and all its children out as\nNokogiri::XML. Immediately before the …\n"],["write_xml","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-i-write_xml","(xml, node_name_override = nil)",""],["README","","README_rdoc.html","","<p>rubyXL\n<p>To Install:\n\n<pre>gem install rubyXL</pre>\n"]]}}
|
@@ -0,0 +1,1496 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Table of Contents - rubyXL 2.1.3</title>
|
8
|
+
|
9
|
+
<link href="./fonts.css" rel="stylesheet">
|
10
|
+
<link href="./rdoc.css" rel="stylesheet">
|
11
|
+
|
12
|
+
<script type="text/javascript">
|
13
|
+
var rdoc_rel_prefix = "./";
|
14
|
+
</script>
|
15
|
+
|
16
|
+
<script src="./js/jquery.js"></script>
|
17
|
+
<script src="./js/navigation.js"></script>
|
18
|
+
<script src="./js/search_index.js"></script>
|
19
|
+
<script src="./js/search.js"></script>
|
20
|
+
<script src="./js/searcher.js"></script>
|
21
|
+
<script src="./js/darkfish.js"></script>
|
22
|
+
|
23
|
+
|
24
|
+
<body id="top" class="table-of-contents">
|
25
|
+
<main role="main">
|
26
|
+
<h1 class="class">Table of Contents - rubyXL 2.1.3</h1>
|
27
|
+
|
28
|
+
<h2 id="pages">Pages</h2>
|
29
|
+
<ul>
|
30
|
+
<li class="file">
|
31
|
+
<a href="README_rdoc.html">README</a>
|
32
|
+
|
33
|
+
<ul>
|
34
|
+
<li><a href="README_rdoc.html#label-rubyXL">rubyXL</a>
|
35
|
+
<li><a href="README_rdoc.html#label-To+Install%3A">To Install:</a>
|
36
|
+
<li><a href="README_rdoc.html#label-To+Use%3A">To Use:</a>
|
37
|
+
<li><a href="README_rdoc.html#label-Parsing+an+existing+workbook">Parsing an existing workbook</a>
|
38
|
+
<li><a href="README_rdoc.html#label-Creating+a+new+Workbook">Creating a new Workbook</a>
|
39
|
+
<li><a href="README_rdoc.html#label-Accessing">Accessing</a>
|
40
|
+
<li><a href="README_rdoc.html#label-Accessing+a+Worksheet">Accessing a Worksheet</a>
|
41
|
+
<li><a href="README_rdoc.html#label-Accessing+just+the+values">Accessing just the values</a>
|
42
|
+
<li><a href="README_rdoc.html#label-Accessing+a+Row+%28Array+of+Cells%29">Accessing a Row (Array of Cells)</a>
|
43
|
+
<li><a href="README_rdoc.html#label-Accessing+a+Cell+object">Accessing a Cell object</a>
|
44
|
+
<li><a href="README_rdoc.html#label-Wrappers+for+accessing+Cell+properties">Wrappers for accessing Cell properties</a>
|
45
|
+
<li><a href="README_rdoc.html#label-Wrappers+for+accessing+Row+properties+">Wrappers for accessing Row properties </a>
|
46
|
+
<li><a href="README_rdoc.html#label-Accessing+column+properties">Accessing column properties</a>
|
47
|
+
<li><a href="README_rdoc.html#label-Table+identification">Table identification</a>
|
48
|
+
<li><a href="README_rdoc.html#label-Modifying">Modifying</a>
|
49
|
+
<li><a href="README_rdoc.html#label-Adding+Worksheets">Adding Worksheets</a>
|
50
|
+
<li><a href="README_rdoc.html#label-Adding+Cells">Adding Cells</a>
|
51
|
+
<li><a href="README_rdoc.html#label-Changing+Cells">Changing Cells</a>
|
52
|
+
<li><a href="README_rdoc.html#label-Changing+Fonts">Changing Fonts</a>
|
53
|
+
<li><a href="README_rdoc.html#label-Changing+Fills+++++">Changing Fills </a>
|
54
|
+
<li><a href="README_rdoc.html#label-Changing+Borders">Changing Borders</a>
|
55
|
+
<li><a href="README_rdoc.html#label-Changing+Alignment">Changing Alignment</a>
|
56
|
+
<li><a href="README_rdoc.html#label-Horizontal">Horizontal</a>
|
57
|
+
<li><a href="README_rdoc.html#label-Vertical">Vertical</a>
|
58
|
+
<li><a href="README_rdoc.html#label-Changing+Row+Height">Changing Row Height</a>
|
59
|
+
<li><a href="README_rdoc.html#label-Changing+Column+Width">Changing Column Width</a>
|
60
|
+
<li><a href="README_rdoc.html#label-Merging+Cells">Merging Cells</a>
|
61
|
+
<li><a href="README_rdoc.html#label-Insert+Row">Insert Row</a>
|
62
|
+
<li><a href="README_rdoc.html#label-Insert+Column">Insert Column</a>
|
63
|
+
<li><a href="README_rdoc.html#label-Delete+Row">Delete Row</a>
|
64
|
+
<li><a href="README_rdoc.html#label-Delete+Column">Delete Column</a>
|
65
|
+
<li><a href="README_rdoc.html#label-Insert+Cell">Insert Cell</a>
|
66
|
+
<li><a href="README_rdoc.html#label-Delete+Cell">Delete Cell</a>
|
67
|
+
<li><a href="README_rdoc.html#label-Writing">Writing</a>
|
68
|
+
<li><a href="README_rdoc.html#label-Miscellaneous">Miscellaneous</a>
|
69
|
+
<li><a href="README_rdoc.html#label-For+more+information">For more information</a>
|
70
|
+
<li><a href="README_rdoc.html#label-Contributing+to+rubyXL">Contributing to rubyXL</a>
|
71
|
+
<li><a href="README_rdoc.html#label-Copyright">Copyright</a>
|
72
|
+
</ul>
|
73
|
+
</li>
|
74
|
+
|
75
|
+
</ul>
|
76
|
+
|
77
|
+
<h2 id="classes">Classes and Modules</h2>
|
78
|
+
<ul>
|
79
|
+
<li class="class">
|
80
|
+
<a href="RubyXL/AExtensionStorageArea.html">RubyXL::AExtensionStorageArea</a>
|
81
|
+
</li>
|
82
|
+
<li class="class">
|
83
|
+
<a href="RubyXL/Alignment.html">RubyXL::Alignment</a>
|
84
|
+
</li>
|
85
|
+
<li class="class">
|
86
|
+
<a href="RubyXL/BooleanNode.html">RubyXL::BooleanNode</a>
|
87
|
+
</li>
|
88
|
+
<li class="class">
|
89
|
+
<a href="RubyXL/BooleanValue.html">RubyXL::BooleanValue</a>
|
90
|
+
</li>
|
91
|
+
<li class="class">
|
92
|
+
<a href="RubyXL/BorderEdge.html">RubyXL::BorderEdge</a>
|
93
|
+
</li>
|
94
|
+
<li class="class">
|
95
|
+
<a href="RubyXL/CalculationChain.html">RubyXL::CalculationChain</a>
|
96
|
+
</li>
|
97
|
+
<li class="class">
|
98
|
+
<a href="RubyXL/CalculationChainCell.html">RubyXL::CalculationChainCell</a>
|
99
|
+
</li>
|
100
|
+
<li class="class">
|
101
|
+
<a href="RubyXL/Cell.html">RubyXL::Cell</a>
|
102
|
+
</li>
|
103
|
+
<li class="class">
|
104
|
+
<a href="RubyXL/CellStyle.html">RubyXL::CellStyle</a>
|
105
|
+
</li>
|
106
|
+
<li class="class">
|
107
|
+
<a href="RubyXL/CellValue.html">RubyXL::CellValue</a>
|
108
|
+
</li>
|
109
|
+
<li class="class">
|
110
|
+
<a href="RubyXL/ChartsheetProperties.html">RubyXL::ChartsheetProperties</a>
|
111
|
+
</li>
|
112
|
+
<li class="class">
|
113
|
+
<a href="RubyXL/ChartsheetProtection.html">RubyXL::ChartsheetProtection</a>
|
114
|
+
</li>
|
115
|
+
<li class="class">
|
116
|
+
<a href="RubyXL/Color.html">RubyXL::Color</a>
|
117
|
+
</li>
|
118
|
+
<li class="class">
|
119
|
+
<a href="RubyXL/ColumnRange.html">RubyXL::ColumnRange</a>
|
120
|
+
</li>
|
121
|
+
<li class="class">
|
122
|
+
<a href="RubyXL/ColumnRanges.html">RubyXL::ColumnRanges</a>
|
123
|
+
</li>
|
124
|
+
<li class="class">
|
125
|
+
<a href="RubyXL/DataValidation.html">RubyXL::DataValidation</a>
|
126
|
+
</li>
|
127
|
+
<li class="class">
|
128
|
+
<a href="RubyXL/DateGroupItem.html">RubyXL::DateGroupItem</a>
|
129
|
+
</li>
|
130
|
+
<li class="class">
|
131
|
+
<a href="RubyXL/DocumentProperties.html">RubyXL::DocumentProperties</a>
|
132
|
+
</li>
|
133
|
+
<li class="class">
|
134
|
+
<a href="RubyXL/Extension.html">RubyXL::Extension</a>
|
135
|
+
</li>
|
136
|
+
<li class="class">
|
137
|
+
<a href="RubyXL/ExtensionStorageArea.html">RubyXL::ExtensionStorageArea</a>
|
138
|
+
</li>
|
139
|
+
<li class="class">
|
140
|
+
<a href="RubyXL/FileSharing.html">RubyXL::FileSharing</a>
|
141
|
+
</li>
|
142
|
+
<li class="class">
|
143
|
+
<a href="RubyXL/FileVersion.html">RubyXL::FileVersion</a>
|
144
|
+
</li>
|
145
|
+
<li class="class">
|
146
|
+
<a href="RubyXL/FloatNode.html">RubyXL::FloatNode</a>
|
147
|
+
</li>
|
148
|
+
<li class="class">
|
149
|
+
<a href="RubyXL/FloatValue.html">RubyXL::FloatValue</a>
|
150
|
+
</li>
|
151
|
+
<li class="class">
|
152
|
+
<a href="RubyXL/Font.html">RubyXL::Font</a>
|
153
|
+
</li>
|
154
|
+
<li class="class">
|
155
|
+
<a href="RubyXL/Formula.html">RubyXL::Formula</a>
|
156
|
+
</li>
|
157
|
+
<li class="class">
|
158
|
+
<a href="RubyXL/GenericStorage.html">RubyXL::GenericStorage</a>
|
159
|
+
</li>
|
160
|
+
<li class="class">
|
161
|
+
<a href="RubyXL/IntegerNode.html">RubyXL::IntegerNode</a>
|
162
|
+
</li>
|
163
|
+
<li class="class">
|
164
|
+
<a href="RubyXL/IntegerValue.html">RubyXL::IntegerValue</a>
|
165
|
+
</li>
|
166
|
+
<li class="module">
|
167
|
+
<a href="RubyXL/LegacyCell.html">RubyXL::LegacyCell</a>
|
168
|
+
</li>
|
169
|
+
<li class="module">
|
170
|
+
<a href="RubyXL/LegacyWorkbook.html">RubyXL::LegacyWorkbook</a>
|
171
|
+
</li>
|
172
|
+
<li class="module">
|
173
|
+
<a href="RubyXL/LegacyWorksheet.html">RubyXL::LegacyWorksheet</a>
|
174
|
+
</li>
|
175
|
+
<li class="class">
|
176
|
+
<a href="RubyXL/NumberFormat.html">RubyXL::NumberFormat</a>
|
177
|
+
</li>
|
178
|
+
<li class="class">
|
179
|
+
<a href="RubyXL/NumberFormatContainer.html">RubyXL::NumberFormatContainer</a>
|
180
|
+
</li>
|
181
|
+
<li class="class">
|
182
|
+
<a href="RubyXL/OOXMLObject.html">RubyXL::OOXMLObject</a>
|
183
|
+
</li>
|
184
|
+
<li class="class">
|
185
|
+
<a href="RubyXL/OutlineProperties.html">RubyXL::OutlineProperties</a>
|
186
|
+
</li>
|
187
|
+
<li class="class">
|
188
|
+
<a href="RubyXL/PageSetupProperties.html">RubyXL::PageSetupProperties</a>
|
189
|
+
</li>
|
190
|
+
<li class="class">
|
191
|
+
<a href="RubyXL/Parser.html">RubyXL::Parser</a>
|
192
|
+
</li>
|
193
|
+
<li class="class">
|
194
|
+
<a href="RubyXL/RID.html">RubyXL::RID</a>
|
195
|
+
</li>
|
196
|
+
<li class="class">
|
197
|
+
<a href="RubyXL/RawOOXML.html">RubyXL::RawOOXML</a>
|
198
|
+
</li>
|
199
|
+
<li class="class">
|
200
|
+
<a href="RubyXL/Reference.html">RubyXL::Reference</a>
|
201
|
+
</li>
|
202
|
+
<li class="class">
|
203
|
+
<a href="RubyXL/Relationship.html">RubyXL::Relationship</a>
|
204
|
+
</li>
|
205
|
+
<li class="class">
|
206
|
+
<a href="RubyXL/RunProperties.html">RubyXL::RunProperties</a>
|
207
|
+
</li>
|
208
|
+
<li class="class">
|
209
|
+
<a href="RubyXL/SharedStringsTable.html">RubyXL::SharedStringsTable</a>
|
210
|
+
</li>
|
211
|
+
<li class="class">
|
212
|
+
<a href="RubyXL/Sqref.html">RubyXL::Sqref</a>
|
213
|
+
</li>
|
214
|
+
<li class="class">
|
215
|
+
<a href="RubyXL/Stop.html">RubyXL::Stop</a>
|
216
|
+
</li>
|
217
|
+
<li class="class">
|
218
|
+
<a href="RubyXL/StringNode.html">RubyXL::StringNode</a>
|
219
|
+
</li>
|
220
|
+
<li class="class">
|
221
|
+
<a href="RubyXL/StringValue.html">RubyXL::StringValue</a>
|
222
|
+
</li>
|
223
|
+
<li class="class">
|
224
|
+
<a href="RubyXL/Text.html">RubyXL::Text</a>
|
225
|
+
</li>
|
226
|
+
<li class="class">
|
227
|
+
<a href="RubyXL/Variant.html">RubyXL::Variant</a>
|
228
|
+
</li>
|
229
|
+
<li class="class">
|
230
|
+
<a href="RubyXL/WebPublishingItem.html">RubyXL::WebPublishingItem</a>
|
231
|
+
</li>
|
232
|
+
<li class="class">
|
233
|
+
<a href="RubyXL/WorkbookProperties.html">RubyXL::WorkbookProperties</a>
|
234
|
+
</li>
|
235
|
+
<li class="class">
|
236
|
+
<a href="RubyXL/WorkbookRelationships.html">RubyXL::WorkbookRelationships</a>
|
237
|
+
</li>
|
238
|
+
<li class="class">
|
239
|
+
<a href="RubyXL/WorksheetProperties.html">RubyXL::WorksheetProperties</a>
|
240
|
+
</li>
|
241
|
+
<li class="module">
|
242
|
+
<a href="RubyXL/Writer.html">RubyXL::Writer</a>
|
243
|
+
</li>
|
244
|
+
<li class="class">
|
245
|
+
<a href="RubyXL/Writer/ContentTypesWriter.html">RubyXL::Writer::ContentTypesWriter</a>
|
246
|
+
</li>
|
247
|
+
<li class="class">
|
248
|
+
<a href="RubyXL/Writer/CoreWriter.html">RubyXL::Writer::CoreWriter</a>
|
249
|
+
</li>
|
250
|
+
<li class="class">
|
251
|
+
<a href="RubyXL/Writer/GenericWriter.html">RubyXL::Writer::GenericWriter</a>
|
252
|
+
</li>
|
253
|
+
<li class="class">
|
254
|
+
<a href="RubyXL/Writer/RootRelsWriter.html">RubyXL::Writer::RootRelsWriter</a>
|
255
|
+
</li>
|
256
|
+
<li class="class">
|
257
|
+
<a href="RubyXL/Writer/StylesWriter.html">RubyXL::Writer::StylesWriter</a>
|
258
|
+
</li>
|
259
|
+
<li class="class">
|
260
|
+
<a href="RubyXL/Writer/ThemeWriter.html">RubyXL::Writer::ThemeWriter</a>
|
261
|
+
</li>
|
262
|
+
<li class="class">
|
263
|
+
<a href="RubyXL/Writer/WorkbookWriter.html">RubyXL::Writer::WorkbookWriter</a>
|
264
|
+
</li>
|
265
|
+
<li class="class">
|
266
|
+
<a href="RubyXL/Writer/WorksheetWriter.html">RubyXL::Writer::WorksheetWriter</a>
|
267
|
+
</li>
|
268
|
+
</ul>
|
269
|
+
|
270
|
+
<h2 id="methods">Methods</h2>
|
271
|
+
<ul>
|
272
|
+
|
273
|
+
<li class="method">
|
274
|
+
<a href="RubyXL/OOXMLObject.html#method-c-define_attribute">::define_attribute</a>
|
275
|
+
—
|
276
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
277
|
+
|
278
|
+
<li class="method">
|
279
|
+
<a href="RubyXL/OOXMLObject.html#method-c-define_child_node">::define_child_node</a>
|
280
|
+
—
|
281
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
282
|
+
|
283
|
+
<li class="method">
|
284
|
+
<a href="RubyXL/OOXMLObject.html#method-c-define_element_name">::define_element_name</a>
|
285
|
+
—
|
286
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
287
|
+
|
288
|
+
<li class="method">
|
289
|
+
<a href="RubyXL/WorkbookRelationships.html#method-c-filepath">::filepath</a>
|
290
|
+
—
|
291
|
+
<span class="container">RubyXL::WorkbookRelationships</span>
|
292
|
+
|
293
|
+
<li class="method">
|
294
|
+
<a href="RubyXL/SharedStringsTable.html#method-c-filepath">::filepath</a>
|
295
|
+
—
|
296
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
297
|
+
|
298
|
+
<li class="method">
|
299
|
+
<a href="RubyXL/DocumentProperties.html#method-c-filepath">::filepath</a>
|
300
|
+
—
|
301
|
+
<span class="container">RubyXL::DocumentProperties</span>
|
302
|
+
|
303
|
+
<li class="method">
|
304
|
+
<a href="RubyXL/CalculationChain.html#method-c-filepath">::filepath</a>
|
305
|
+
—
|
306
|
+
<span class="container">RubyXL::CalculationChain</span>
|
307
|
+
|
308
|
+
<li class="method">
|
309
|
+
<a href="RubyXL/Reference.html#method-c-ind2ref">::ind2ref</a>
|
310
|
+
—
|
311
|
+
<span class="container">RubyXL::Reference</span>
|
312
|
+
|
313
|
+
<li class="method">
|
314
|
+
<a href="RubyXL/OOXMLObject.html#method-c-new">::new</a>
|
315
|
+
—
|
316
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
317
|
+
|
318
|
+
<li class="method">
|
319
|
+
<a href="RubyXL/GenericStorage.html#method-c-new">::new</a>
|
320
|
+
—
|
321
|
+
<span class="container">RubyXL::GenericStorage</span>
|
322
|
+
|
323
|
+
<li class="method">
|
324
|
+
<a href="RubyXL/Writer/GenericWriter.html#method-c-new">::new</a>
|
325
|
+
—
|
326
|
+
<span class="container">RubyXL::Writer::GenericWriter</span>
|
327
|
+
|
328
|
+
<li class="method">
|
329
|
+
<a href="RubyXL/Reference.html#method-c-new">::new</a>
|
330
|
+
—
|
331
|
+
<span class="container">RubyXL::Reference</span>
|
332
|
+
|
333
|
+
<li class="method">
|
334
|
+
<a href="RubyXL/SharedStringsTable.html#method-c-new">::new</a>
|
335
|
+
—
|
336
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
337
|
+
|
338
|
+
<li class="method">
|
339
|
+
<a href="RubyXL/Parser.html#method-c-new">::new</a>
|
340
|
+
—
|
341
|
+
<span class="container">RubyXL::Parser</span>
|
342
|
+
|
343
|
+
<li class="method">
|
344
|
+
<a href="RubyXL/LegacyWorksheet.html#method-c-new">::new</a>
|
345
|
+
—
|
346
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
347
|
+
|
348
|
+
<li class="method">
|
349
|
+
<a href="RubyXL/Sqref.html#method-c-new">::new</a>
|
350
|
+
—
|
351
|
+
<span class="container">RubyXL::Sqref</span>
|
352
|
+
|
353
|
+
<li class="method">
|
354
|
+
<a href="RubyXL/LegacyWorkbook.html#method-c-new">::new</a>
|
355
|
+
—
|
356
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
357
|
+
|
358
|
+
<li class="method">
|
359
|
+
<a href="RubyXL/Writer/WorksheetWriter.html#method-c-new">::new</a>
|
360
|
+
—
|
361
|
+
<span class="container">RubyXL::Writer::WorksheetWriter</span>
|
362
|
+
|
363
|
+
<li class="method">
|
364
|
+
<a href="RubyXL/OOXMLObject.html#method-c-obtain_class_variable">::obtain_class_variable</a>
|
365
|
+
—
|
366
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
367
|
+
|
368
|
+
<li class="method">
|
369
|
+
<a href="RubyXL/Extension.html#method-c-parse">::parse</a>
|
370
|
+
—
|
371
|
+
<span class="container">RubyXL::Extension</span>
|
372
|
+
|
373
|
+
<li class="method">
|
374
|
+
<a href="RubyXL/Parser.html#method-c-parse">::parse</a>
|
375
|
+
—
|
376
|
+
<span class="container">RubyXL::Parser</span>
|
377
|
+
|
378
|
+
<li class="method">
|
379
|
+
<a href="RubyXL/RawOOXML.html#method-c-parse">::parse</a>
|
380
|
+
—
|
381
|
+
<span class="container">RubyXL::RawOOXML</span>
|
382
|
+
|
383
|
+
<li class="method">
|
384
|
+
<a href="RubyXL/OOXMLObject.html#method-c-parse">::parse</a>
|
385
|
+
—
|
386
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
387
|
+
|
388
|
+
<li class="method">
|
389
|
+
<a href="RubyXL/Reference.html#method-c-ref2ind">::ref2ind</a>
|
390
|
+
—
|
391
|
+
<span class="container">RubyXL::Reference</span>
|
392
|
+
|
393
|
+
<li class="method">
|
394
|
+
<a href="RubyXL/OOXMLObject.html#method-c-set_countable">::set_countable</a>
|
395
|
+
—
|
396
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
397
|
+
|
398
|
+
<li class="method">
|
399
|
+
<a href="RubyXL/Color.html#method-c-validate_color">::validate_color</a>
|
400
|
+
—
|
401
|
+
<span class="container">RubyXL::Color</span>
|
402
|
+
|
403
|
+
<li class="method">
|
404
|
+
<a href="RubyXL/Font.html#method-i-3D-3D">#==</a>
|
405
|
+
—
|
406
|
+
<span class="container">RubyXL::Font</span>
|
407
|
+
|
408
|
+
<li class="method">
|
409
|
+
<a href="RubyXL/Reference.html#method-i-3D-3D">#==</a>
|
410
|
+
—
|
411
|
+
<span class="container">RubyXL::Reference</span>
|
412
|
+
|
413
|
+
<li class="method">
|
414
|
+
<a href="RubyXL/BorderEdge.html#method-i-3D-3D">#==</a>
|
415
|
+
—
|
416
|
+
<span class="container">RubyXL::BorderEdge</span>
|
417
|
+
|
418
|
+
<li class="method">
|
419
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-5B-5D">#[]</a>
|
420
|
+
—
|
421
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
422
|
+
|
423
|
+
<li class="method">
|
424
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-5B-5D">#[]</a>
|
425
|
+
—
|
426
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
427
|
+
|
428
|
+
<li class="method">
|
429
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-5B-5D">#[]</a>
|
430
|
+
—
|
431
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
432
|
+
|
433
|
+
<li class="method">
|
434
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-add">#add</a>
|
435
|
+
—
|
436
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
437
|
+
|
438
|
+
<li class="method">
|
439
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-add_cell">#add_cell</a>
|
440
|
+
—
|
441
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
442
|
+
|
443
|
+
<li class="method">
|
444
|
+
<a href="RubyXL/DocumentProperties.html#method-i-add_part_title">#add_part_title</a>
|
445
|
+
—
|
446
|
+
<span class="container">RubyXL::DocumentProperties</span>
|
447
|
+
|
448
|
+
<li class="method">
|
449
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-add_row">#add_row</a>
|
450
|
+
—
|
451
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
452
|
+
|
453
|
+
<li class="method">
|
454
|
+
<a href="RubyXL/Writer/GenericWriter.html#method-i-add_to_zip">#add_to_zip</a>
|
455
|
+
—
|
456
|
+
<span class="container">RubyXL::Writer::GenericWriter</span>
|
457
|
+
|
458
|
+
<li class="method">
|
459
|
+
<a href="RubyXL/GenericStorage.html#method-i-add_to_zip">#add_to_zip</a>
|
460
|
+
—
|
461
|
+
<span class="container">RubyXL::GenericStorage</span>
|
462
|
+
|
463
|
+
<li class="method">
|
464
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-add_worksheet">#add_worksheet</a>
|
465
|
+
—
|
466
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
467
|
+
|
468
|
+
<li class="method">
|
469
|
+
<a href="RubyXL/ColumnRanges.html#method-i-before_write_xml">#before_write_xml</a>
|
470
|
+
—
|
471
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
472
|
+
|
473
|
+
<li class="method">
|
474
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-before_write_xml">#before_write_xml</a>
|
475
|
+
—
|
476
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
477
|
+
|
478
|
+
<li class="method">
|
479
|
+
<a href="RubyXL/DocumentProperties.html#method-i-before_write_xml">#before_write_xml</a>
|
480
|
+
—
|
481
|
+
<span class="container">RubyXL::DocumentProperties</span>
|
482
|
+
|
483
|
+
<li class="method">
|
484
|
+
<a href="RubyXL/WorkbookRelationships.html#method-i-before_write_xml">#before_write_xml</a>
|
485
|
+
—
|
486
|
+
<span class="container">RubyXL::WorkbookRelationships</span>
|
487
|
+
|
488
|
+
<li class="method">
|
489
|
+
<a href="RubyXL/Text.html#method-i-before_write_xml">#before_write_xml</a>
|
490
|
+
—
|
491
|
+
<span class="container">RubyXL::Text</span>
|
492
|
+
|
493
|
+
<li class="method">
|
494
|
+
<a href="RubyXL/OOXMLObject.html#method-i-before_write_xml">#before_write_xml</a>
|
495
|
+
—
|
496
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
497
|
+
|
498
|
+
<li class="method">
|
499
|
+
<a href="RubyXL/GenericStorage.html#method-i-binary">#binary</a>
|
500
|
+
—
|
501
|
+
<span class="container">RubyXL::GenericStorage</span>
|
502
|
+
|
503
|
+
<li class="method">
|
504
|
+
<a href="RubyXL/LegacyCell.html#method-i-border_bottom">#border_bottom</a>
|
505
|
+
—
|
506
|
+
<span class="container">RubyXL::LegacyCell</span>
|
507
|
+
|
508
|
+
<li class="method">
|
509
|
+
<a href="RubyXL/LegacyCell.html#method-i-border_diagonal">#border_diagonal</a>
|
510
|
+
—
|
511
|
+
<span class="container">RubyXL::LegacyCell</span>
|
512
|
+
|
513
|
+
<li class="method">
|
514
|
+
<a href="RubyXL/LegacyCell.html#method-i-border_left">#border_left</a>
|
515
|
+
—
|
516
|
+
<span class="container">RubyXL::LegacyCell</span>
|
517
|
+
|
518
|
+
<li class="method">
|
519
|
+
<a href="RubyXL/LegacyCell.html#method-i-border_right">#border_right</a>
|
520
|
+
—
|
521
|
+
<span class="container">RubyXL::LegacyCell</span>
|
522
|
+
|
523
|
+
<li class="method">
|
524
|
+
<a href="RubyXL/LegacyCell.html#method-i-border_top">#border_top</a>
|
525
|
+
—
|
526
|
+
<span class="container">RubyXL::LegacyCell</span>
|
527
|
+
|
528
|
+
<li class="method">
|
529
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-borders">#borders</a>
|
530
|
+
—
|
531
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
532
|
+
|
533
|
+
<li class="method">
|
534
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-cell_xfs">#cell_xfs</a>
|
535
|
+
—
|
536
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
537
|
+
|
538
|
+
<li class="method">
|
539
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_border_bottom">#change_border_bottom</a>
|
540
|
+
—
|
541
|
+
<span class="container">RubyXL::LegacyCell</span>
|
542
|
+
|
543
|
+
<li class="method">
|
544
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_border_diagonal">#change_border_diagonal</a>
|
545
|
+
—
|
546
|
+
<span class="container">RubyXL::LegacyCell</span>
|
547
|
+
|
548
|
+
<li class="method">
|
549
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_border_left">#change_border_left</a>
|
550
|
+
—
|
551
|
+
<span class="container">RubyXL::LegacyCell</span>
|
552
|
+
|
553
|
+
<li class="method">
|
554
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_border_right">#change_border_right</a>
|
555
|
+
—
|
556
|
+
<span class="container">RubyXL::LegacyCell</span>
|
557
|
+
|
558
|
+
<li class="method">
|
559
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_border_top">#change_border_top</a>
|
560
|
+
—
|
561
|
+
<span class="container">RubyXL::LegacyCell</span>
|
562
|
+
|
563
|
+
<li class="method">
|
564
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_bold">#change_column_bold</a>
|
565
|
+
—
|
566
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
567
|
+
|
568
|
+
<li class="method">
|
569
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_bottom">#change_column_border_bottom</a>
|
570
|
+
—
|
571
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
572
|
+
|
573
|
+
<li class="method">
|
574
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_diagonal">#change_column_border_diagonal</a>
|
575
|
+
—
|
576
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
577
|
+
|
578
|
+
<li class="method">
|
579
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_left">#change_column_border_left</a>
|
580
|
+
—
|
581
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
582
|
+
|
583
|
+
<li class="method">
|
584
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_right">#change_column_border_right</a>
|
585
|
+
—
|
586
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
587
|
+
|
588
|
+
<li class="method">
|
589
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_top">#change_column_border_top</a>
|
590
|
+
—
|
591
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
592
|
+
|
593
|
+
<li class="method">
|
594
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_fill">#change_column_fill</a>
|
595
|
+
—
|
596
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
597
|
+
|
598
|
+
<li class="method">
|
599
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_font_color">#change_column_font_color</a>
|
600
|
+
—
|
601
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
602
|
+
|
603
|
+
<li class="method">
|
604
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_font_name">#change_column_font_name</a>
|
605
|
+
—
|
606
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
607
|
+
|
608
|
+
<li class="method">
|
609
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_font_size">#change_column_font_size</a>
|
610
|
+
—
|
611
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
612
|
+
|
613
|
+
<li class="method">
|
614
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_horizontal_alignment">#change_column_horizontal_alignment</a>
|
615
|
+
—
|
616
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
617
|
+
|
618
|
+
<li class="method">
|
619
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_italics">#change_column_italics</a>
|
620
|
+
—
|
621
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
622
|
+
|
623
|
+
<li class="method">
|
624
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_strikethrough">#change_column_strikethrough</a>
|
625
|
+
—
|
626
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
627
|
+
|
628
|
+
<li class="method">
|
629
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_underline">#change_column_underline</a>
|
630
|
+
—
|
631
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
632
|
+
|
633
|
+
<li class="method">
|
634
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_vertical_alignment">#change_column_vertical_alignment</a>
|
635
|
+
—
|
636
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
637
|
+
|
638
|
+
<li class="method">
|
639
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_column_width">#change_column_width</a>
|
640
|
+
—
|
641
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
642
|
+
|
643
|
+
<li class="method">
|
644
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_contents">#change_contents</a>
|
645
|
+
—
|
646
|
+
<span class="container">RubyXL::LegacyCell</span>
|
647
|
+
|
648
|
+
<li class="method">
|
649
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_fill">#change_fill</a>
|
650
|
+
—
|
651
|
+
<span class="container">RubyXL::LegacyCell</span>
|
652
|
+
|
653
|
+
<li class="method">
|
654
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_font_bold">#change_font_bold</a>
|
655
|
+
—
|
656
|
+
<span class="container">RubyXL::LegacyCell</span>
|
657
|
+
|
658
|
+
<li class="method">
|
659
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_font_color">#change_font_color</a>
|
660
|
+
—
|
661
|
+
<span class="container">RubyXL::LegacyCell</span>
|
662
|
+
|
663
|
+
<li class="method">
|
664
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_font_italics">#change_font_italics</a>
|
665
|
+
—
|
666
|
+
<span class="container">RubyXL::LegacyCell</span>
|
667
|
+
|
668
|
+
<li class="method">
|
669
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_font_name">#change_font_name</a>
|
670
|
+
—
|
671
|
+
<span class="container">RubyXL::LegacyCell</span>
|
672
|
+
|
673
|
+
<li class="method">
|
674
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_font_size">#change_font_size</a>
|
675
|
+
—
|
676
|
+
<span class="container">RubyXL::LegacyCell</span>
|
677
|
+
|
678
|
+
<li class="method">
|
679
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_font_strikethrough">#change_font_strikethrough</a>
|
680
|
+
—
|
681
|
+
<span class="container">RubyXL::LegacyCell</span>
|
682
|
+
|
683
|
+
<li class="method">
|
684
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_font_underline">#change_font_underline</a>
|
685
|
+
—
|
686
|
+
<span class="container">RubyXL::LegacyCell</span>
|
687
|
+
|
688
|
+
<li class="method">
|
689
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_horizontal_alignment">#change_horizontal_alignment</a>
|
690
|
+
—
|
691
|
+
<span class="container">RubyXL::LegacyCell</span>
|
692
|
+
|
693
|
+
<li class="method">
|
694
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_bold">#change_row_bold</a>
|
695
|
+
—
|
696
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
697
|
+
|
698
|
+
<li class="method">
|
699
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_bottom">#change_row_border_bottom</a>
|
700
|
+
—
|
701
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
702
|
+
|
703
|
+
<li class="method">
|
704
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_diagonal">#change_row_border_diagonal</a>
|
705
|
+
—
|
706
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
707
|
+
|
708
|
+
<li class="method">
|
709
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_left">#change_row_border_left</a>
|
710
|
+
—
|
711
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
712
|
+
|
713
|
+
<li class="method">
|
714
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_right">#change_row_border_right</a>
|
715
|
+
—
|
716
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
717
|
+
|
718
|
+
<li class="method">
|
719
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_top">#change_row_border_top</a>
|
720
|
+
—
|
721
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
722
|
+
|
723
|
+
<li class="method">
|
724
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_fill">#change_row_fill</a>
|
725
|
+
—
|
726
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
727
|
+
|
728
|
+
<li class="method">
|
729
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_font_color">#change_row_font_color</a>
|
730
|
+
—
|
731
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
732
|
+
|
733
|
+
<li class="method">
|
734
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_font_name">#change_row_font_name</a>
|
735
|
+
—
|
736
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
737
|
+
|
738
|
+
<li class="method">
|
739
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_font_size">#change_row_font_size</a>
|
740
|
+
—
|
741
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
742
|
+
|
743
|
+
<li class="method">
|
744
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_height">#change_row_height</a>
|
745
|
+
—
|
746
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
747
|
+
|
748
|
+
<li class="method">
|
749
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_horizontal_alignment">#change_row_horizontal_alignment</a>
|
750
|
+
—
|
751
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
752
|
+
|
753
|
+
<li class="method">
|
754
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_italics">#change_row_italics</a>
|
755
|
+
—
|
756
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
757
|
+
|
758
|
+
<li class="method">
|
759
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_strikethrough">#change_row_strikethrough</a>
|
760
|
+
—
|
761
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
762
|
+
|
763
|
+
<li class="method">
|
764
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_underline">#change_row_underline</a>
|
765
|
+
—
|
766
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
767
|
+
|
768
|
+
<li class="method">
|
769
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-change_row_vertical_alignment">#change_row_vertical_alignment</a>
|
770
|
+
—
|
771
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
772
|
+
|
773
|
+
<li class="method">
|
774
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_text_wrap">#change_text_wrap</a>
|
775
|
+
—
|
776
|
+
<span class="container">RubyXL::LegacyCell</span>
|
777
|
+
|
778
|
+
<li class="method">
|
779
|
+
<a href="RubyXL/LegacyCell.html#method-i-change_vertical_alignment">#change_vertical_alignment</a>
|
780
|
+
—
|
781
|
+
<span class="container">RubyXL::LegacyCell</span>
|
782
|
+
|
783
|
+
<li class="method">
|
784
|
+
<a href="RubyXL/Cell.html#method-i-column">#column</a>
|
785
|
+
—
|
786
|
+
<span class="container">RubyXL::Cell</span>
|
787
|
+
|
788
|
+
<li class="method">
|
789
|
+
<a href="RubyXL/Cell.html#method-i-column-3D">#column=</a>
|
790
|
+
—
|
791
|
+
<span class="container">RubyXL::Cell</span>
|
792
|
+
|
793
|
+
<li class="method">
|
794
|
+
<a href="RubyXL/Reference.html#method-i-cover-3F">#cover?</a>
|
795
|
+
—
|
796
|
+
<span class="container">RubyXL::Reference</span>
|
797
|
+
|
798
|
+
<li class="method">
|
799
|
+
<a href="RubyXL/WorkbookRelationships.html#method-i-create_relationship">#create_relationship</a>
|
800
|
+
—
|
801
|
+
<span class="container">RubyXL::WorkbookRelationships</span>
|
802
|
+
|
803
|
+
<li class="method">
|
804
|
+
<a href="RubyXL/Parser.html#method-i-data_only">#data_only</a>
|
805
|
+
—
|
806
|
+
<span class="container">RubyXL::Parser</span>
|
807
|
+
|
808
|
+
<li class="method">
|
809
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-date_to_num">#date_to_num</a>
|
810
|
+
—
|
811
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
812
|
+
|
813
|
+
<li class="method">
|
814
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-delete_cell">#delete_cell</a>
|
815
|
+
—
|
816
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
817
|
+
|
818
|
+
<li class="method">
|
819
|
+
<a href="RubyXL/ColumnRange.html#method-i-delete_column">#delete_column</a>
|
820
|
+
—
|
821
|
+
<span class="container">RubyXL::ColumnRange</span>
|
822
|
+
|
823
|
+
<li class="method">
|
824
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-delete_column">#delete_column</a>
|
825
|
+
—
|
826
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
827
|
+
|
828
|
+
<li class="method">
|
829
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-delete_row">#delete_row</a>
|
830
|
+
—
|
831
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
832
|
+
|
833
|
+
<li class="method">
|
834
|
+
<a href="RubyXL/OOXMLObject.html#method-i-dup">#dup</a>
|
835
|
+
—
|
836
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
837
|
+
|
838
|
+
<li class="method">
|
839
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-each">#each</a>
|
840
|
+
—
|
841
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
842
|
+
|
843
|
+
<li class="method">
|
844
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-each">#each</a>
|
845
|
+
—
|
846
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
847
|
+
|
848
|
+
<li class="method">
|
849
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-empty-3F">#empty?</a>
|
850
|
+
—
|
851
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
852
|
+
|
853
|
+
<li class="method">
|
854
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-extract_data">#extract_data</a>
|
855
|
+
—
|
856
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
857
|
+
|
858
|
+
<li class="method">
|
859
|
+
<a href="RubyXL/Writer/WorksheetWriter.html#method-i-filepath">#filepath</a>
|
860
|
+
—
|
861
|
+
<span class="container">RubyXL::Writer::WorksheetWriter</span>
|
862
|
+
|
863
|
+
<li class="method">
|
864
|
+
<a href="RubyXL/Writer/ContentTypesWriter.html#method-i-filepath">#filepath</a>
|
865
|
+
—
|
866
|
+
<span class="container">RubyXL::Writer::ContentTypesWriter</span>
|
867
|
+
|
868
|
+
<li class="method">
|
869
|
+
<a href="RubyXL/Writer/CoreWriter.html#method-i-filepath">#filepath</a>
|
870
|
+
—
|
871
|
+
<span class="container">RubyXL::Writer::CoreWriter</span>
|
872
|
+
|
873
|
+
<li class="method">
|
874
|
+
<a href="RubyXL/Writer/StylesWriter.html#method-i-filepath">#filepath</a>
|
875
|
+
—
|
876
|
+
<span class="container">RubyXL::Writer::StylesWriter</span>
|
877
|
+
|
878
|
+
<li class="method">
|
879
|
+
<a href="RubyXL/Writer/ThemeWriter.html#method-i-filepath">#filepath</a>
|
880
|
+
—
|
881
|
+
<span class="container">RubyXL::Writer::ThemeWriter</span>
|
882
|
+
|
883
|
+
<li class="method">
|
884
|
+
<a href="RubyXL/Writer/WorkbookWriter.html#method-i-filepath">#filepath</a>
|
885
|
+
—
|
886
|
+
<span class="container">RubyXL::Writer::WorkbookWriter</span>
|
887
|
+
|
888
|
+
<li class="method">
|
889
|
+
<a href="RubyXL/Writer/GenericWriter.html#method-i-filepath">#filepath</a>
|
890
|
+
—
|
891
|
+
<span class="container">RubyXL::Writer::GenericWriter</span>
|
892
|
+
|
893
|
+
<li class="method">
|
894
|
+
<a href="RubyXL/Writer/RootRelsWriter.html#method-i-filepath">#filepath</a>
|
895
|
+
—
|
896
|
+
<span class="container">RubyXL::Writer::RootRelsWriter</span>
|
897
|
+
|
898
|
+
<li class="method">
|
899
|
+
<a href="RubyXL/LegacyCell.html#method-i-fill_color">#fill_color</a>
|
900
|
+
—
|
901
|
+
<span class="container">RubyXL::LegacyCell</span>
|
902
|
+
|
903
|
+
<li class="method">
|
904
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-fills">#fills</a>
|
905
|
+
—
|
906
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
907
|
+
|
908
|
+
<li class="method">
|
909
|
+
<a href="RubyXL/ColumnRanges.html#method-i-find">#find</a>
|
910
|
+
—
|
911
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
912
|
+
|
913
|
+
<li class="method">
|
914
|
+
<a href="RubyXL/NumberFormatContainer.html#method-i-find_by_format_id">#find_by_format_id</a>
|
915
|
+
—
|
916
|
+
<span class="container">RubyXL::NumberFormatContainer</span>
|
917
|
+
|
918
|
+
<li class="method">
|
919
|
+
<a href="RubyXL/WorkbookRelationships.html#method-i-find_by_rid">#find_by_rid</a>
|
920
|
+
—
|
921
|
+
<span class="container">RubyXL::WorkbookRelationships</span>
|
922
|
+
|
923
|
+
<li class="method">
|
924
|
+
<a href="RubyXL/Reference.html#method-i-first_col">#first_col</a>
|
925
|
+
—
|
926
|
+
<span class="container">RubyXL::Reference</span>
|
927
|
+
|
928
|
+
<li class="method">
|
929
|
+
<a href="RubyXL/Reference.html#method-i-first_row">#first_row</a>
|
930
|
+
—
|
931
|
+
<span class="container">RubyXL::Reference</span>
|
932
|
+
|
933
|
+
<li class="method">
|
934
|
+
<a href="RubyXL/LegacyCell.html#method-i-font_color">#font_color</a>
|
935
|
+
—
|
936
|
+
<span class="container">RubyXL::LegacyCell</span>
|
937
|
+
|
938
|
+
<li class="method">
|
939
|
+
<a href="RubyXL/LegacyCell.html#method-i-font_name">#font_name</a>
|
940
|
+
—
|
941
|
+
<span class="container">RubyXL::LegacyCell</span>
|
942
|
+
|
943
|
+
<li class="method">
|
944
|
+
<a href="RubyXL/LegacyCell.html#method-i-font_size">#font_size</a>
|
945
|
+
—
|
946
|
+
<span class="container">RubyXL::LegacyCell</span>
|
947
|
+
|
948
|
+
<li class="method">
|
949
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-fonts">#fonts</a>
|
950
|
+
—
|
951
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
952
|
+
|
953
|
+
<li class="method">
|
954
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_bottom">#get_column_border_bottom</a>
|
955
|
+
—
|
956
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
957
|
+
|
958
|
+
<li class="method">
|
959
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_diagonal">#get_column_border_diagonal</a>
|
960
|
+
—
|
961
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
962
|
+
|
963
|
+
<li class="method">
|
964
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_left">#get_column_border_left</a>
|
965
|
+
—
|
966
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
967
|
+
|
968
|
+
<li class="method">
|
969
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_right">#get_column_border_right</a>
|
970
|
+
—
|
971
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
972
|
+
|
973
|
+
<li class="method">
|
974
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_top">#get_column_border_top</a>
|
975
|
+
—
|
976
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
977
|
+
|
978
|
+
<li class="method">
|
979
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_fill">#get_column_fill</a>
|
980
|
+
—
|
981
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
982
|
+
|
983
|
+
<li class="method">
|
984
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_font_color">#get_column_font_color</a>
|
985
|
+
—
|
986
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
987
|
+
|
988
|
+
<li class="method">
|
989
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_font_name">#get_column_font_name</a>
|
990
|
+
—
|
991
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
992
|
+
|
993
|
+
<li class="method">
|
994
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_font_size">#get_column_font_size</a>
|
995
|
+
—
|
996
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
997
|
+
|
998
|
+
<li class="method">
|
999
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_horizontal_alignment">#get_column_horizontal_alignment</a>
|
1000
|
+
—
|
1001
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1002
|
+
|
1003
|
+
<li class="method">
|
1004
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_vertical_alignment">#get_column_vertical_alignment</a>
|
1005
|
+
—
|
1006
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1007
|
+
|
1008
|
+
<li class="method">
|
1009
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_column_width">#get_column_width</a>
|
1010
|
+
—
|
1011
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1012
|
+
|
1013
|
+
<li class="method">
|
1014
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-get_fill_color">#get_fill_color</a>
|
1015
|
+
—
|
1016
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1017
|
+
|
1018
|
+
<li class="method">
|
1019
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-get_index">#get_index</a>
|
1020
|
+
—
|
1021
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
1022
|
+
|
1023
|
+
<li class="method">
|
1024
|
+
<a href="RubyXL/Font.html#method-i-get_name">#get_name</a>
|
1025
|
+
—
|
1026
|
+
<span class="container">RubyXL::Font</span>
|
1027
|
+
|
1028
|
+
<li class="method">
|
1029
|
+
<a href="RubyXL/ColumnRanges.html#method-i-get_range">#get_range</a>
|
1030
|
+
—
|
1031
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
1032
|
+
|
1033
|
+
<li class="method">
|
1034
|
+
<a href="RubyXL/Font.html#method-i-get_rgb_color">#get_rgb_color</a>
|
1035
|
+
—
|
1036
|
+
<span class="container">RubyXL::Font</span>
|
1037
|
+
|
1038
|
+
<li class="method">
|
1039
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_bottom">#get_row_border_bottom</a>
|
1040
|
+
—
|
1041
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1042
|
+
|
1043
|
+
<li class="method">
|
1044
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_diagonal">#get_row_border_diagonal</a>
|
1045
|
+
—
|
1046
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1047
|
+
|
1048
|
+
<li class="method">
|
1049
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_left">#get_row_border_left</a>
|
1050
|
+
—
|
1051
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1052
|
+
|
1053
|
+
<li class="method">
|
1054
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_right">#get_row_border_right</a>
|
1055
|
+
—
|
1056
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1057
|
+
|
1058
|
+
<li class="method">
|
1059
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_top">#get_row_border_top</a>
|
1060
|
+
—
|
1061
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1062
|
+
|
1063
|
+
<li class="method">
|
1064
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_fill">#get_row_fill</a>
|
1065
|
+
—
|
1066
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1067
|
+
|
1068
|
+
<li class="method">
|
1069
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_font_color">#get_row_font_color</a>
|
1070
|
+
—
|
1071
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1072
|
+
|
1073
|
+
<li class="method">
|
1074
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_font_name">#get_row_font_name</a>
|
1075
|
+
—
|
1076
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1077
|
+
|
1078
|
+
<li class="method">
|
1079
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_font_size">#get_row_font_size</a>
|
1080
|
+
—
|
1081
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1082
|
+
|
1083
|
+
<li class="method">
|
1084
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_height">#get_row_height</a>
|
1085
|
+
—
|
1086
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1087
|
+
|
1088
|
+
<li class="method">
|
1089
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_horizontal_alignment">#get_row_horizontal_alignment</a>
|
1090
|
+
—
|
1091
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1092
|
+
|
1093
|
+
<li class="method">
|
1094
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_row_vertical_alignment">#get_row_vertical_alignment</a>
|
1095
|
+
—
|
1096
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1097
|
+
|
1098
|
+
<li class="method">
|
1099
|
+
<a href="RubyXL/Font.html#method-i-get_size">#get_size</a>
|
1100
|
+
—
|
1101
|
+
<span class="container">RubyXL::Font</span>
|
1102
|
+
|
1103
|
+
<li class="method">
|
1104
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-get_table">#get_table</a>
|
1105
|
+
—
|
1106
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1107
|
+
|
1108
|
+
<li class="method">
|
1109
|
+
<a href="RubyXL/LegacyCell.html#method-i-horizontal_alignment">#horizontal_alignment</a>
|
1110
|
+
—
|
1111
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1112
|
+
|
1113
|
+
<li class="method">
|
1114
|
+
<a href="RubyXL/ColumnRange.html#method-i-include-3F">#include?</a>
|
1115
|
+
—
|
1116
|
+
<span class="container">RubyXL::ColumnRange</span>
|
1117
|
+
|
1118
|
+
<li class="method">
|
1119
|
+
<a href="RubyXL/Cell.html#method-i-index_in_collection">#index_in_collection</a>
|
1120
|
+
—
|
1121
|
+
<span class="container">RubyXL::Cell</span>
|
1122
|
+
|
1123
|
+
<li class="method">
|
1124
|
+
<a href="RubyXL/OOXMLObject.html#method-i-index_in_collection">#index_in_collection</a>
|
1125
|
+
—
|
1126
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
1127
|
+
|
1128
|
+
<li class="method">
|
1129
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-insert_cell">#insert_cell</a>
|
1130
|
+
—
|
1131
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1132
|
+
|
1133
|
+
<li class="method">
|
1134
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-insert_column">#insert_column</a>
|
1135
|
+
—
|
1136
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1137
|
+
|
1138
|
+
<li class="method">
|
1139
|
+
<a href="RubyXL/ColumnRanges.html#method-i-insert_column">#insert_column</a>
|
1140
|
+
—
|
1141
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
1142
|
+
|
1143
|
+
<li class="method">
|
1144
|
+
<a href="RubyXL/ColumnRange.html#method-i-insert_column">#insert_column</a>
|
1145
|
+
—
|
1146
|
+
<span class="container">RubyXL::ColumnRange</span>
|
1147
|
+
|
1148
|
+
<li class="method">
|
1149
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-insert_row">#insert_row</a>
|
1150
|
+
—
|
1151
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1152
|
+
|
1153
|
+
<li class="method">
|
1154
|
+
<a href="RubyXL/LegacyCell.html#method-i-inspect">#inspect</a>
|
1155
|
+
—
|
1156
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1157
|
+
|
1158
|
+
<li class="method">
|
1159
|
+
<a href="RubyXL/Reference.html#method-i-inspect">#inspect</a>
|
1160
|
+
—
|
1161
|
+
<span class="container">RubyXL::Reference</span>
|
1162
|
+
|
1163
|
+
<li class="method">
|
1164
|
+
<a href="RubyXL/Font.html#method-i-is_bold">#is_bold</a>
|
1165
|
+
—
|
1166
|
+
<span class="container">RubyXL::Font</span>
|
1167
|
+
|
1168
|
+
<li class="method">
|
1169
|
+
<a href="RubyXL/LegacyCell.html#method-i-is_bolded">#is_bolded</a>
|
1170
|
+
—
|
1171
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1172
|
+
|
1173
|
+
<li class="method">
|
1174
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_column_bolded">#is_column_bolded</a>
|
1175
|
+
—
|
1176
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1177
|
+
|
1178
|
+
<li class="method">
|
1179
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_column_italicized">#is_column_italicized</a>
|
1180
|
+
—
|
1181
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1182
|
+
|
1183
|
+
<li class="method">
|
1184
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_column_struckthrough">#is_column_struckthrough</a>
|
1185
|
+
—
|
1186
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1187
|
+
|
1188
|
+
<li class="method">
|
1189
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_column_underlined">#is_column_underlined</a>
|
1190
|
+
—
|
1191
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1192
|
+
|
1193
|
+
<li class="method">
|
1194
|
+
<a href="RubyXL/LegacyCell.html#method-i-is_date-3F">#is_date?</a>
|
1195
|
+
—
|
1196
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1197
|
+
|
1198
|
+
<li class="method">
|
1199
|
+
<a href="RubyXL/NumberFormat.html#method-i-is_date_format-3F">#is_date_format?</a>
|
1200
|
+
—
|
1201
|
+
<span class="container">RubyXL::NumberFormat</span>
|
1202
|
+
|
1203
|
+
<li class="method">
|
1204
|
+
<a href="RubyXL/Font.html#method-i-is_italic">#is_italic</a>
|
1205
|
+
—
|
1206
|
+
<span class="container">RubyXL::Font</span>
|
1207
|
+
|
1208
|
+
<li class="method">
|
1209
|
+
<a href="RubyXL/LegacyCell.html#method-i-is_italicized">#is_italicized</a>
|
1210
|
+
—
|
1211
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1212
|
+
|
1213
|
+
<li class="method">
|
1214
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_row_bolded">#is_row_bolded</a>
|
1215
|
+
—
|
1216
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1217
|
+
|
1218
|
+
<li class="method">
|
1219
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_row_italicized">#is_row_italicized</a>
|
1220
|
+
—
|
1221
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1222
|
+
|
1223
|
+
<li class="method">
|
1224
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_row_struckthrough">#is_row_struckthrough</a>
|
1225
|
+
—
|
1226
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1227
|
+
|
1228
|
+
<li class="method">
|
1229
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-is_row_underlined">#is_row_underlined</a>
|
1230
|
+
—
|
1231
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1232
|
+
|
1233
|
+
<li class="method">
|
1234
|
+
<a href="RubyXL/Font.html#method-i-is_strikethrough">#is_strikethrough</a>
|
1235
|
+
—
|
1236
|
+
<span class="container">RubyXL::Font</span>
|
1237
|
+
|
1238
|
+
<li class="method">
|
1239
|
+
<a href="RubyXL/LegacyCell.html#method-i-is_struckthrough">#is_struckthrough</a>
|
1240
|
+
—
|
1241
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1242
|
+
|
1243
|
+
<li class="method">
|
1244
|
+
<a href="RubyXL/LegacyCell.html#method-i-is_underlined">#is_underlined</a>
|
1245
|
+
—
|
1246
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1247
|
+
|
1248
|
+
<li class="method">
|
1249
|
+
<a href="RubyXL/Font.html#method-i-is_underlined">#is_underlined</a>
|
1250
|
+
—
|
1251
|
+
<span class="container">RubyXL::Font</span>
|
1252
|
+
|
1253
|
+
<li class="method">
|
1254
|
+
<a href="RubyXL/Reference.html#method-i-last_col">#last_col</a>
|
1255
|
+
—
|
1256
|
+
<span class="container">RubyXL::Reference</span>
|
1257
|
+
|
1258
|
+
<li class="method">
|
1259
|
+
<a href="RubyXL/Reference.html#method-i-last_row">#last_row</a>
|
1260
|
+
—
|
1261
|
+
<span class="container">RubyXL::Reference</span>
|
1262
|
+
|
1263
|
+
<li class="method">
|
1264
|
+
<a href="RubyXL/GenericStorage.html#method-i-load_dir">#load_dir</a>
|
1265
|
+
—
|
1266
|
+
<span class="container">RubyXL::GenericStorage</span>
|
1267
|
+
|
1268
|
+
<li class="method">
|
1269
|
+
<a href="RubyXL/GenericStorage.html#method-i-load_file">#load_file</a>
|
1270
|
+
—
|
1271
|
+
<span class="container">RubyXL::GenericStorage</span>
|
1272
|
+
|
1273
|
+
<li class="method">
|
1274
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-merge_cells">#merge_cells</a>
|
1275
|
+
—
|
1276
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1277
|
+
|
1278
|
+
<li class="method">
|
1279
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-modify_alignment">#modify_alignment</a>
|
1280
|
+
—
|
1281
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1282
|
+
|
1283
|
+
<li class="method">
|
1284
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-modify_border">#modify_border</a>
|
1285
|
+
—
|
1286
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1287
|
+
|
1288
|
+
<li class="method">
|
1289
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-modify_fill">#modify_fill</a>
|
1290
|
+
—
|
1291
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1292
|
+
|
1293
|
+
<li class="method">
|
1294
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-modify_text_wrap">#modify_text_wrap</a>
|
1295
|
+
—
|
1296
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1297
|
+
|
1298
|
+
<li class="method">
|
1299
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-num_to_date">#num_to_date</a>
|
1300
|
+
—
|
1301
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1302
|
+
|
1303
|
+
<li class="method">
|
1304
|
+
<a href="RubyXL/Writer/WorksheetWriter.html#method-i-ooxml_object">#ooxml_object</a>
|
1305
|
+
—
|
1306
|
+
<span class="container">RubyXL::Writer::WorksheetWriter</span>
|
1307
|
+
|
1308
|
+
<li class="method">
|
1309
|
+
<a href="RubyXL/Writer/StylesWriter.html#method-i-ooxml_object">#ooxml_object</a>
|
1310
|
+
—
|
1311
|
+
<span class="container">RubyXL::Writer::StylesWriter</span>
|
1312
|
+
|
1313
|
+
<li class="method">
|
1314
|
+
<a href="RubyXL/Writer/GenericWriter.html#method-i-ooxml_object">#ooxml_object</a>
|
1315
|
+
—
|
1316
|
+
<span class="container">RubyXL::Writer::GenericWriter</span>
|
1317
|
+
|
1318
|
+
<li class="method">
|
1319
|
+
<a href="RubyXL/Parser.html#method-i-parse">#parse</a>
|
1320
|
+
—
|
1321
|
+
<span class="container">RubyXL::Parser</span>
|
1322
|
+
|
1323
|
+
<li class="method">
|
1324
|
+
<a href="RubyXL/Cell.html#method-i-raw_value">#raw_value</a>
|
1325
|
+
—
|
1326
|
+
<span class="container">RubyXL::Cell</span>
|
1327
|
+
|
1328
|
+
<li class="method">
|
1329
|
+
<a href="RubyXL/Cell.html#method-i-raw_value-3D">#raw_value=</a>
|
1330
|
+
—
|
1331
|
+
<span class="container">RubyXL::Cell</span>
|
1332
|
+
|
1333
|
+
<li class="method">
|
1334
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-register_new_fill">#register_new_fill</a>
|
1335
|
+
—
|
1336
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1337
|
+
|
1338
|
+
<li class="method">
|
1339
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-register_new_font">#register_new_font</a>
|
1340
|
+
—
|
1341
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1342
|
+
|
1343
|
+
<li class="method">
|
1344
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-register_new_xf">#register_new_xf</a>
|
1345
|
+
—
|
1346
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1347
|
+
|
1348
|
+
<li class="method">
|
1349
|
+
<a href="RubyXL/Writer/GenericWriter.html#method-i-render_xml">#render_xml</a>
|
1350
|
+
—
|
1351
|
+
<span class="container">RubyXL::Writer::GenericWriter</span>
|
1352
|
+
|
1353
|
+
<li class="method">
|
1354
|
+
<a href="RubyXL/Cell.html#method-i-row">#row</a>
|
1355
|
+
—
|
1356
|
+
<span class="container">RubyXL::Cell</span>
|
1357
|
+
|
1358
|
+
<li class="method">
|
1359
|
+
<a href="RubyXL/Cell.html#method-i-row-3D">#row=</a>
|
1360
|
+
—
|
1361
|
+
<span class="container">RubyXL::Cell</span>
|
1362
|
+
|
1363
|
+
<li class="method">
|
1364
|
+
<a href="RubyXL/Font.html#method-i-set_bold">#set_bold</a>
|
1365
|
+
—
|
1366
|
+
<span class="container">RubyXL::Font</span>
|
1367
|
+
|
1368
|
+
<li class="method">
|
1369
|
+
<a href="RubyXL/Font.html#method-i-set_italic">#set_italic</a>
|
1370
|
+
—
|
1371
|
+
<span class="container">RubyXL::Font</span>
|
1372
|
+
|
1373
|
+
<li class="method">
|
1374
|
+
<a href="RubyXL/Font.html#method-i-set_name">#set_name</a>
|
1375
|
+
—
|
1376
|
+
<span class="container">RubyXL::Font</span>
|
1377
|
+
|
1378
|
+
<li class="method">
|
1379
|
+
<a href="RubyXL/Font.html#method-i-set_rgb_color">#set_rgb_color</a>
|
1380
|
+
—
|
1381
|
+
<span class="container">RubyXL::Font</span>
|
1382
|
+
|
1383
|
+
<li class="method">
|
1384
|
+
<a href="RubyXL/Font.html#method-i-set_size">#set_size</a>
|
1385
|
+
—
|
1386
|
+
<span class="container">RubyXL::Font</span>
|
1387
|
+
|
1388
|
+
<li class="method">
|
1389
|
+
<a href="RubyXL/Font.html#method-i-set_strikethrough">#set_strikethrough</a>
|
1390
|
+
—
|
1391
|
+
<span class="container">RubyXL::Font</span>
|
1392
|
+
|
1393
|
+
<li class="method">
|
1394
|
+
<a href="RubyXL/Font.html#method-i-set_underline">#set_underline</a>
|
1395
|
+
—
|
1396
|
+
<span class="container">RubyXL::Font</span>
|
1397
|
+
|
1398
|
+
<li class="method">
|
1399
|
+
<a href="RubyXL/Reference.html#method-i-single_cell-3F">#single_cell?</a>
|
1400
|
+
—
|
1401
|
+
<span class="container">RubyXL::Reference</span>
|
1402
|
+
|
1403
|
+
<li class="method">
|
1404
|
+
<a href="RubyXL/LegacyCell.html#method-i-text_wrap">#text_wrap</a>
|
1405
|
+
—
|
1406
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1407
|
+
|
1408
|
+
<li class="method">
|
1409
|
+
<a href="RubyXL/Text.html#method-i-to_s">#to_s</a>
|
1410
|
+
—
|
1411
|
+
<span class="container">RubyXL::Text</span>
|
1412
|
+
|
1413
|
+
<li class="method">
|
1414
|
+
<a href="RubyXL/Sqref.html#method-i-to_s">#to_s</a>
|
1415
|
+
—
|
1416
|
+
<span class="container">RubyXL::Sqref</span>
|
1417
|
+
|
1418
|
+
<li class="method">
|
1419
|
+
<a href="RubyXL/Reference.html#method-i-to_s">#to_s</a>
|
1420
|
+
—
|
1421
|
+
<span class="container">RubyXL::Reference</span>
|
1422
|
+
|
1423
|
+
<li class="method">
|
1424
|
+
<a href="RubyXL/Cell.html#method-i-value">#value</a>
|
1425
|
+
—
|
1426
|
+
<span class="container">RubyXL::Cell</span>
|
1427
|
+
|
1428
|
+
<li class="method">
|
1429
|
+
<a href="RubyXL/LegacyCell.html#method-i-vertical_alignment">#vertical_alignment</a>
|
1430
|
+
—
|
1431
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1432
|
+
|
1433
|
+
<li class="method">
|
1434
|
+
<a href="RubyXL/LegacyCell.html#method-i-workbook">#workbook</a>
|
1435
|
+
—
|
1436
|
+
<span class="container">RubyXL::LegacyCell</span>
|
1437
|
+
|
1438
|
+
<li class="method">
|
1439
|
+
<a href="RubyXL/Writer/WorkbookWriter.html#method-i-write">#write</a>
|
1440
|
+
—
|
1441
|
+
<span class="container">RubyXL::Writer::WorkbookWriter</span>
|
1442
|
+
|
1443
|
+
<li class="method">
|
1444
|
+
<a href="RubyXL/Writer/RootRelsWriter.html#method-i-write">#write</a>
|
1445
|
+
—
|
1446
|
+
<span class="container">RubyXL::Writer::RootRelsWriter</span>
|
1447
|
+
|
1448
|
+
<li class="method">
|
1449
|
+
<a href="RubyXL/Writer/GenericWriter.html#method-i-write">#write</a>
|
1450
|
+
—
|
1451
|
+
<span class="container">RubyXL::Writer::GenericWriter</span>
|
1452
|
+
|
1453
|
+
<li class="method">
|
1454
|
+
<a href="RubyXL/LegacyWorkbook.html#method-i-write">#write</a>
|
1455
|
+
—
|
1456
|
+
<span class="container">RubyXL::LegacyWorkbook</span>
|
1457
|
+
|
1458
|
+
<li class="method">
|
1459
|
+
<a href="RubyXL/Writer/CoreWriter.html#method-i-write">#write</a>
|
1460
|
+
—
|
1461
|
+
<span class="container">RubyXL::Writer::CoreWriter</span>
|
1462
|
+
|
1463
|
+
<li class="method">
|
1464
|
+
<a href="RubyXL/Writer/ContentTypesWriter.html#method-i-write">#write</a>
|
1465
|
+
—
|
1466
|
+
<span class="container">RubyXL::Writer::ContentTypesWriter</span>
|
1467
|
+
|
1468
|
+
<li class="method">
|
1469
|
+
<a href="RubyXL/Writer/ThemeWriter.html#method-i-write">#write</a>
|
1470
|
+
—
|
1471
|
+
<span class="container">RubyXL::Writer::ThemeWriter</span>
|
1472
|
+
|
1473
|
+
<li class="method">
|
1474
|
+
<a href="RubyXL/RawOOXML.html#method-i-write_xml">#write_xml</a>
|
1475
|
+
—
|
1476
|
+
<span class="container">RubyXL::RawOOXML</span>
|
1477
|
+
|
1478
|
+
<li class="method">
|
1479
|
+
<a href="RubyXL/Extension.html#method-i-write_xml">#write_xml</a>
|
1480
|
+
—
|
1481
|
+
<span class="container">RubyXL::Extension</span>
|
1482
|
+
|
1483
|
+
<li class="method">
|
1484
|
+
<a href="RubyXL/OOXMLObject.html#method-i-write_xml">#write_xml</a>
|
1485
|
+
—
|
1486
|
+
<span class="container">RubyXL::OOXMLObject</span>
|
1487
|
+
</ul>
|
1488
|
+
</main>
|
1489
|
+
|
1490
|
+
|
1491
|
+
<footer id="validator-badges" role="contentinfo">
|
1492
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
1493
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
1494
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
1495
|
+
</footer>
|
1496
|
+
|