rubyXL-ptr 3.3.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +17 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +229 -0
- data/Rakefile +103 -0
- data/VERSION +1 -0
- data/lib/rubyXL.rb +12 -0
- data/lib/rubyXL/cell.rb +54 -0
- data/lib/rubyXL/convenience_methods.rb +1122 -0
- data/lib/rubyXL/objects/border.rb +74 -0
- data/lib/rubyXL/objects/calculation_chain.rb +31 -0
- data/lib/rubyXL/objects/cell_style.rb +65 -0
- data/lib/rubyXL/objects/chartsheet.rb +92 -0
- data/lib/rubyXL/objects/color.rb +27 -0
- data/lib/rubyXL/objects/column_range.rb +92 -0
- data/lib/rubyXL/objects/comments.rb +47 -0
- data/lib/rubyXL/objects/container_nodes.rb +135 -0
- data/lib/rubyXL/objects/content_types.rb +77 -0
- data/lib/rubyXL/objects/data_validation.rb +37 -0
- data/lib/rubyXL/objects/document_properties.rb +159 -0
- data/lib/rubyXL/objects/extensions.rb +40 -0
- data/lib/rubyXL/objects/external_links.rb +85 -0
- data/lib/rubyXL/objects/fill.rb +55 -0
- data/lib/rubyXL/objects/filters.rb +120 -0
- data/lib/rubyXL/objects/font.rb +48 -0
- data/lib/rubyXL/objects/formula.rb +24 -0
- data/lib/rubyXL/objects/ooxml_object.rb +460 -0
- data/lib/rubyXL/objects/reference.rb +110 -0
- data/lib/rubyXL/objects/relationships.rb +213 -0
- data/lib/rubyXL/objects/root.rb +86 -0
- data/lib/rubyXL/objects/shared_strings.rb +70 -0
- data/lib/rubyXL/objects/sheet_common.rb +51 -0
- data/lib/rubyXL/objects/sheet_data.rb +188 -0
- data/lib/rubyXL/objects/simple_types.rb +232 -0
- data/lib/rubyXL/objects/storage.rb +182 -0
- data/lib/rubyXL/objects/stylesheet.rb +232 -0
- data/lib/rubyXL/objects/text.rb +94 -0
- data/lib/rubyXL/objects/theme.rb +1716 -0
- data/lib/rubyXL/objects/workbook.rb +464 -0
- data/lib/rubyXL/objects/worksheet.rb +748 -0
- data/lib/rubyXL/parser.rb +29 -0
- data/lib/rubyXL/worksheet.rb +105 -0
- data/rdoc/README_rdoc.html +475 -0
- data/rdoc/RubyXL.html +598 -0
- data/rdoc/RubyXL/AExtension.html +223 -0
- data/rdoc/RubyXL/AExtensionStorageArea.html +103 -0
- data/rdoc/RubyXL/ActiveX.html +182 -0
- data/rdoc/RubyXL/ActiveXBinary.html +117 -0
- data/rdoc/RubyXL/AdjustHandleList.html +106 -0
- data/rdoc/RubyXL/Alignment.html +106 -0
- data/rdoc/RubyXL/AlternateContent.html +103 -0
- data/rdoc/RubyXL/Authors.html +106 -0
- data/rdoc/RubyXL/AutoFilter.html +106 -0
- data/rdoc/RubyXL/AutoFilterColumn.html +106 -0
- data/rdoc/RubyXL/BinaryImageFile.html +122 -0
- data/rdoc/RubyXL/BodyProperties.html +106 -0
- data/rdoc/RubyXL/BooleanNode.html +103 -0
- data/rdoc/RubyXL/BooleanValue.html +103 -0
- data/rdoc/RubyXL/Border.html +275 -0
- data/rdoc/RubyXL/BorderEdge.html +189 -0
- data/rdoc/RubyXL/Borders.html +157 -0
- data/rdoc/RubyXL/Break.html +106 -0
- data/rdoc/RubyXL/BreakList.html +106 -0
- data/rdoc/RubyXL/CT_AdjPoint2D.html +106 -0
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +106 -0
- data/rdoc/RubyXL/CT_Backdrop.html +106 -0
- data/rdoc/RubyXL/CT_Bevel.html +106 -0
- data/rdoc/RubyXL/CT_BiLevelEffect.html +106 -0
- data/rdoc/RubyXL/CT_BlendEffect.html +106 -0
- data/rdoc/RubyXL/CT_Blip.html +106 -0
- data/rdoc/RubyXL/CT_BlipFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_BlurEffect.html +106 -0
- data/rdoc/RubyXL/CT_Camera.html +106 -0
- data/rdoc/RubyXL/CT_Color.html +106 -0
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +106 -0
- data/rdoc/RubyXL/CT_ColorMapping.html +106 -0
- data/rdoc/RubyXL/CT_ColorScheme.html +106 -0
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +106 -0
- data/rdoc/RubyXL/CT_ConnectionSite.html +106 -0
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +106 -0
- data/rdoc/RubyXL/CT_DashStop.html +106 -0
- data/rdoc/RubyXL/CT_DashStopList.html +106 -0
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +106 -0
- data/rdoc/RubyXL/CT_DuotoneEffect.html +106 -0
- data/rdoc/RubyXL/CT_EffectContainer.html +106 -0
- data/rdoc/RubyXL/CT_EffectList.html +106 -0
- data/rdoc/RubyXL/CT_EffectReference.html +106 -0
- data/rdoc/RubyXL/CT_EffectStyleItem.html +106 -0
- data/rdoc/RubyXL/CT_EffectStyleList.html +106 -0
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +106 -0
- data/rdoc/RubyXL/CT_FillEffect.html +106 -0
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +106 -0
- data/rdoc/RubyXL/CT_FillStyleList.html +106 -0
- data/rdoc/RubyXL/CT_FlatText.html +106 -0
- data/rdoc/RubyXL/CT_FontCollection.html +106 -0
- data/rdoc/RubyXL/CT_FontReference.html +106 -0
- data/rdoc/RubyXL/CT_GeomGuideList.html +106 -0
- data/rdoc/RubyXL/CT_GlowEffect.html +106 -0
- data/rdoc/RubyXL/CT_GradientFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_GradientStop.html +106 -0
- data/rdoc/RubyXL/CT_GradientStopList.html +106 -0
- data/rdoc/RubyXL/CT_HSLEffect.html +106 -0
- data/rdoc/RubyXL/CT_HslColor.html +106 -0
- data/rdoc/RubyXL/CT_Hyperlink.html +106 -0
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_LightRig.html +106 -0
- data/rdoc/RubyXL/CT_LineEndProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineStyleList.html +106 -0
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +106 -0
- data/rdoc/RubyXL/CT_LuminanceEffect.html +106 -0
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +106 -0
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_Path2D.html +106 -0
- data/rdoc/RubyXL/CT_Path2DArcTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DList.html +106 -0
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DTo.html +106 -0
- data/rdoc/RubyXL/CT_PathShadeProperties.html +106 -0
- data/rdoc/RubyXL/CT_PatternFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_Point3D.html +106 -0
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +106 -0
- data/rdoc/RubyXL/CT_PresetColor.html +106 -0
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +106 -0
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_PresetTextShape.html +106 -0
- data/rdoc/RubyXL/CT_ReflectionEffect.html +106 -0
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +106 -0
- data/rdoc/RubyXL/CT_RelativeRect.html +106 -0
- data/rdoc/RubyXL/CT_SRgbColor.html +106 -0
- data/rdoc/RubyXL/CT_ScRgbColor.html +106 -0
- data/rdoc/RubyXL/CT_Scene3D.html +106 -0
- data/rdoc/RubyXL/CT_SchemeColor.html +106 -0
- data/rdoc/RubyXL/CT_Shape3D.html +106 -0
- data/rdoc/RubyXL/CT_ShapeStyle.html +106 -0
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +106 -0
- data/rdoc/RubyXL/CT_SphereCoords.html +106 -0
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +106 -0
- data/rdoc/RubyXL/CT_StyleMatrix.html +106 -0
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +106 -0
- data/rdoc/RubyXL/CT_SupplementalFont.html +106 -0
- data/rdoc/RubyXL/CT_SystemColor.html +106 -0
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextBlipBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextCharBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +106 -0
- data/rdoc/RubyXL/CT_TextFont.html +106 -0
- data/rdoc/RubyXL/CT_TextListStyle.html +106 -0
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +106 -0
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +106 -0
- data/rdoc/RubyXL/CT_TextSpacing.html +106 -0
- data/rdoc/RubyXL/CT_TextTabStop.html +106 -0
- data/rdoc/RubyXL/CT_TextTabStopList.html +106 -0
- data/rdoc/RubyXL/CT_TileInfoProperties.html +106 -0
- data/rdoc/RubyXL/CT_TintEffect.html +106 -0
- data/rdoc/RubyXL/CT_Transform2D.html +106 -0
- data/rdoc/RubyXL/CT_TransformEffect.html +106 -0
- data/rdoc/RubyXL/CT_Vector3D.html +106 -0
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +106 -0
- data/rdoc/RubyXL/CalculationChain.html +176 -0
- data/rdoc/RubyXL/CalculationChainCell.html +106 -0
- data/rdoc/RubyXL/CalculationProperties.html +106 -0
- data/rdoc/RubyXL/Cell.html +558 -0
- data/rdoc/RubyXL/CellConvenienceMethods.html +1211 -0
- data/rdoc/RubyXL/CellExt.html +106 -0
- data/rdoc/RubyXL/CellSmartTag.html +106 -0
- data/rdoc/RubyXL/CellSmartTagProperty.html +106 -0
- data/rdoc/RubyXL/CellSmartTags.html +106 -0
- data/rdoc/RubyXL/CellStyle.html +106 -0
- data/rdoc/RubyXL/CellStyleXFs.html +157 -0
- data/rdoc/RubyXL/CellStyles.html +157 -0
- data/rdoc/RubyXL/CellValue.html +158 -0
- data/rdoc/RubyXL/CellWatch.html +106 -0
- data/rdoc/RubyXL/CellWatches.html +106 -0
- data/rdoc/RubyXL/CellXFs.html +161 -0
- data/rdoc/RubyXL/ChartColorsFile.html +122 -0
- data/rdoc/RubyXL/ChartFile.html +189 -0
- data/rdoc/RubyXL/ChartStyleFile.html +122 -0
- data/rdoc/RubyXL/ChartUserShapesFile.html +122 -0
- data/rdoc/RubyXL/Chartsheet.html +260 -0
- data/rdoc/RubyXL/ChartsheetPageSetup.html +106 -0
- data/rdoc/RubyXL/ChartsheetProperties.html +106 -0
- data/rdoc/RubyXL/ChartsheetProtection.html +106 -0
- data/rdoc/RubyXL/ChartsheetView.html +106 -0
- data/rdoc/RubyXL/ChartsheetViews.html +106 -0
- data/rdoc/RubyXL/Color.html +175 -0
- data/rdoc/RubyXL/ColorFilter.html +106 -0
- data/rdoc/RubyXL/ColorScale.html +106 -0
- data/rdoc/RubyXL/ColorSet.html +106 -0
- data/rdoc/RubyXL/Colors.html +106 -0
- data/rdoc/RubyXL/ColumnRange.html +245 -0
- data/rdoc/RubyXL/ColumnRanges.html +289 -0
- data/rdoc/RubyXL/Comment.html +106 -0
- data/rdoc/RubyXL/CommentList.html +106 -0
- data/rdoc/RubyXL/CommentsFile.html +197 -0
- data/rdoc/RubyXL/ConditionalFormatValue.html +106 -0
- data/rdoc/RubyXL/ConditionalFormatting.html +106 -0
- data/rdoc/RubyXL/ConditionalFormattingRule.html +106 -0
- data/rdoc/RubyXL/ContentTypeDefault.html +103 -0
- data/rdoc/RubyXL/ContentTypeOverride.html +103 -0
- data/rdoc/RubyXL/ContentTypes.html +248 -0
- data/rdoc/RubyXL/ControlPropertiesFile.html +117 -0
- data/rdoc/RubyXL/CorePropertiesFile.html +474 -0
- data/rdoc/RubyXL/CustomColor.html +106 -0
- data/rdoc/RubyXL/CustomColorList.html +106 -0
- data/rdoc/RubyXL/CustomFilter.html +106 -0
- data/rdoc/RubyXL/CustomFilters.html +106 -0
- data/rdoc/RubyXL/CustomGeometry.html +106 -0
- data/rdoc/RubyXL/CustomProperties.html +106 -0
- data/rdoc/RubyXL/CustomPropertiesFile.html +122 -0
- data/rdoc/RubyXL/CustomProperty.html +106 -0
- data/rdoc/RubyXL/CustomSheetView.html +106 -0
- data/rdoc/RubyXL/CustomSheetViews.html +106 -0
- data/rdoc/RubyXL/CustomWorkbookView.html +106 -0
- data/rdoc/RubyXL/CustomWorkbookViews.html +106 -0
- data/rdoc/RubyXL/CustomXMLFile.html +117 -0
- data/rdoc/RubyXL/DXF.html +106 -0
- data/rdoc/RubyXL/DXFs.html +106 -0
- data/rdoc/RubyXL/DataBar.html +106 -0
- data/rdoc/RubyXL/DataConsolidate.html +106 -0
- data/rdoc/RubyXL/DataConsolidationReference.html +106 -0
- data/rdoc/RubyXL/DataConsolidationReferences.html +106 -0
- data/rdoc/RubyXL/DataType.html +143 -0
- data/rdoc/RubyXL/DataValidation.html +106 -0
- data/rdoc/RubyXL/DataValidations.html +106 -0
- data/rdoc/RubyXL/DateGroupItem.html +106 -0
- data/rdoc/RubyXL/DefinedName.html +106 -0
- data/rdoc/RubyXL/DefinedNameExt.html +106 -0
- data/rdoc/RubyXL/DefinedNames.html +106 -0
- data/rdoc/RubyXL/DefinedNamesExt.html +106 -0
- data/rdoc/RubyXL/DocumentPropertiesFile.html +255 -0
- data/rdoc/RubyXL/DrawingFile.html +188 -0
- data/rdoc/RubyXL/DynamicFilter.html +106 -0
- data/rdoc/RubyXL/EmbeddedControl.html +106 -0
- data/rdoc/RubyXL/EmbeddedControls.html +106 -0
- data/rdoc/RubyXL/Extension.html +106 -0
- data/rdoc/RubyXL/ExtensionStorageArea.html +106 -0
- data/rdoc/RubyXL/Extents.html +106 -0
- data/rdoc/RubyXL/ExternalBook.html +106 -0
- data/rdoc/RubyXL/ExternalLinksFile.html +184 -0
- data/rdoc/RubyXL/ExternalReference.html +106 -0
- data/rdoc/RubyXL/ExternalReferences.html +106 -0
- data/rdoc/RubyXL/ExtraColorSchemeList.html +106 -0
- data/rdoc/RubyXL/FieldItem.html +106 -0
- data/rdoc/RubyXL/FileRecoveryProperties.html +106 -0
- data/rdoc/RubyXL/FileSharing.html +106 -0
- data/rdoc/RubyXL/FileVersion.html +106 -0
- data/rdoc/RubyXL/Fill.html +157 -0
- data/rdoc/RubyXL/Fills.html +157 -0
- data/rdoc/RubyXL/FilterContainer.html +106 -0
- data/rdoc/RubyXL/FloatNode.html +103 -0
- data/rdoc/RubyXL/FloatValue.html +103 -0
- data/rdoc/RubyXL/Font.html +184 -0
- data/rdoc/RubyXL/FontConvenienceMethods.html +603 -0
- data/rdoc/RubyXL/FontScheme.html +106 -0
- data/rdoc/RubyXL/Fonts.html +157 -0
- data/rdoc/RubyXL/Formula.html +106 -0
- data/rdoc/RubyXL/FunctionGroup.html +106 -0
- data/rdoc/RubyXL/FunctionGroups.html +106 -0
- data/rdoc/RubyXL/GenericStorageObject.html +298 -0
- data/rdoc/RubyXL/GradientFill.html +106 -0
- data/rdoc/RubyXL/HeaderFooterSettings.html +106 -0
- data/rdoc/RubyXL/Hyperlink.html +106 -0
- data/rdoc/RubyXL/HyperlinkRelFile.html +117 -0
- data/rdoc/RubyXL/Hyperlinks.html +106 -0
- data/rdoc/RubyXL/IconFilter.html +106 -0
- data/rdoc/RubyXL/IconSet.html +106 -0
- data/rdoc/RubyXL/IgnoredError.html +106 -0
- data/rdoc/RubyXL/IgnoredErrors.html +106 -0
- data/rdoc/RubyXL/IndexedColors.html +106 -0
- data/rdoc/RubyXL/InputCells.html +106 -0
- data/rdoc/RubyXL/IntegerNode.html +103 -0
- data/rdoc/RubyXL/IntegerValue.html +103 -0
- data/rdoc/RubyXL/LegacyCell.html +181 -0
- data/rdoc/RubyXL/LegacyWorksheet.html +355 -0
- data/rdoc/RubyXL/MRUColors.html +106 -0
- data/rdoc/RubyXL/MacrosFile.html +122 -0
- data/rdoc/RubyXL/MergedCell.html +106 -0
- data/rdoc/RubyXL/MergedCells.html +106 -0
- data/rdoc/RubyXL/NumFmt.html +106 -0
- data/rdoc/RubyXL/NumberFormat.html +158 -0
- data/rdoc/RubyXL/NumberFormats.html +172 -0
- data/rdoc/RubyXL/OLEObject.html +106 -0
- data/rdoc/RubyXL/OLEObjectFile.html +122 -0
- data/rdoc/RubyXL/OLEObjects.html +106 -0
- data/rdoc/RubyXL/OLESize.html +106 -0
- data/rdoc/RubyXL/OOXMLContainerObject.html +394 -0
- data/rdoc/RubyXL/OOXMLObject.html +118 -0
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +532 -0
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +564 -0
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +603 -0
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +384 -0
- data/rdoc/RubyXL/Offset.html +106 -0
- data/rdoc/RubyXL/OutlineProperties.html +106 -0
- data/rdoc/RubyXL/PageMargins.html +106 -0
- data/rdoc/RubyXL/PageSetup.html +106 -0
- data/rdoc/RubyXL/PageSetupProperties.html +106 -0
- data/rdoc/RubyXL/Pane.html +106 -0
- data/rdoc/RubyXL/Parser.html +204 -0
- data/rdoc/RubyXL/PatternFill.html +106 -0
- data/rdoc/RubyXL/PhoneticProperties.html +106 -0
- data/rdoc/RubyXL/PhoneticRun.html +106 -0
- data/rdoc/RubyXL/PivotArea.html +106 -0
- data/rdoc/RubyXL/PivotCache.html +106 -0
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +133 -0
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +122 -0
- data/rdoc/RubyXL/PivotCaches.html +106 -0
- data/rdoc/RubyXL/PivotReference.html +106 -0
- data/rdoc/RubyXL/PivotReferences.html +106 -0
- data/rdoc/RubyXL/PivotTableFile.html +133 -0
- data/rdoc/RubyXL/PivotTableSelection.html +106 -0
- data/rdoc/RubyXL/PresetGeometry.html +106 -0
- data/rdoc/RubyXL/PrintOptions.html +106 -0
- data/rdoc/RubyXL/PrinterSettingsFile.html +122 -0
- data/rdoc/RubyXL/ProtectedRange.html +106 -0
- data/rdoc/RubyXL/ProtectedRanges.html +106 -0
- data/rdoc/RubyXL/Protection.html +106 -0
- data/rdoc/RubyXL/RID.html +103 -0
- data/rdoc/RubyXL/RawOOXML.html +223 -0
- data/rdoc/RubyXL/Reference.html +640 -0
- data/rdoc/RubyXL/Relationship.html +103 -0
- data/rdoc/RubyXL/RelationshipSupport.html +419 -0
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +148 -0
- data/rdoc/RubyXL/RichText.html +159 -0
- data/rdoc/RubyXL/RichTextRun.html +157 -0
- data/rdoc/RubyXL/Row.html +439 -0
- data/rdoc/RubyXL/RowExt.html +106 -0
- data/rdoc/RubyXL/RunProperties.html +106 -0
- data/rdoc/RubyXL/Scenario.html +106 -0
- data/rdoc/RubyXL/Scenarios.html +106 -0
- data/rdoc/RubyXL/Selection.html +165 -0
- data/rdoc/RubyXL/ShapeGuide.html +106 -0
- data/rdoc/RubyXL/ShapeTextRectangle.html +106 -0
- data/rdoc/RubyXL/SharedStringsTable.html +424 -0
- data/rdoc/RubyXL/Sheet.html +106 -0
- data/rdoc/RubyXL/SheetCalculationProperties.html +106 -0
- data/rdoc/RubyXL/SheetData.html +192 -0
- data/rdoc/RubyXL/SheetDataExt.html +106 -0
- data/rdoc/RubyXL/SheetDataSet.html +106 -0
- data/rdoc/RubyXL/SheetName.html +106 -0
- data/rdoc/RubyXL/SheetNames.html +106 -0
- data/rdoc/RubyXL/Sheets.html +106 -0
- data/rdoc/RubyXL/SlicerCacheFile.html +122 -0
- data/rdoc/RubyXL/SlicerFile.html +122 -0
- data/rdoc/RubyXL/SmartTagProperties.html +106 -0
- data/rdoc/RubyXL/SmartTagType.html +106 -0
- data/rdoc/RubyXL/SmartTagTypes.html +106 -0
- data/rdoc/RubyXL/SmartTags.html +106 -0
- data/rdoc/RubyXL/SortCondition.html +106 -0
- data/rdoc/RubyXL/SortState.html +106 -0
- data/rdoc/RubyXL/Sqref.html +197 -0
- data/rdoc/RubyXL/Stop.html +106 -0
- data/rdoc/RubyXL/StringNode.html +103 -0
- data/rdoc/RubyXL/StringNodeW3C.html +197 -0
- data/rdoc/RubyXL/StringValue.html +103 -0
- data/rdoc/RubyXL/Stylesheet.html +354 -0
- data/rdoc/RubyXL/TableFile.html +122 -0
- data/rdoc/RubyXL/TableParts.html +103 -0
- data/rdoc/RubyXL/TableStyle.html +106 -0
- data/rdoc/RubyXL/TableStyles.html +106 -0
- data/rdoc/RubyXL/Text.html +216 -0
- data/rdoc/RubyXL/Theme.html +535 -0
- data/rdoc/RubyXL/ThemeElements.html +106 -0
- data/rdoc/RubyXL/ThumbnailFile.html +122 -0
- data/rdoc/RubyXL/Top10.html +106 -0
- data/rdoc/RubyXL/VMLDrawingFile.html +134 -0
- data/rdoc/RubyXL/Variant.html +106 -0
- data/rdoc/RubyXL/Vector.html +161 -0
- data/rdoc/RubyXL/VectorValue.html +103 -0
- data/rdoc/RubyXL/VisualProperties.html +106 -0
- data/rdoc/RubyXL/WebPublishObject.html +106 -0
- data/rdoc/RubyXL/WebPublishObjects.html +106 -0
- data/rdoc/RubyXL/WebPublishingItem.html +106 -0
- data/rdoc/RubyXL/WebPublishingItems.html +106 -0
- data/rdoc/RubyXL/WebPublishingProperties.html +106 -0
- data/rdoc/RubyXL/Workbook.html +633 -0
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +1321 -0
- data/rdoc/RubyXL/WorkbookProperties.html +106 -0
- data/rdoc/RubyXL/WorkbookProtection.html +106 -0
- data/rdoc/RubyXL/WorkbookRoot.html +402 -0
- data/rdoc/RubyXL/WorkbookView.html +106 -0
- data/rdoc/RubyXL/WorkbookViews.html +106 -0
- data/rdoc/RubyXL/Worksheet.html +433 -0
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +2861 -0
- data/rdoc/RubyXL/WorksheetDimensions.html +106 -0
- data/rdoc/RubyXL/WorksheetFormatProperties.html +103 -0
- data/rdoc/RubyXL/WorksheetProperties.html +106 -0
- data/rdoc/RubyXL/WorksheetProtection.html +106 -0
- data/rdoc/RubyXL/WorksheetView.html +106 -0
- data/rdoc/RubyXL/WorksheetViews.html +106 -0
- data/rdoc/RubyXL/XF.html +106 -0
- data/rdoc/created.rid +38 -0
- data/rdoc/css/fonts.css +167 -0
- data/rdoc/css/rdoc.css +590 -0
- data/rdoc/fonts/Lato-Light.ttf +0 -0
- data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
- data/rdoc/fonts/Lato-Regular.ttf +0 -0
- data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/rdoc/images/add.png +0 -0
- data/rdoc/images/arrow_up.png +0 -0
- data/rdoc/images/brick.png +0 -0
- data/rdoc/images/brick_link.png +0 -0
- data/rdoc/images/bug.png +0 -0
- data/rdoc/images/bullet_black.png +0 -0
- data/rdoc/images/bullet_toggle_minus.png +0 -0
- data/rdoc/images/bullet_toggle_plus.png +0 -0
- data/rdoc/images/date.png +0 -0
- data/rdoc/images/delete.png +0 -0
- data/rdoc/images/find.png +0 -0
- data/rdoc/images/loadingAnimation.gif +0 -0
- data/rdoc/images/macFFBgHack.png +0 -0
- data/rdoc/images/package.png +0 -0
- data/rdoc/images/page_green.png +0 -0
- data/rdoc/images/page_white_text.png +0 -0
- data/rdoc/images/page_white_width.png +0 -0
- data/rdoc/images/plugin.png +0 -0
- data/rdoc/images/ruby.png +0 -0
- data/rdoc/images/tag_blue.png +0 -0
- data/rdoc/images/tag_green.png +0 -0
- data/rdoc/images/transparent.png +0 -0
- data/rdoc/images/wrench.png +0 -0
- data/rdoc/images/wrench_orange.png +0 -0
- data/rdoc/images/zoom.png +0 -0
- data/rdoc/index.html +796 -0
- data/rdoc/js/darkfish.js +161 -0
- data/rdoc/js/jquery.js +4 -0
- data/rdoc/js/navigation.js +142 -0
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search.js +109 -0
- data/rdoc/js/search_index.js +1 -0
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js +229 -0
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +2758 -0
- data/rubyXL.gemspec +516 -0
- data/spec/lib/cell_spec.rb +515 -0
- data/spec/lib/color_spec.rb +13 -0
- data/spec/lib/parser_spec.rb +118 -0
- data/spec/lib/reference_spec.rb +28 -0
- data/spec/lib/stylesheet_spec.rb +28 -0
- data/spec/lib/text_spec.rb +29 -0
- data/spec/lib/workbook_spec.rb +174 -0
- data/spec/lib/worksheet_spec.rb +1363 -0
- data/spec/spec_helper.rb +11 -0
- data/test/input/.gitkeep +0 -0
- data/test/output/.gitkeep +0 -0
- data/test/test_parse_write.rb +15 -0
- data/tmp/.gitignore +1 -0
- metadata +615 -0
Binary file
|
@@ -0,0 +1,2758 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Table of Contents - rubyXL 3.3.27</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/jquery.js"></script>
|
15
|
+
<script src="./js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
<body id="top" class="table-of-contents">
|
23
|
+
<main role="main">
|
24
|
+
<h1 class="class">Table of Contents - rubyXL 3.3.27</h1>
|
25
|
+
|
26
|
+
<h2 id="pages">Pages</h2>
|
27
|
+
<ul>
|
28
|
+
<li class="file">
|
29
|
+
<a href="README_rdoc.html">README</a>
|
30
|
+
|
31
|
+
<ul>
|
32
|
+
<li><a href="README_rdoc.html#label-rubyXL">rubyXL</a>
|
33
|
+
<li><a href="README_rdoc.html#label-To+Install-3A">To Install:</a>
|
34
|
+
<li><a href="README_rdoc.html#label-To+Use-3A">To Use:</a>
|
35
|
+
<li><a href="README_rdoc.html#label-Parsing+an+existing+workbook">Parsing an existing workbook</a>
|
36
|
+
<li><a href="README_rdoc.html#label-Creating+a+new+Workbook">Creating a new Workbook</a>
|
37
|
+
<li><a href="README_rdoc.html#label-Accessing">Accessing</a>
|
38
|
+
<li><a href="README_rdoc.html#label-Accessing+a+Worksheet">Accessing a Worksheet</a>
|
39
|
+
<li><a href="README_rdoc.html#label-Accessing+a+Row+-28Array+of+Cells-29">Accessing a Row (Array of Cells)</a>
|
40
|
+
<li><a href="README_rdoc.html#label-Accessing+a+Cell+object">Accessing a Cell object</a>
|
41
|
+
<li><a href="README_rdoc.html#label-Wrappers+for+accessing+Cell+properties">Wrappers for accessing Cell properties</a>
|
42
|
+
<li><a href="README_rdoc.html#label-Wrappers+for+accessing+Row+properties+">Wrappers for accessing Row properties </a>
|
43
|
+
<li><a href="README_rdoc.html#label-Accessing+column+properties">Accessing column properties</a>
|
44
|
+
<li><a href="README_rdoc.html#label-Table+reading">Table reading</a>
|
45
|
+
<li><a href="README_rdoc.html#label-Modifying">Modifying</a>
|
46
|
+
<li><a href="README_rdoc.html#label-Adding+Worksheets">Adding Worksheets</a>
|
47
|
+
<li><a href="README_rdoc.html#label-Renaming+Worksheets">Renaming Worksheets</a>
|
48
|
+
<li><a href="README_rdoc.html#label-Adding+Cells">Adding Cells</a>
|
49
|
+
<li><a href="README_rdoc.html#label-Changing+Cells">Changing Cells</a>
|
50
|
+
<li><a href="README_rdoc.html#label-Changing+Fonts">Changing Fonts</a>
|
51
|
+
<li><a href="README_rdoc.html#label-Changing+Fills+++++">Changing Fills </a>
|
52
|
+
<li><a href="README_rdoc.html#label-Changing+Borders">Changing Borders</a>
|
53
|
+
<li><a href="README_rdoc.html#label-Changing+Alignment">Changing Alignment</a>
|
54
|
+
<li><a href="README_rdoc.html#label-Horizontal">Horizontal</a>
|
55
|
+
<li><a href="README_rdoc.html#label-Vertical">Vertical</a>
|
56
|
+
<li><a href="README_rdoc.html#label-Changing+Row+Height">Changing Row Height</a>
|
57
|
+
<li><a href="README_rdoc.html#label-Changing+Column+Width">Changing Column Width</a>
|
58
|
+
<li><a href="README_rdoc.html#label-Merging+Cells">Merging Cells</a>
|
59
|
+
<li><a href="README_rdoc.html#label-Insert+Row">Insert Row</a>
|
60
|
+
<li><a href="README_rdoc.html#label-Insert+Column">Insert Column</a>
|
61
|
+
<li><a href="README_rdoc.html#label-Delete+Row">Delete Row</a>
|
62
|
+
<li><a href="README_rdoc.html#label-Delete+Column">Delete Column</a>
|
63
|
+
<li><a href="README_rdoc.html#label-Insert+Cell">Insert Cell</a>
|
64
|
+
<li><a href="README_rdoc.html#label-Delete+Cell">Delete Cell</a>
|
65
|
+
<li><a href="README_rdoc.html#label-Modifying+Cell+Format">Modifying Cell Format</a>
|
66
|
+
<li><a href="README_rdoc.html#label-I-2FO">I/O</a>
|
67
|
+
<li><a href="README_rdoc.html#label-Miscellaneous">Miscellaneous</a>
|
68
|
+
<li><a href="README_rdoc.html#label-For+more+information">For more information</a>
|
69
|
+
<li><a href="README_rdoc.html#label-Contributing+to+rubyXL">Contributing to rubyXL</a>
|
70
|
+
<li><a href="README_rdoc.html#label-Copyright">Copyright</a>
|
71
|
+
</ul>
|
72
|
+
</li>
|
73
|
+
|
74
|
+
</ul>
|
75
|
+
|
76
|
+
<h2 id="classes">Classes and Modules</h2>
|
77
|
+
<ul>
|
78
|
+
<li class="module">
|
79
|
+
<a href="RubyXL.html">RubyXL</a>
|
80
|
+
</li>
|
81
|
+
<li class="class">
|
82
|
+
<a href="RubyXL/AExtension.html">RubyXL::AExtension</a>
|
83
|
+
</li>
|
84
|
+
<li class="class">
|
85
|
+
<a href="RubyXL/AExtensionStorageArea.html">RubyXL::AExtensionStorageArea</a>
|
86
|
+
</li>
|
87
|
+
<li class="class">
|
88
|
+
<a href="RubyXL/ActiveX.html">RubyXL::ActiveX</a>
|
89
|
+
</li>
|
90
|
+
<li class="class">
|
91
|
+
<a href="RubyXL/ActiveXBinary.html">RubyXL::ActiveXBinary</a>
|
92
|
+
</li>
|
93
|
+
<li class="class">
|
94
|
+
<a href="RubyXL/AdjustHandleList.html">RubyXL::AdjustHandleList</a>
|
95
|
+
</li>
|
96
|
+
<li class="class">
|
97
|
+
<a href="RubyXL/Alignment.html">RubyXL::Alignment</a>
|
98
|
+
</li>
|
99
|
+
<li class="class">
|
100
|
+
<a href="RubyXL/AlternateContent.html">RubyXL::AlternateContent</a>
|
101
|
+
</li>
|
102
|
+
<li class="class">
|
103
|
+
<a href="RubyXL/Authors.html">RubyXL::Authors</a>
|
104
|
+
</li>
|
105
|
+
<li class="class">
|
106
|
+
<a href="RubyXL/AutoFilter.html">RubyXL::AutoFilter</a>
|
107
|
+
</li>
|
108
|
+
<li class="class">
|
109
|
+
<a href="RubyXL/AutoFilterColumn.html">RubyXL::AutoFilterColumn</a>
|
110
|
+
</li>
|
111
|
+
<li class="class">
|
112
|
+
<a href="RubyXL/BinaryImageFile.html">RubyXL::BinaryImageFile</a>
|
113
|
+
</li>
|
114
|
+
<li class="class">
|
115
|
+
<a href="RubyXL/BodyProperties.html">RubyXL::BodyProperties</a>
|
116
|
+
</li>
|
117
|
+
<li class="class">
|
118
|
+
<a href="RubyXL/BooleanNode.html">RubyXL::BooleanNode</a>
|
119
|
+
</li>
|
120
|
+
<li class="class">
|
121
|
+
<a href="RubyXL/BooleanValue.html">RubyXL::BooleanValue</a>
|
122
|
+
</li>
|
123
|
+
<li class="class">
|
124
|
+
<a href="RubyXL/Border.html">RubyXL::Border</a>
|
125
|
+
</li>
|
126
|
+
<li class="class">
|
127
|
+
<a href="RubyXL/BorderEdge.html">RubyXL::BorderEdge</a>
|
128
|
+
</li>
|
129
|
+
<li class="class">
|
130
|
+
<a href="RubyXL/Borders.html">RubyXL::Borders</a>
|
131
|
+
</li>
|
132
|
+
<li class="class">
|
133
|
+
<a href="RubyXL/Break.html">RubyXL::Break</a>
|
134
|
+
</li>
|
135
|
+
<li class="class">
|
136
|
+
<a href="RubyXL/BreakList.html">RubyXL::BreakList</a>
|
137
|
+
</li>
|
138
|
+
<li class="class">
|
139
|
+
<a href="RubyXL/CT_AdjPoint2D.html">RubyXL::CT_AdjPoint2D</a>
|
140
|
+
</li>
|
141
|
+
<li class="class">
|
142
|
+
<a href="RubyXL/CT_AlphaBiLevelEffect.html">RubyXL::CT_AlphaBiLevelEffect</a>
|
143
|
+
</li>
|
144
|
+
<li class="class">
|
145
|
+
<a href="RubyXL/CT_AlphaModulateEffect.html">RubyXL::CT_AlphaModulateEffect</a>
|
146
|
+
</li>
|
147
|
+
<li class="class">
|
148
|
+
<a href="RubyXL/CT_AlphaModulateFixedEffect.html">RubyXL::CT_AlphaModulateFixedEffect</a>
|
149
|
+
</li>
|
150
|
+
<li class="class">
|
151
|
+
<a href="RubyXL/CT_AlphaOutsetEffect.html">RubyXL::CT_AlphaOutsetEffect</a>
|
152
|
+
</li>
|
153
|
+
<li class="class">
|
154
|
+
<a href="RubyXL/CT_AlphaReplaceEffect.html">RubyXL::CT_AlphaReplaceEffect</a>
|
155
|
+
</li>
|
156
|
+
<li class="class">
|
157
|
+
<a href="RubyXL/CT_Backdrop.html">RubyXL::CT_Backdrop</a>
|
158
|
+
</li>
|
159
|
+
<li class="class">
|
160
|
+
<a href="RubyXL/CT_Bevel.html">RubyXL::CT_Bevel</a>
|
161
|
+
</li>
|
162
|
+
<li class="class">
|
163
|
+
<a href="RubyXL/CT_BiLevelEffect.html">RubyXL::CT_BiLevelEffect</a>
|
164
|
+
</li>
|
165
|
+
<li class="class">
|
166
|
+
<a href="RubyXL/CT_BlendEffect.html">RubyXL::CT_BlendEffect</a>
|
167
|
+
</li>
|
168
|
+
<li class="class">
|
169
|
+
<a href="RubyXL/CT_Blip.html">RubyXL::CT_Blip</a>
|
170
|
+
</li>
|
171
|
+
<li class="class">
|
172
|
+
<a href="RubyXL/CT_BlipFillProperties.html">RubyXL::CT_BlipFillProperties</a>
|
173
|
+
</li>
|
174
|
+
<li class="class">
|
175
|
+
<a href="RubyXL/CT_BlurEffect.html">RubyXL::CT_BlurEffect</a>
|
176
|
+
</li>
|
177
|
+
<li class="class">
|
178
|
+
<a href="RubyXL/CT_Camera.html">RubyXL::CT_Camera</a>
|
179
|
+
</li>
|
180
|
+
<li class="class">
|
181
|
+
<a href="RubyXL/CT_Color.html">RubyXL::CT_Color</a>
|
182
|
+
</li>
|
183
|
+
<li class="class">
|
184
|
+
<a href="RubyXL/CT_ColorChangeEffect.html">RubyXL::CT_ColorChangeEffect</a>
|
185
|
+
</li>
|
186
|
+
<li class="class">
|
187
|
+
<a href="RubyXL/CT_ColorMapping.html">RubyXL::CT_ColorMapping</a>
|
188
|
+
</li>
|
189
|
+
<li class="class">
|
190
|
+
<a href="RubyXL/CT_ColorScheme.html">RubyXL::CT_ColorScheme</a>
|
191
|
+
</li>
|
192
|
+
<li class="class">
|
193
|
+
<a href="RubyXL/CT_ColorSchemeAndMapping.html">RubyXL::CT_ColorSchemeAndMapping</a>
|
194
|
+
</li>
|
195
|
+
<li class="class">
|
196
|
+
<a href="RubyXL/CT_ConnectionSite.html">RubyXL::CT_ConnectionSite</a>
|
197
|
+
</li>
|
198
|
+
<li class="class">
|
199
|
+
<a href="RubyXL/CT_ConnectionSiteList.html">RubyXL::CT_ConnectionSiteList</a>
|
200
|
+
</li>
|
201
|
+
<li class="class">
|
202
|
+
<a href="RubyXL/CT_DashStop.html">RubyXL::CT_DashStop</a>
|
203
|
+
</li>
|
204
|
+
<li class="class">
|
205
|
+
<a href="RubyXL/CT_DashStopList.html">RubyXL::CT_DashStopList</a>
|
206
|
+
</li>
|
207
|
+
<li class="class">
|
208
|
+
<a href="RubyXL/CT_DefaultShapeDefinition.html">RubyXL::CT_DefaultShapeDefinition</a>
|
209
|
+
</li>
|
210
|
+
<li class="class">
|
211
|
+
<a href="RubyXL/CT_DuotoneEffect.html">RubyXL::CT_DuotoneEffect</a>
|
212
|
+
</li>
|
213
|
+
<li class="class">
|
214
|
+
<a href="RubyXL/CT_EffectContainer.html">RubyXL::CT_EffectContainer</a>
|
215
|
+
</li>
|
216
|
+
<li class="class">
|
217
|
+
<a href="RubyXL/CT_EffectList.html">RubyXL::CT_EffectList</a>
|
218
|
+
</li>
|
219
|
+
<li class="class">
|
220
|
+
<a href="RubyXL/CT_EffectReference.html">RubyXL::CT_EffectReference</a>
|
221
|
+
</li>
|
222
|
+
<li class="class">
|
223
|
+
<a href="RubyXL/CT_EffectStyleItem.html">RubyXL::CT_EffectStyleItem</a>
|
224
|
+
</li>
|
225
|
+
<li class="class">
|
226
|
+
<a href="RubyXL/CT_EffectStyleList.html">RubyXL::CT_EffectStyleList</a>
|
227
|
+
</li>
|
228
|
+
<li class="class">
|
229
|
+
<a href="RubyXL/CT_EmbeddedWAVAudioFile.html">RubyXL::CT_EmbeddedWAVAudioFile</a>
|
230
|
+
</li>
|
231
|
+
<li class="class">
|
232
|
+
<a href="RubyXL/CT_FillEffect.html">RubyXL::CT_FillEffect</a>
|
233
|
+
</li>
|
234
|
+
<li class="class">
|
235
|
+
<a href="RubyXL/CT_FillOverlayEffect.html">RubyXL::CT_FillOverlayEffect</a>
|
236
|
+
</li>
|
237
|
+
<li class="class">
|
238
|
+
<a href="RubyXL/CT_FillStyleList.html">RubyXL::CT_FillStyleList</a>
|
239
|
+
</li>
|
240
|
+
<li class="class">
|
241
|
+
<a href="RubyXL/CT_FlatText.html">RubyXL::CT_FlatText</a>
|
242
|
+
</li>
|
243
|
+
<li class="class">
|
244
|
+
<a href="RubyXL/CT_FontCollection.html">RubyXL::CT_FontCollection</a>
|
245
|
+
</li>
|
246
|
+
<li class="class">
|
247
|
+
<a href="RubyXL/CT_FontReference.html">RubyXL::CT_FontReference</a>
|
248
|
+
</li>
|
249
|
+
<li class="class">
|
250
|
+
<a href="RubyXL/CT_GeomGuideList.html">RubyXL::CT_GeomGuideList</a>
|
251
|
+
</li>
|
252
|
+
<li class="class">
|
253
|
+
<a href="RubyXL/CT_GlowEffect.html">RubyXL::CT_GlowEffect</a>
|
254
|
+
</li>
|
255
|
+
<li class="class">
|
256
|
+
<a href="RubyXL/CT_GradientFillProperties.html">RubyXL::CT_GradientFillProperties</a>
|
257
|
+
</li>
|
258
|
+
<li class="class">
|
259
|
+
<a href="RubyXL/CT_GradientStop.html">RubyXL::CT_GradientStop</a>
|
260
|
+
</li>
|
261
|
+
<li class="class">
|
262
|
+
<a href="RubyXL/CT_GradientStopList.html">RubyXL::CT_GradientStopList</a>
|
263
|
+
</li>
|
264
|
+
<li class="class">
|
265
|
+
<a href="RubyXL/CT_HSLEffect.html">RubyXL::CT_HSLEffect</a>
|
266
|
+
</li>
|
267
|
+
<li class="class">
|
268
|
+
<a href="RubyXL/CT_HslColor.html">RubyXL::CT_HslColor</a>
|
269
|
+
</li>
|
270
|
+
<li class="class">
|
271
|
+
<a href="RubyXL/CT_Hyperlink.html">RubyXL::CT_Hyperlink</a>
|
272
|
+
</li>
|
273
|
+
<li class="class">
|
274
|
+
<a href="RubyXL/CT_InnerShadowEffect.html">RubyXL::CT_InnerShadowEffect</a>
|
275
|
+
</li>
|
276
|
+
<li class="class">
|
277
|
+
<a href="RubyXL/CT_LightRig.html">RubyXL::CT_LightRig</a>
|
278
|
+
</li>
|
279
|
+
<li class="class">
|
280
|
+
<a href="RubyXL/CT_LineEndProperties.html">RubyXL::CT_LineEndProperties</a>
|
281
|
+
</li>
|
282
|
+
<li class="class">
|
283
|
+
<a href="RubyXL/CT_LineJoinMiterProperties.html">RubyXL::CT_LineJoinMiterProperties</a>
|
284
|
+
</li>
|
285
|
+
<li class="class">
|
286
|
+
<a href="RubyXL/CT_LineProperties.html">RubyXL::CT_LineProperties</a>
|
287
|
+
</li>
|
288
|
+
<li class="class">
|
289
|
+
<a href="RubyXL/CT_LineStyleList.html">RubyXL::CT_LineStyleList</a>
|
290
|
+
</li>
|
291
|
+
<li class="class">
|
292
|
+
<a href="RubyXL/CT_LinearShadeProperties.html">RubyXL::CT_LinearShadeProperties</a>
|
293
|
+
</li>
|
294
|
+
<li class="class">
|
295
|
+
<a href="RubyXL/CT_LuminanceEffect.html">RubyXL::CT_LuminanceEffect</a>
|
296
|
+
</li>
|
297
|
+
<li class="class">
|
298
|
+
<a href="RubyXL/CT_ObjectStyleDefaults.html">RubyXL::CT_ObjectStyleDefaults</a>
|
299
|
+
</li>
|
300
|
+
<li class="class">
|
301
|
+
<a href="RubyXL/CT_OuterShadowEffect.html">RubyXL::CT_OuterShadowEffect</a>
|
302
|
+
</li>
|
303
|
+
<li class="class">
|
304
|
+
<a href="RubyXL/CT_Path2D.html">RubyXL::CT_Path2D</a>
|
305
|
+
</li>
|
306
|
+
<li class="class">
|
307
|
+
<a href="RubyXL/CT_Path2DArcTo.html">RubyXL::CT_Path2DArcTo</a>
|
308
|
+
</li>
|
309
|
+
<li class="class">
|
310
|
+
<a href="RubyXL/CT_Path2DCubicBezierTo.html">RubyXL::CT_Path2DCubicBezierTo</a>
|
311
|
+
</li>
|
312
|
+
<li class="class">
|
313
|
+
<a href="RubyXL/CT_Path2DList.html">RubyXL::CT_Path2DList</a>
|
314
|
+
</li>
|
315
|
+
<li class="class">
|
316
|
+
<a href="RubyXL/CT_Path2DQuadBezierTo.html">RubyXL::CT_Path2DQuadBezierTo</a>
|
317
|
+
</li>
|
318
|
+
<li class="class">
|
319
|
+
<a href="RubyXL/CT_Path2DTo.html">RubyXL::CT_Path2DTo</a>
|
320
|
+
</li>
|
321
|
+
<li class="class">
|
322
|
+
<a href="RubyXL/CT_PathShadeProperties.html">RubyXL::CT_PathShadeProperties</a>
|
323
|
+
</li>
|
324
|
+
<li class="class">
|
325
|
+
<a href="RubyXL/CT_PatternFillProperties.html">RubyXL::CT_PatternFillProperties</a>
|
326
|
+
</li>
|
327
|
+
<li class="class">
|
328
|
+
<a href="RubyXL/CT_Point3D.html">RubyXL::CT_Point3D</a>
|
329
|
+
</li>
|
330
|
+
<li class="class">
|
331
|
+
<a href="RubyXL/CT_PolarAdjustHandle.html">RubyXL::CT_PolarAdjustHandle</a>
|
332
|
+
</li>
|
333
|
+
<li class="class">
|
334
|
+
<a href="RubyXL/CT_PresetColor.html">RubyXL::CT_PresetColor</a>
|
335
|
+
</li>
|
336
|
+
<li class="class">
|
337
|
+
<a href="RubyXL/CT_PresetLineDashProperties.html">RubyXL::CT_PresetLineDashProperties</a>
|
338
|
+
</li>
|
339
|
+
<li class="class">
|
340
|
+
<a href="RubyXL/CT_PresetShadowEffect.html">RubyXL::CT_PresetShadowEffect</a>
|
341
|
+
</li>
|
342
|
+
<li class="class">
|
343
|
+
<a href="RubyXL/CT_PresetTextShape.html">RubyXL::CT_PresetTextShape</a>
|
344
|
+
</li>
|
345
|
+
<li class="class">
|
346
|
+
<a href="RubyXL/CT_ReflectionEffect.html">RubyXL::CT_ReflectionEffect</a>
|
347
|
+
</li>
|
348
|
+
<li class="class">
|
349
|
+
<a href="RubyXL/CT_RelativeOffsetEffect.html">RubyXL::CT_RelativeOffsetEffect</a>
|
350
|
+
</li>
|
351
|
+
<li class="class">
|
352
|
+
<a href="RubyXL/CT_RelativeRect.html">RubyXL::CT_RelativeRect</a>
|
353
|
+
</li>
|
354
|
+
<li class="class">
|
355
|
+
<a href="RubyXL/CT_SRgbColor.html">RubyXL::CT_SRgbColor</a>
|
356
|
+
</li>
|
357
|
+
<li class="class">
|
358
|
+
<a href="RubyXL/CT_ScRgbColor.html">RubyXL::CT_ScRgbColor</a>
|
359
|
+
</li>
|
360
|
+
<li class="class">
|
361
|
+
<a href="RubyXL/CT_Scene3D.html">RubyXL::CT_Scene3D</a>
|
362
|
+
</li>
|
363
|
+
<li class="class">
|
364
|
+
<a href="RubyXL/CT_SchemeColor.html">RubyXL::CT_SchemeColor</a>
|
365
|
+
</li>
|
366
|
+
<li class="class">
|
367
|
+
<a href="RubyXL/CT_Shape3D.html">RubyXL::CT_Shape3D</a>
|
368
|
+
</li>
|
369
|
+
<li class="class">
|
370
|
+
<a href="RubyXL/CT_ShapeStyle.html">RubyXL::CT_ShapeStyle</a>
|
371
|
+
</li>
|
372
|
+
<li class="class">
|
373
|
+
<a href="RubyXL/CT_SoftEdgesEffect.html">RubyXL::CT_SoftEdgesEffect</a>
|
374
|
+
</li>
|
375
|
+
<li class="class">
|
376
|
+
<a href="RubyXL/CT_SphereCoords.html">RubyXL::CT_SphereCoords</a>
|
377
|
+
</li>
|
378
|
+
<li class="class">
|
379
|
+
<a href="RubyXL/CT_StretchInfoProperties.html">RubyXL::CT_StretchInfoProperties</a>
|
380
|
+
</li>
|
381
|
+
<li class="class">
|
382
|
+
<a href="RubyXL/CT_StyleMatrix.html">RubyXL::CT_StyleMatrix</a>
|
383
|
+
</li>
|
384
|
+
<li class="class">
|
385
|
+
<a href="RubyXL/CT_StyleMatrixReference.html">RubyXL::CT_StyleMatrixReference</a>
|
386
|
+
</li>
|
387
|
+
<li class="class">
|
388
|
+
<a href="RubyXL/CT_SupplementalFont.html">RubyXL::CT_SupplementalFont</a>
|
389
|
+
</li>
|
390
|
+
<li class="class">
|
391
|
+
<a href="RubyXL/CT_SystemColor.html">RubyXL::CT_SystemColor</a>
|
392
|
+
</li>
|
393
|
+
<li class="class">
|
394
|
+
<a href="RubyXL/CT_TextAutonumberBullet.html">RubyXL::CT_TextAutonumberBullet</a>
|
395
|
+
</li>
|
396
|
+
<li class="class">
|
397
|
+
<a href="RubyXL/CT_TextBlipBullet.html">RubyXL::CT_TextBlipBullet</a>
|
398
|
+
</li>
|
399
|
+
<li class="class">
|
400
|
+
<a href="RubyXL/CT_TextCharBullet.html">RubyXL::CT_TextCharBullet</a>
|
401
|
+
</li>
|
402
|
+
<li class="class">
|
403
|
+
<a href="RubyXL/CT_TextCharacterProperties.html">RubyXL::CT_TextCharacterProperties</a>
|
404
|
+
</li>
|
405
|
+
<li class="class">
|
406
|
+
<a href="RubyXL/CT_TextFont.html">RubyXL::CT_TextFont</a>
|
407
|
+
</li>
|
408
|
+
<li class="class">
|
409
|
+
<a href="RubyXL/CT_TextListStyle.html">RubyXL::CT_TextListStyle</a>
|
410
|
+
</li>
|
411
|
+
<li class="class">
|
412
|
+
<a href="RubyXL/CT_TextNormalAutofit.html">RubyXL::CT_TextNormalAutofit</a>
|
413
|
+
</li>
|
414
|
+
<li class="class">
|
415
|
+
<a href="RubyXL/CT_TextParagraphProperties.html">RubyXL::CT_TextParagraphProperties</a>
|
416
|
+
</li>
|
417
|
+
<li class="class">
|
418
|
+
<a href="RubyXL/CT_TextSpacing.html">RubyXL::CT_TextSpacing</a>
|
419
|
+
</li>
|
420
|
+
<li class="class">
|
421
|
+
<a href="RubyXL/CT_TextTabStop.html">RubyXL::CT_TextTabStop</a>
|
422
|
+
</li>
|
423
|
+
<li class="class">
|
424
|
+
<a href="RubyXL/CT_TextTabStopList.html">RubyXL::CT_TextTabStopList</a>
|
425
|
+
</li>
|
426
|
+
<li class="class">
|
427
|
+
<a href="RubyXL/CT_TileInfoProperties.html">RubyXL::CT_TileInfoProperties</a>
|
428
|
+
</li>
|
429
|
+
<li class="class">
|
430
|
+
<a href="RubyXL/CT_TintEffect.html">RubyXL::CT_TintEffect</a>
|
431
|
+
</li>
|
432
|
+
<li class="class">
|
433
|
+
<a href="RubyXL/CT_Transform2D.html">RubyXL::CT_Transform2D</a>
|
434
|
+
</li>
|
435
|
+
<li class="class">
|
436
|
+
<a href="RubyXL/CT_TransformEffect.html">RubyXL::CT_TransformEffect</a>
|
437
|
+
</li>
|
438
|
+
<li class="class">
|
439
|
+
<a href="RubyXL/CT_Vector3D.html">RubyXL::CT_Vector3D</a>
|
440
|
+
</li>
|
441
|
+
<li class="class">
|
442
|
+
<a href="RubyXL/CT_XYAdjustHandle.html">RubyXL::CT_XYAdjustHandle</a>
|
443
|
+
</li>
|
444
|
+
<li class="class">
|
445
|
+
<a href="RubyXL/CalculationChain.html">RubyXL::CalculationChain</a>
|
446
|
+
</li>
|
447
|
+
<li class="class">
|
448
|
+
<a href="RubyXL/CalculationChainCell.html">RubyXL::CalculationChainCell</a>
|
449
|
+
</li>
|
450
|
+
<li class="class">
|
451
|
+
<a href="RubyXL/CalculationProperties.html">RubyXL::CalculationProperties</a>
|
452
|
+
</li>
|
453
|
+
<li class="class">
|
454
|
+
<a href="RubyXL/Cell.html">RubyXL::Cell</a>
|
455
|
+
</li>
|
456
|
+
<li class="module">
|
457
|
+
<a href="RubyXL/CellConvenienceMethods.html">RubyXL::CellConvenienceMethods</a>
|
458
|
+
</li>
|
459
|
+
<li class="class">
|
460
|
+
<a href="RubyXL/CellExt.html">RubyXL::CellExt</a>
|
461
|
+
</li>
|
462
|
+
<li class="class">
|
463
|
+
<a href="RubyXL/CellSmartTag.html">RubyXL::CellSmartTag</a>
|
464
|
+
</li>
|
465
|
+
<li class="class">
|
466
|
+
<a href="RubyXL/CellSmartTagProperty.html">RubyXL::CellSmartTagProperty</a>
|
467
|
+
</li>
|
468
|
+
<li class="class">
|
469
|
+
<a href="RubyXL/CellSmartTags.html">RubyXL::CellSmartTags</a>
|
470
|
+
</li>
|
471
|
+
<li class="class">
|
472
|
+
<a href="RubyXL/CellStyle.html">RubyXL::CellStyle</a>
|
473
|
+
</li>
|
474
|
+
<li class="class">
|
475
|
+
<a href="RubyXL/CellStyleXFs.html">RubyXL::CellStyleXFs</a>
|
476
|
+
</li>
|
477
|
+
<li class="class">
|
478
|
+
<a href="RubyXL/CellStyles.html">RubyXL::CellStyles</a>
|
479
|
+
</li>
|
480
|
+
<li class="class">
|
481
|
+
<a href="RubyXL/CellValue.html">RubyXL::CellValue</a>
|
482
|
+
</li>
|
483
|
+
<li class="class">
|
484
|
+
<a href="RubyXL/CellWatch.html">RubyXL::CellWatch</a>
|
485
|
+
</li>
|
486
|
+
<li class="class">
|
487
|
+
<a href="RubyXL/CellWatches.html">RubyXL::CellWatches</a>
|
488
|
+
</li>
|
489
|
+
<li class="class">
|
490
|
+
<a href="RubyXL/CellXFs.html">RubyXL::CellXFs</a>
|
491
|
+
</li>
|
492
|
+
<li class="class">
|
493
|
+
<a href="RubyXL/ChartColorsFile.html">RubyXL::ChartColorsFile</a>
|
494
|
+
</li>
|
495
|
+
<li class="class">
|
496
|
+
<a href="RubyXL/ChartFile.html">RubyXL::ChartFile</a>
|
497
|
+
</li>
|
498
|
+
<li class="class">
|
499
|
+
<a href="RubyXL/ChartStyleFile.html">RubyXL::ChartStyleFile</a>
|
500
|
+
</li>
|
501
|
+
<li class="class">
|
502
|
+
<a href="RubyXL/ChartUserShapesFile.html">RubyXL::ChartUserShapesFile</a>
|
503
|
+
</li>
|
504
|
+
<li class="class">
|
505
|
+
<a href="RubyXL/Chartsheet.html">RubyXL::Chartsheet</a>
|
506
|
+
</li>
|
507
|
+
<li class="class">
|
508
|
+
<a href="RubyXL/ChartsheetPageSetup.html">RubyXL::ChartsheetPageSetup</a>
|
509
|
+
</li>
|
510
|
+
<li class="class">
|
511
|
+
<a href="RubyXL/ChartsheetProperties.html">RubyXL::ChartsheetProperties</a>
|
512
|
+
</li>
|
513
|
+
<li class="class">
|
514
|
+
<a href="RubyXL/ChartsheetProtection.html">RubyXL::ChartsheetProtection</a>
|
515
|
+
</li>
|
516
|
+
<li class="class">
|
517
|
+
<a href="RubyXL/ChartsheetView.html">RubyXL::ChartsheetView</a>
|
518
|
+
</li>
|
519
|
+
<li class="class">
|
520
|
+
<a href="RubyXL/ChartsheetViews.html">RubyXL::ChartsheetViews</a>
|
521
|
+
</li>
|
522
|
+
<li class="class">
|
523
|
+
<a href="RubyXL/Color.html">RubyXL::Color</a>
|
524
|
+
</li>
|
525
|
+
<li class="class">
|
526
|
+
<a href="RubyXL/ColorFilter.html">RubyXL::ColorFilter</a>
|
527
|
+
</li>
|
528
|
+
<li class="class">
|
529
|
+
<a href="RubyXL/ColorScale.html">RubyXL::ColorScale</a>
|
530
|
+
</li>
|
531
|
+
<li class="class">
|
532
|
+
<a href="RubyXL/ColorSet.html">RubyXL::ColorSet</a>
|
533
|
+
</li>
|
534
|
+
<li class="class">
|
535
|
+
<a href="RubyXL/Colors.html">RubyXL::Colors</a>
|
536
|
+
</li>
|
537
|
+
<li class="class">
|
538
|
+
<a href="RubyXL/ColumnRange.html">RubyXL::ColumnRange</a>
|
539
|
+
</li>
|
540
|
+
<li class="class">
|
541
|
+
<a href="RubyXL/ColumnRanges.html">RubyXL::ColumnRanges</a>
|
542
|
+
</li>
|
543
|
+
<li class="class">
|
544
|
+
<a href="RubyXL/Comment.html">RubyXL::Comment</a>
|
545
|
+
</li>
|
546
|
+
<li class="class">
|
547
|
+
<a href="RubyXL/CommentList.html">RubyXL::CommentList</a>
|
548
|
+
</li>
|
549
|
+
<li class="class">
|
550
|
+
<a href="RubyXL/CommentsFile.html">RubyXL::CommentsFile</a>
|
551
|
+
</li>
|
552
|
+
<li class="class">
|
553
|
+
<a href="RubyXL/ConditionalFormatValue.html">RubyXL::ConditionalFormatValue</a>
|
554
|
+
</li>
|
555
|
+
<li class="class">
|
556
|
+
<a href="RubyXL/ConditionalFormatting.html">RubyXL::ConditionalFormatting</a>
|
557
|
+
</li>
|
558
|
+
<li class="class">
|
559
|
+
<a href="RubyXL/ConditionalFormattingRule.html">RubyXL::ConditionalFormattingRule</a>
|
560
|
+
</li>
|
561
|
+
<li class="class">
|
562
|
+
<a href="RubyXL/ContentTypeDefault.html">RubyXL::ContentTypeDefault</a>
|
563
|
+
</li>
|
564
|
+
<li class="class">
|
565
|
+
<a href="RubyXL/ContentTypeOverride.html">RubyXL::ContentTypeOverride</a>
|
566
|
+
</li>
|
567
|
+
<li class="class">
|
568
|
+
<a href="RubyXL/ContentTypes.html">RubyXL::ContentTypes</a>
|
569
|
+
</li>
|
570
|
+
<li class="class">
|
571
|
+
<a href="RubyXL/ControlPropertiesFile.html">RubyXL::ControlPropertiesFile</a>
|
572
|
+
</li>
|
573
|
+
<li class="class">
|
574
|
+
<a href="RubyXL/CorePropertiesFile.html">RubyXL::CorePropertiesFile</a>
|
575
|
+
</li>
|
576
|
+
<li class="class">
|
577
|
+
<a href="RubyXL/CustomColor.html">RubyXL::CustomColor</a>
|
578
|
+
</li>
|
579
|
+
<li class="class">
|
580
|
+
<a href="RubyXL/CustomColorList.html">RubyXL::CustomColorList</a>
|
581
|
+
</li>
|
582
|
+
<li class="class">
|
583
|
+
<a href="RubyXL/CustomFilter.html">RubyXL::CustomFilter</a>
|
584
|
+
</li>
|
585
|
+
<li class="class">
|
586
|
+
<a href="RubyXL/CustomFilters.html">RubyXL::CustomFilters</a>
|
587
|
+
</li>
|
588
|
+
<li class="class">
|
589
|
+
<a href="RubyXL/CustomGeometry.html">RubyXL::CustomGeometry</a>
|
590
|
+
</li>
|
591
|
+
<li class="class">
|
592
|
+
<a href="RubyXL/CustomProperties.html">RubyXL::CustomProperties</a>
|
593
|
+
</li>
|
594
|
+
<li class="class">
|
595
|
+
<a href="RubyXL/CustomPropertiesFile.html">RubyXL::CustomPropertiesFile</a>
|
596
|
+
</li>
|
597
|
+
<li class="class">
|
598
|
+
<a href="RubyXL/CustomProperty.html">RubyXL::CustomProperty</a>
|
599
|
+
</li>
|
600
|
+
<li class="class">
|
601
|
+
<a href="RubyXL/CustomSheetView.html">RubyXL::CustomSheetView</a>
|
602
|
+
</li>
|
603
|
+
<li class="class">
|
604
|
+
<a href="RubyXL/CustomSheetViews.html">RubyXL::CustomSheetViews</a>
|
605
|
+
</li>
|
606
|
+
<li class="class">
|
607
|
+
<a href="RubyXL/CustomWorkbookView.html">RubyXL::CustomWorkbookView</a>
|
608
|
+
</li>
|
609
|
+
<li class="class">
|
610
|
+
<a href="RubyXL/CustomWorkbookViews.html">RubyXL::CustomWorkbookViews</a>
|
611
|
+
</li>
|
612
|
+
<li class="class">
|
613
|
+
<a href="RubyXL/CustomXMLFile.html">RubyXL::CustomXMLFile</a>
|
614
|
+
</li>
|
615
|
+
<li class="class">
|
616
|
+
<a href="RubyXL/DXF.html">RubyXL::DXF</a>
|
617
|
+
</li>
|
618
|
+
<li class="class">
|
619
|
+
<a href="RubyXL/DXFs.html">RubyXL::DXFs</a>
|
620
|
+
</li>
|
621
|
+
<li class="class">
|
622
|
+
<a href="RubyXL/DataBar.html">RubyXL::DataBar</a>
|
623
|
+
</li>
|
624
|
+
<li class="class">
|
625
|
+
<a href="RubyXL/DataConsolidate.html">RubyXL::DataConsolidate</a>
|
626
|
+
</li>
|
627
|
+
<li class="class">
|
628
|
+
<a href="RubyXL/DataConsolidationReference.html">RubyXL::DataConsolidationReference</a>
|
629
|
+
</li>
|
630
|
+
<li class="class">
|
631
|
+
<a href="RubyXL/DataConsolidationReferences.html">RubyXL::DataConsolidationReferences</a>
|
632
|
+
</li>
|
633
|
+
<li class="module">
|
634
|
+
<a href="RubyXL/DataType.html">RubyXL::DataType</a>
|
635
|
+
</li>
|
636
|
+
<li class="class">
|
637
|
+
<a href="RubyXL/DataValidation.html">RubyXL::DataValidation</a>
|
638
|
+
</li>
|
639
|
+
<li class="class">
|
640
|
+
<a href="RubyXL/DataValidations.html">RubyXL::DataValidations</a>
|
641
|
+
</li>
|
642
|
+
<li class="class">
|
643
|
+
<a href="RubyXL/DateGroupItem.html">RubyXL::DateGroupItem</a>
|
644
|
+
</li>
|
645
|
+
<li class="class">
|
646
|
+
<a href="RubyXL/DefinedName.html">RubyXL::DefinedName</a>
|
647
|
+
</li>
|
648
|
+
<li class="class">
|
649
|
+
<a href="RubyXL/DefinedNameExt.html">RubyXL::DefinedNameExt</a>
|
650
|
+
</li>
|
651
|
+
<li class="class">
|
652
|
+
<a href="RubyXL/DefinedNames.html">RubyXL::DefinedNames</a>
|
653
|
+
</li>
|
654
|
+
<li class="class">
|
655
|
+
<a href="RubyXL/DefinedNamesExt.html">RubyXL::DefinedNamesExt</a>
|
656
|
+
</li>
|
657
|
+
<li class="class">
|
658
|
+
<a href="RubyXL/DocumentPropertiesFile.html">RubyXL::DocumentPropertiesFile</a>
|
659
|
+
</li>
|
660
|
+
<li class="class">
|
661
|
+
<a href="RubyXL/DrawingFile.html">RubyXL::DrawingFile</a>
|
662
|
+
</li>
|
663
|
+
<li class="class">
|
664
|
+
<a href="RubyXL/DynamicFilter.html">RubyXL::DynamicFilter</a>
|
665
|
+
</li>
|
666
|
+
<li class="class">
|
667
|
+
<a href="RubyXL/EmbeddedControl.html">RubyXL::EmbeddedControl</a>
|
668
|
+
</li>
|
669
|
+
<li class="class">
|
670
|
+
<a href="RubyXL/EmbeddedControls.html">RubyXL::EmbeddedControls</a>
|
671
|
+
</li>
|
672
|
+
<li class="class">
|
673
|
+
<a href="RubyXL/Extension.html">RubyXL::Extension</a>
|
674
|
+
</li>
|
675
|
+
<li class="class">
|
676
|
+
<a href="RubyXL/ExtensionStorageArea.html">RubyXL::ExtensionStorageArea</a>
|
677
|
+
</li>
|
678
|
+
<li class="class">
|
679
|
+
<a href="RubyXL/Extents.html">RubyXL::Extents</a>
|
680
|
+
</li>
|
681
|
+
<li class="class">
|
682
|
+
<a href="RubyXL/ExternalBook.html">RubyXL::ExternalBook</a>
|
683
|
+
</li>
|
684
|
+
<li class="class">
|
685
|
+
<a href="RubyXL/ExternalLinksFile.html">RubyXL::ExternalLinksFile</a>
|
686
|
+
</li>
|
687
|
+
<li class="class">
|
688
|
+
<a href="RubyXL/ExternalReference.html">RubyXL::ExternalReference</a>
|
689
|
+
</li>
|
690
|
+
<li class="class">
|
691
|
+
<a href="RubyXL/ExternalReferences.html">RubyXL::ExternalReferences</a>
|
692
|
+
</li>
|
693
|
+
<li class="class">
|
694
|
+
<a href="RubyXL/ExtraColorSchemeList.html">RubyXL::ExtraColorSchemeList</a>
|
695
|
+
</li>
|
696
|
+
<li class="class">
|
697
|
+
<a href="RubyXL/FieldItem.html">RubyXL::FieldItem</a>
|
698
|
+
</li>
|
699
|
+
<li class="class">
|
700
|
+
<a href="RubyXL/FileRecoveryProperties.html">RubyXL::FileRecoveryProperties</a>
|
701
|
+
</li>
|
702
|
+
<li class="class">
|
703
|
+
<a href="RubyXL/FileSharing.html">RubyXL::FileSharing</a>
|
704
|
+
</li>
|
705
|
+
<li class="class">
|
706
|
+
<a href="RubyXL/FileVersion.html">RubyXL::FileVersion</a>
|
707
|
+
</li>
|
708
|
+
<li class="class">
|
709
|
+
<a href="RubyXL/Fill.html">RubyXL::Fill</a>
|
710
|
+
</li>
|
711
|
+
<li class="class">
|
712
|
+
<a href="RubyXL/Fills.html">RubyXL::Fills</a>
|
713
|
+
</li>
|
714
|
+
<li class="class">
|
715
|
+
<a href="RubyXL/FilterContainer.html">RubyXL::FilterContainer</a>
|
716
|
+
</li>
|
717
|
+
<li class="class">
|
718
|
+
<a href="RubyXL/FloatNode.html">RubyXL::FloatNode</a>
|
719
|
+
</li>
|
720
|
+
<li class="class">
|
721
|
+
<a href="RubyXL/FloatValue.html">RubyXL::FloatValue</a>
|
722
|
+
</li>
|
723
|
+
<li class="class">
|
724
|
+
<a href="RubyXL/Font.html">RubyXL::Font</a>
|
725
|
+
</li>
|
726
|
+
<li class="module">
|
727
|
+
<a href="RubyXL/FontConvenienceMethods.html">RubyXL::FontConvenienceMethods</a>
|
728
|
+
</li>
|
729
|
+
<li class="class">
|
730
|
+
<a href="RubyXL/FontScheme.html">RubyXL::FontScheme</a>
|
731
|
+
</li>
|
732
|
+
<li class="class">
|
733
|
+
<a href="RubyXL/Fonts.html">RubyXL::Fonts</a>
|
734
|
+
</li>
|
735
|
+
<li class="class">
|
736
|
+
<a href="RubyXL/Formula.html">RubyXL::Formula</a>
|
737
|
+
</li>
|
738
|
+
<li class="class">
|
739
|
+
<a href="RubyXL/FunctionGroup.html">RubyXL::FunctionGroup</a>
|
740
|
+
</li>
|
741
|
+
<li class="class">
|
742
|
+
<a href="RubyXL/FunctionGroups.html">RubyXL::FunctionGroups</a>
|
743
|
+
</li>
|
744
|
+
<li class="class">
|
745
|
+
<a href="RubyXL/GenericStorageObject.html">RubyXL::GenericStorageObject</a>
|
746
|
+
</li>
|
747
|
+
<li class="class">
|
748
|
+
<a href="RubyXL/GradientFill.html">RubyXL::GradientFill</a>
|
749
|
+
</li>
|
750
|
+
<li class="class">
|
751
|
+
<a href="RubyXL/HeaderFooterSettings.html">RubyXL::HeaderFooterSettings</a>
|
752
|
+
</li>
|
753
|
+
<li class="class">
|
754
|
+
<a href="RubyXL/Hyperlink.html">RubyXL::Hyperlink</a>
|
755
|
+
</li>
|
756
|
+
<li class="class">
|
757
|
+
<a href="RubyXL/HyperlinkRelFile.html">RubyXL::HyperlinkRelFile</a>
|
758
|
+
</li>
|
759
|
+
<li class="class">
|
760
|
+
<a href="RubyXL/Hyperlinks.html">RubyXL::Hyperlinks</a>
|
761
|
+
</li>
|
762
|
+
<li class="class">
|
763
|
+
<a href="RubyXL/IconFilter.html">RubyXL::IconFilter</a>
|
764
|
+
</li>
|
765
|
+
<li class="class">
|
766
|
+
<a href="RubyXL/IconSet.html">RubyXL::IconSet</a>
|
767
|
+
</li>
|
768
|
+
<li class="class">
|
769
|
+
<a href="RubyXL/IgnoredError.html">RubyXL::IgnoredError</a>
|
770
|
+
</li>
|
771
|
+
<li class="class">
|
772
|
+
<a href="RubyXL/IgnoredErrors.html">RubyXL::IgnoredErrors</a>
|
773
|
+
</li>
|
774
|
+
<li class="class">
|
775
|
+
<a href="RubyXL/IndexedColors.html">RubyXL::IndexedColors</a>
|
776
|
+
</li>
|
777
|
+
<li class="class">
|
778
|
+
<a href="RubyXL/InputCells.html">RubyXL::InputCells</a>
|
779
|
+
</li>
|
780
|
+
<li class="class">
|
781
|
+
<a href="RubyXL/IntegerNode.html">RubyXL::IntegerNode</a>
|
782
|
+
</li>
|
783
|
+
<li class="class">
|
784
|
+
<a href="RubyXL/IntegerValue.html">RubyXL::IntegerValue</a>
|
785
|
+
</li>
|
786
|
+
<li class="module">
|
787
|
+
<a href="RubyXL/LegacyCell.html">RubyXL::LegacyCell</a>
|
788
|
+
</li>
|
789
|
+
<li class="module">
|
790
|
+
<a href="RubyXL/LegacyWorksheet.html">RubyXL::LegacyWorksheet</a>
|
791
|
+
</li>
|
792
|
+
<li class="class">
|
793
|
+
<a href="RubyXL/MRUColors.html">RubyXL::MRUColors</a>
|
794
|
+
</li>
|
795
|
+
<li class="class">
|
796
|
+
<a href="RubyXL/MacrosFile.html">RubyXL::MacrosFile</a>
|
797
|
+
</li>
|
798
|
+
<li class="class">
|
799
|
+
<a href="RubyXL/MergedCell.html">RubyXL::MergedCell</a>
|
800
|
+
</li>
|
801
|
+
<li class="class">
|
802
|
+
<a href="RubyXL/MergedCells.html">RubyXL::MergedCells</a>
|
803
|
+
</li>
|
804
|
+
<li class="class">
|
805
|
+
<a href="RubyXL/NumFmt.html">RubyXL::NumFmt</a>
|
806
|
+
</li>
|
807
|
+
<li class="class">
|
808
|
+
<a href="RubyXL/NumberFormat.html">RubyXL::NumberFormat</a>
|
809
|
+
</li>
|
810
|
+
<li class="class">
|
811
|
+
<a href="RubyXL/NumberFormats.html">RubyXL::NumberFormats</a>
|
812
|
+
</li>
|
813
|
+
<li class="class">
|
814
|
+
<a href="RubyXL/OLEObject.html">RubyXL::OLEObject</a>
|
815
|
+
</li>
|
816
|
+
<li class="class">
|
817
|
+
<a href="RubyXL/OLEObjectFile.html">RubyXL::OLEObjectFile</a>
|
818
|
+
</li>
|
819
|
+
<li class="class">
|
820
|
+
<a href="RubyXL/OLEObjects.html">RubyXL::OLEObjects</a>
|
821
|
+
</li>
|
822
|
+
<li class="class">
|
823
|
+
<a href="RubyXL/OLESize.html">RubyXL::OLESize</a>
|
824
|
+
</li>
|
825
|
+
<li class="class">
|
826
|
+
<a href="RubyXL/OOXMLContainerObject.html">RubyXL::OOXMLContainerObject</a>
|
827
|
+
</li>
|
828
|
+
<li class="class">
|
829
|
+
<a href="RubyXL/OOXMLObject.html">RubyXL::OOXMLObject</a>
|
830
|
+
</li>
|
831
|
+
<li class="module">
|
832
|
+
<a href="RubyXL/OOXMLObjectClassMethods.html">RubyXL::OOXMLObjectClassMethods</a>
|
833
|
+
</li>
|
834
|
+
<li class="module">
|
835
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html">RubyXL::OOXMLObjectInstanceMethods</a>
|
836
|
+
</li>
|
837
|
+
<li class="class">
|
838
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html">RubyXL::OOXMLRelationshipsFile</a>
|
839
|
+
</li>
|
840
|
+
<li class="class">
|
841
|
+
<a href="RubyXL/OOXMLTopLevelObject.html">RubyXL::OOXMLTopLevelObject</a>
|
842
|
+
</li>
|
843
|
+
<li class="class">
|
844
|
+
<a href="RubyXL/Offset.html">RubyXL::Offset</a>
|
845
|
+
</li>
|
846
|
+
<li class="class">
|
847
|
+
<a href="RubyXL/OutlineProperties.html">RubyXL::OutlineProperties</a>
|
848
|
+
</li>
|
849
|
+
<li class="class">
|
850
|
+
<a href="RubyXL/PageMargins.html">RubyXL::PageMargins</a>
|
851
|
+
</li>
|
852
|
+
<li class="class">
|
853
|
+
<a href="RubyXL/PageSetup.html">RubyXL::PageSetup</a>
|
854
|
+
</li>
|
855
|
+
<li class="class">
|
856
|
+
<a href="RubyXL/PageSetupProperties.html">RubyXL::PageSetupProperties</a>
|
857
|
+
</li>
|
858
|
+
<li class="class">
|
859
|
+
<a href="RubyXL/Pane.html">RubyXL::Pane</a>
|
860
|
+
</li>
|
861
|
+
<li class="class">
|
862
|
+
<a href="RubyXL/Parser.html">RubyXL::Parser</a>
|
863
|
+
</li>
|
864
|
+
<li class="class">
|
865
|
+
<a href="RubyXL/PatternFill.html">RubyXL::PatternFill</a>
|
866
|
+
</li>
|
867
|
+
<li class="class">
|
868
|
+
<a href="RubyXL/PhoneticProperties.html">RubyXL::PhoneticProperties</a>
|
869
|
+
</li>
|
870
|
+
<li class="class">
|
871
|
+
<a href="RubyXL/PhoneticRun.html">RubyXL::PhoneticRun</a>
|
872
|
+
</li>
|
873
|
+
<li class="class">
|
874
|
+
<a href="RubyXL/PivotArea.html">RubyXL::PivotArea</a>
|
875
|
+
</li>
|
876
|
+
<li class="class">
|
877
|
+
<a href="RubyXL/PivotCache.html">RubyXL::PivotCache</a>
|
878
|
+
</li>
|
879
|
+
<li class="class">
|
880
|
+
<a href="RubyXL/PivotCacheDefinitionFile.html">RubyXL::PivotCacheDefinitionFile</a>
|
881
|
+
</li>
|
882
|
+
<li class="class">
|
883
|
+
<a href="RubyXL/PivotCacheRecordsFile.html">RubyXL::PivotCacheRecordsFile</a>
|
884
|
+
</li>
|
885
|
+
<li class="class">
|
886
|
+
<a href="RubyXL/PivotCaches.html">RubyXL::PivotCaches</a>
|
887
|
+
</li>
|
888
|
+
<li class="class">
|
889
|
+
<a href="RubyXL/PivotReference.html">RubyXL::PivotReference</a>
|
890
|
+
</li>
|
891
|
+
<li class="class">
|
892
|
+
<a href="RubyXL/PivotReferences.html">RubyXL::PivotReferences</a>
|
893
|
+
</li>
|
894
|
+
<li class="class">
|
895
|
+
<a href="RubyXL/PivotTableFile.html">RubyXL::PivotTableFile</a>
|
896
|
+
</li>
|
897
|
+
<li class="class">
|
898
|
+
<a href="RubyXL/PivotTableSelection.html">RubyXL::PivotTableSelection</a>
|
899
|
+
</li>
|
900
|
+
<li class="class">
|
901
|
+
<a href="RubyXL/PresetGeometry.html">RubyXL::PresetGeometry</a>
|
902
|
+
</li>
|
903
|
+
<li class="class">
|
904
|
+
<a href="RubyXL/PrintOptions.html">RubyXL::PrintOptions</a>
|
905
|
+
</li>
|
906
|
+
<li class="class">
|
907
|
+
<a href="RubyXL/PrinterSettingsFile.html">RubyXL::PrinterSettingsFile</a>
|
908
|
+
</li>
|
909
|
+
<li class="class">
|
910
|
+
<a href="RubyXL/ProtectedRange.html">RubyXL::ProtectedRange</a>
|
911
|
+
</li>
|
912
|
+
<li class="class">
|
913
|
+
<a href="RubyXL/ProtectedRanges.html">RubyXL::ProtectedRanges</a>
|
914
|
+
</li>
|
915
|
+
<li class="class">
|
916
|
+
<a href="RubyXL/Protection.html">RubyXL::Protection</a>
|
917
|
+
</li>
|
918
|
+
<li class="class">
|
919
|
+
<a href="RubyXL/RID.html">RubyXL::RID</a>
|
920
|
+
</li>
|
921
|
+
<li class="class">
|
922
|
+
<a href="RubyXL/RawOOXML.html">RubyXL::RawOOXML</a>
|
923
|
+
</li>
|
924
|
+
<li class="class">
|
925
|
+
<a href="RubyXL/Reference.html">RubyXL::Reference</a>
|
926
|
+
</li>
|
927
|
+
<li class="class">
|
928
|
+
<a href="RubyXL/Relationship.html">RubyXL::Relationship</a>
|
929
|
+
</li>
|
930
|
+
<li class="module">
|
931
|
+
<a href="RubyXL/RelationshipSupport.html">RubyXL::RelationshipSupport</a>
|
932
|
+
</li>
|
933
|
+
<li class="module">
|
934
|
+
<a href="RubyXL/RelationshipSupport/ClassMehods.html">RubyXL::RelationshipSupport::ClassMehods</a>
|
935
|
+
</li>
|
936
|
+
<li class="class">
|
937
|
+
<a href="RubyXL/RichText.html">RubyXL::RichText</a>
|
938
|
+
</li>
|
939
|
+
<li class="class">
|
940
|
+
<a href="RubyXL/RichTextRun.html">RubyXL::RichTextRun</a>
|
941
|
+
</li>
|
942
|
+
<li class="class">
|
943
|
+
<a href="RubyXL/Row.html">RubyXL::Row</a>
|
944
|
+
</li>
|
945
|
+
<li class="class">
|
946
|
+
<a href="RubyXL/RowExt.html">RubyXL::RowExt</a>
|
947
|
+
</li>
|
948
|
+
<li class="class">
|
949
|
+
<a href="RubyXL/RunProperties.html">RubyXL::RunProperties</a>
|
950
|
+
</li>
|
951
|
+
<li class="class">
|
952
|
+
<a href="RubyXL/Scenario.html">RubyXL::Scenario</a>
|
953
|
+
</li>
|
954
|
+
<li class="class">
|
955
|
+
<a href="RubyXL/Scenarios.html">RubyXL::Scenarios</a>
|
956
|
+
</li>
|
957
|
+
<li class="class">
|
958
|
+
<a href="RubyXL/Selection.html">RubyXL::Selection</a>
|
959
|
+
</li>
|
960
|
+
<li class="class">
|
961
|
+
<a href="RubyXL/ShapeGuide.html">RubyXL::ShapeGuide</a>
|
962
|
+
</li>
|
963
|
+
<li class="class">
|
964
|
+
<a href="RubyXL/ShapeTextRectangle.html">RubyXL::ShapeTextRectangle</a>
|
965
|
+
</li>
|
966
|
+
<li class="class">
|
967
|
+
<a href="RubyXL/SharedStringsTable.html">RubyXL::SharedStringsTable</a>
|
968
|
+
</li>
|
969
|
+
<li class="class">
|
970
|
+
<a href="RubyXL/Sheet.html">RubyXL::Sheet</a>
|
971
|
+
</li>
|
972
|
+
<li class="class">
|
973
|
+
<a href="RubyXL/SheetCalculationProperties.html">RubyXL::SheetCalculationProperties</a>
|
974
|
+
</li>
|
975
|
+
<li class="class">
|
976
|
+
<a href="RubyXL/SheetData.html">RubyXL::SheetData</a>
|
977
|
+
</li>
|
978
|
+
<li class="class">
|
979
|
+
<a href="RubyXL/SheetDataExt.html">RubyXL::SheetDataExt</a>
|
980
|
+
</li>
|
981
|
+
<li class="class">
|
982
|
+
<a href="RubyXL/SheetDataSet.html">RubyXL::SheetDataSet</a>
|
983
|
+
</li>
|
984
|
+
<li class="class">
|
985
|
+
<a href="RubyXL/SheetName.html">RubyXL::SheetName</a>
|
986
|
+
</li>
|
987
|
+
<li class="class">
|
988
|
+
<a href="RubyXL/SheetNames.html">RubyXL::SheetNames</a>
|
989
|
+
</li>
|
990
|
+
<li class="class">
|
991
|
+
<a href="RubyXL/Sheets.html">RubyXL::Sheets</a>
|
992
|
+
</li>
|
993
|
+
<li class="class">
|
994
|
+
<a href="RubyXL/SlicerCacheFile.html">RubyXL::SlicerCacheFile</a>
|
995
|
+
</li>
|
996
|
+
<li class="class">
|
997
|
+
<a href="RubyXL/SlicerFile.html">RubyXL::SlicerFile</a>
|
998
|
+
</li>
|
999
|
+
<li class="class">
|
1000
|
+
<a href="RubyXL/SmartTagProperties.html">RubyXL::SmartTagProperties</a>
|
1001
|
+
</li>
|
1002
|
+
<li class="class">
|
1003
|
+
<a href="RubyXL/SmartTagType.html">RubyXL::SmartTagType</a>
|
1004
|
+
</li>
|
1005
|
+
<li class="class">
|
1006
|
+
<a href="RubyXL/SmartTagTypes.html">RubyXL::SmartTagTypes</a>
|
1007
|
+
</li>
|
1008
|
+
<li class="class">
|
1009
|
+
<a href="RubyXL/SmartTags.html">RubyXL::SmartTags</a>
|
1010
|
+
</li>
|
1011
|
+
<li class="class">
|
1012
|
+
<a href="RubyXL/SortCondition.html">RubyXL::SortCondition</a>
|
1013
|
+
</li>
|
1014
|
+
<li class="class">
|
1015
|
+
<a href="RubyXL/SortState.html">RubyXL::SortState</a>
|
1016
|
+
</li>
|
1017
|
+
<li class="class">
|
1018
|
+
<a href="RubyXL/Sqref.html">RubyXL::Sqref</a>
|
1019
|
+
</li>
|
1020
|
+
<li class="class">
|
1021
|
+
<a href="RubyXL/Stop.html">RubyXL::Stop</a>
|
1022
|
+
</li>
|
1023
|
+
<li class="class">
|
1024
|
+
<a href="RubyXL/StringNode.html">RubyXL::StringNode</a>
|
1025
|
+
</li>
|
1026
|
+
<li class="class">
|
1027
|
+
<a href="RubyXL/StringNodeW3C.html">RubyXL::StringNodeW3C</a>
|
1028
|
+
</li>
|
1029
|
+
<li class="class">
|
1030
|
+
<a href="RubyXL/StringValue.html">RubyXL::StringValue</a>
|
1031
|
+
</li>
|
1032
|
+
<li class="class">
|
1033
|
+
<a href="RubyXL/Stylesheet.html">RubyXL::Stylesheet</a>
|
1034
|
+
</li>
|
1035
|
+
<li class="class">
|
1036
|
+
<a href="RubyXL/TableFile.html">RubyXL::TableFile</a>
|
1037
|
+
</li>
|
1038
|
+
<li class="class">
|
1039
|
+
<a href="RubyXL/TableParts.html">RubyXL::TableParts</a>
|
1040
|
+
</li>
|
1041
|
+
<li class="class">
|
1042
|
+
<a href="RubyXL/TableStyle.html">RubyXL::TableStyle</a>
|
1043
|
+
</li>
|
1044
|
+
<li class="class">
|
1045
|
+
<a href="RubyXL/TableStyles.html">RubyXL::TableStyles</a>
|
1046
|
+
</li>
|
1047
|
+
<li class="class">
|
1048
|
+
<a href="RubyXL/Text.html">RubyXL::Text</a>
|
1049
|
+
</li>
|
1050
|
+
<li class="class">
|
1051
|
+
<a href="RubyXL/Theme.html">RubyXL::Theme</a>
|
1052
|
+
</li>
|
1053
|
+
<li class="class">
|
1054
|
+
<a href="RubyXL/ThemeElements.html">RubyXL::ThemeElements</a>
|
1055
|
+
</li>
|
1056
|
+
<li class="class">
|
1057
|
+
<a href="RubyXL/ThumbnailFile.html">RubyXL::ThumbnailFile</a>
|
1058
|
+
</li>
|
1059
|
+
<li class="class">
|
1060
|
+
<a href="RubyXL/Top10.html">RubyXL::Top10</a>
|
1061
|
+
</li>
|
1062
|
+
<li class="class">
|
1063
|
+
<a href="RubyXL/VMLDrawingFile.html">RubyXL::VMLDrawingFile</a>
|
1064
|
+
</li>
|
1065
|
+
<li class="class">
|
1066
|
+
<a href="RubyXL/Variant.html">RubyXL::Variant</a>
|
1067
|
+
</li>
|
1068
|
+
<li class="class">
|
1069
|
+
<a href="RubyXL/Vector.html">RubyXL::Vector</a>
|
1070
|
+
</li>
|
1071
|
+
<li class="class">
|
1072
|
+
<a href="RubyXL/VectorValue.html">RubyXL::VectorValue</a>
|
1073
|
+
</li>
|
1074
|
+
<li class="class">
|
1075
|
+
<a href="RubyXL/VisualProperties.html">RubyXL::VisualProperties</a>
|
1076
|
+
</li>
|
1077
|
+
<li class="class">
|
1078
|
+
<a href="RubyXL/WebPublishObject.html">RubyXL::WebPublishObject</a>
|
1079
|
+
</li>
|
1080
|
+
<li class="class">
|
1081
|
+
<a href="RubyXL/WebPublishObjects.html">RubyXL::WebPublishObjects</a>
|
1082
|
+
</li>
|
1083
|
+
<li class="class">
|
1084
|
+
<a href="RubyXL/WebPublishingItem.html">RubyXL::WebPublishingItem</a>
|
1085
|
+
</li>
|
1086
|
+
<li class="class">
|
1087
|
+
<a href="RubyXL/WebPublishingItems.html">RubyXL::WebPublishingItems</a>
|
1088
|
+
</li>
|
1089
|
+
<li class="class">
|
1090
|
+
<a href="RubyXL/WebPublishingProperties.html">RubyXL::WebPublishingProperties</a>
|
1091
|
+
</li>
|
1092
|
+
<li class="class">
|
1093
|
+
<a href="RubyXL/Workbook.html">RubyXL::Workbook</a>
|
1094
|
+
</li>
|
1095
|
+
<li class="module">
|
1096
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html">RubyXL::WorkbookConvenienceMethods</a>
|
1097
|
+
</li>
|
1098
|
+
<li class="class">
|
1099
|
+
<a href="RubyXL/WorkbookProperties.html">RubyXL::WorkbookProperties</a>
|
1100
|
+
</li>
|
1101
|
+
<li class="class">
|
1102
|
+
<a href="RubyXL/WorkbookProtection.html">RubyXL::WorkbookProtection</a>
|
1103
|
+
</li>
|
1104
|
+
<li class="class">
|
1105
|
+
<a href="RubyXL/WorkbookRoot.html">RubyXL::WorkbookRoot</a>
|
1106
|
+
</li>
|
1107
|
+
<li class="class">
|
1108
|
+
<a href="RubyXL/WorkbookView.html">RubyXL::WorkbookView</a>
|
1109
|
+
</li>
|
1110
|
+
<li class="class">
|
1111
|
+
<a href="RubyXL/WorkbookViews.html">RubyXL::WorkbookViews</a>
|
1112
|
+
</li>
|
1113
|
+
<li class="class">
|
1114
|
+
<a href="RubyXL/Worksheet.html">RubyXL::Worksheet</a>
|
1115
|
+
</li>
|
1116
|
+
<li class="module">
|
1117
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html">RubyXL::WorksheetConvenienceMethods</a>
|
1118
|
+
</li>
|
1119
|
+
<li class="class">
|
1120
|
+
<a href="RubyXL/WorksheetDimensions.html">RubyXL::WorksheetDimensions</a>
|
1121
|
+
</li>
|
1122
|
+
<li class="class">
|
1123
|
+
<a href="RubyXL/WorksheetFormatProperties.html">RubyXL::WorksheetFormatProperties</a>
|
1124
|
+
</li>
|
1125
|
+
<li class="class">
|
1126
|
+
<a href="RubyXL/WorksheetProperties.html">RubyXL::WorksheetProperties</a>
|
1127
|
+
</li>
|
1128
|
+
<li class="class">
|
1129
|
+
<a href="RubyXL/WorksheetProtection.html">RubyXL::WorksheetProtection</a>
|
1130
|
+
</li>
|
1131
|
+
<li class="class">
|
1132
|
+
<a href="RubyXL/WorksheetView.html">RubyXL::WorksheetView</a>
|
1133
|
+
</li>
|
1134
|
+
<li class="class">
|
1135
|
+
<a href="RubyXL/WorksheetViews.html">RubyXL::WorksheetViews</a>
|
1136
|
+
</li>
|
1137
|
+
<li class="class">
|
1138
|
+
<a href="RubyXL/XF.html">RubyXL::XF</a>
|
1139
|
+
</li>
|
1140
|
+
</ul>
|
1141
|
+
|
1142
|
+
<h2 id="methods">Methods</h2>
|
1143
|
+
<ul>
|
1144
|
+
|
1145
|
+
<li class="method">
|
1146
|
+
<a href="RubyXL/Borders.html#method-c-default">::default</a>
|
1147
|
+
—
|
1148
|
+
<span class="container">RubyXL::Borders</span>
|
1149
|
+
|
1150
|
+
<li class="method">
|
1151
|
+
<a href="RubyXL/StringNodeW3C.html#method-c-default">::default</a>
|
1152
|
+
—
|
1153
|
+
<span class="container">RubyXL::StringNodeW3C</span>
|
1154
|
+
|
1155
|
+
<li class="method">
|
1156
|
+
<a href="RubyXL/Fill.html#method-c-default">::default</a>
|
1157
|
+
—
|
1158
|
+
<span class="container">RubyXL::Fill</span>
|
1159
|
+
|
1160
|
+
<li class="method">
|
1161
|
+
<a href="RubyXL/Fills.html#method-c-default">::default</a>
|
1162
|
+
—
|
1163
|
+
<span class="container">RubyXL::Fills</span>
|
1164
|
+
|
1165
|
+
<li class="method">
|
1166
|
+
<a href="RubyXL/Font.html#method-c-default">::default</a>
|
1167
|
+
—
|
1168
|
+
<span class="container">RubyXL::Font</span>
|
1169
|
+
|
1170
|
+
<li class="method">
|
1171
|
+
<a href="RubyXL/Fonts.html#method-c-default">::default</a>
|
1172
|
+
—
|
1173
|
+
<span class="container">RubyXL::Fonts</span>
|
1174
|
+
|
1175
|
+
<li class="method">
|
1176
|
+
<a href="RubyXL/WorkbookRoot.html#method-c-default">::default</a>
|
1177
|
+
—
|
1178
|
+
<span class="container">RubyXL::WorkbookRoot</span>
|
1179
|
+
|
1180
|
+
<li class="method">
|
1181
|
+
<a href="RubyXL/CellStyleXFs.html#method-c-default">::default</a>
|
1182
|
+
—
|
1183
|
+
<span class="container">RubyXL::CellStyleXFs</span>
|
1184
|
+
|
1185
|
+
<li class="method">
|
1186
|
+
<a href="RubyXL/CellXFs.html#method-c-default">::default</a>
|
1187
|
+
—
|
1188
|
+
<span class="container">RubyXL::CellXFs</span>
|
1189
|
+
|
1190
|
+
<li class="method">
|
1191
|
+
<a href="RubyXL/CellStyles.html#method-c-default">::default</a>
|
1192
|
+
—
|
1193
|
+
<span class="container">RubyXL::CellStyles</span>
|
1194
|
+
|
1195
|
+
<li class="method">
|
1196
|
+
<a href="RubyXL/Stylesheet.html#method-c-default">::default</a>
|
1197
|
+
—
|
1198
|
+
<span class="container">RubyXL::Stylesheet</span>
|
1199
|
+
|
1200
|
+
<li class="method">
|
1201
|
+
<a href="RubyXL/Theme.html#method-c-default">::default</a>
|
1202
|
+
—
|
1203
|
+
<span class="container">RubyXL::Theme</span>
|
1204
|
+
|
1205
|
+
<li class="method">
|
1206
|
+
<a href="RubyXL/OOXMLContainerObject.html#method-c-define_count_attribute">::define_count_attribute</a>
|
1207
|
+
—
|
1208
|
+
<span class="container">RubyXL::OOXMLContainerObject</span>
|
1209
|
+
|
1210
|
+
<li class="method">
|
1211
|
+
<a href="RubyXL.html#method-c-from_root">::from_root</a>
|
1212
|
+
—
|
1213
|
+
<span class="container">RubyXL</span>
|
1214
|
+
|
1215
|
+
<li class="method">
|
1216
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-c-get_class_by_rel_type">::get_class_by_rel_type</a>
|
1217
|
+
—
|
1218
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
1219
|
+
|
1220
|
+
<li class="method">
|
1221
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-c-included">::included</a>
|
1222
|
+
—
|
1223
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
1224
|
+
|
1225
|
+
<li class="method">
|
1226
|
+
<a href="RubyXL/RelationshipSupport.html#method-c-included">::included</a>
|
1227
|
+
—
|
1228
|
+
<span class="container">RubyXL::RelationshipSupport</span>
|
1229
|
+
|
1230
|
+
<li class="method">
|
1231
|
+
<a href="RubyXL/Reference.html#method-c-ind2ref">::ind2ref</a>
|
1232
|
+
—
|
1233
|
+
<span class="container">RubyXL::Reference</span>
|
1234
|
+
|
1235
|
+
<li class="method">
|
1236
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-c-load_relationship_file">::load_relationship_file</a>
|
1237
|
+
—
|
1238
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
1239
|
+
|
1240
|
+
<li class="method">
|
1241
|
+
<a href="RubyXL/OOXMLContainerObject.html#method-c-new">::new</a>
|
1242
|
+
—
|
1243
|
+
<span class="container">RubyXL::OOXMLContainerObject</span>
|
1244
|
+
|
1245
|
+
<li class="method">
|
1246
|
+
<a href="RubyXL/Reference.html#method-c-new">::new</a>
|
1247
|
+
—
|
1248
|
+
<span class="container">RubyXL::Reference</span>
|
1249
|
+
|
1250
|
+
<li class="method">
|
1251
|
+
<a href="RubyXL/Sqref.html#method-c-new">::new</a>
|
1252
|
+
—
|
1253
|
+
<span class="container">RubyXL::Sqref</span>
|
1254
|
+
|
1255
|
+
<li class="method">
|
1256
|
+
<a href="RubyXL/SharedStringsTable.html#method-c-new">::new</a>
|
1257
|
+
—
|
1258
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
1259
|
+
|
1260
|
+
<li class="method">
|
1261
|
+
<a href="RubyXL/GenericStorageObject.html#method-c-new">::new</a>
|
1262
|
+
—
|
1263
|
+
<span class="container">RubyXL::GenericStorageObject</span>
|
1264
|
+
|
1265
|
+
<li class="method">
|
1266
|
+
<a href="RubyXL/Stylesheet.html#method-c-new">::new</a>
|
1267
|
+
—
|
1268
|
+
<span class="container">RubyXL::Stylesheet</span>
|
1269
|
+
|
1270
|
+
<li class="method">
|
1271
|
+
<a href="RubyXL/Workbook.html#method-c-new">::new</a>
|
1272
|
+
—
|
1273
|
+
<span class="container">RubyXL::Workbook</span>
|
1274
|
+
|
1275
|
+
<li class="method">
|
1276
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-c-new">::new</a>
|
1277
|
+
—
|
1278
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
1279
|
+
|
1280
|
+
<li class="method">
|
1281
|
+
<a href="RubyXL/LegacyWorksheet.html#method-c-new">::new</a>
|
1282
|
+
—
|
1283
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1284
|
+
|
1285
|
+
<li class="method">
|
1286
|
+
<a href="RubyXL/RawOOXML.html#method-c-parse">::parse</a>
|
1287
|
+
—
|
1288
|
+
<span class="container">RubyXL::RawOOXML</span>
|
1289
|
+
|
1290
|
+
<li class="method">
|
1291
|
+
<a href="RubyXL/AExtension.html#method-c-parse">::parse</a>
|
1292
|
+
—
|
1293
|
+
<span class="container">RubyXL::AExtension</span>
|
1294
|
+
|
1295
|
+
<li class="method">
|
1296
|
+
<a href="RubyXL/Worksheet.html#method-c-parse">::parse</a>
|
1297
|
+
—
|
1298
|
+
<span class="container">RubyXL::Worksheet</span>
|
1299
|
+
|
1300
|
+
<li class="method">
|
1301
|
+
<a href="RubyXL/Parser.html#method-c-parse">::parse</a>
|
1302
|
+
—
|
1303
|
+
<span class="container">RubyXL::Parser</span>
|
1304
|
+
|
1305
|
+
<li class="method">
|
1306
|
+
<a href="RubyXL/Parser.html#method-c-parse_buffer">::parse_buffer</a>
|
1307
|
+
—
|
1308
|
+
<span class="container">RubyXL::Parser</span>
|
1309
|
+
|
1310
|
+
<li class="method">
|
1311
|
+
<a href="RubyXL/OOXMLTopLevelObject.html#method-c-parse_file">::parse_file</a>
|
1312
|
+
—
|
1313
|
+
<span class="container">RubyXL::OOXMLTopLevelObject</span>
|
1314
|
+
|
1315
|
+
<li class="method">
|
1316
|
+
<a href="RubyXL/GenericStorageObject.html#method-c-parse_file">::parse_file</a>
|
1317
|
+
—
|
1318
|
+
<span class="container">RubyXL::GenericStorageObject</span>
|
1319
|
+
|
1320
|
+
<li class="method">
|
1321
|
+
<a href="RubyXL/WorkbookRoot.html#method-c-parse_zip_file">::parse_zip_file</a>
|
1322
|
+
—
|
1323
|
+
<span class="container">RubyXL::WorkbookRoot</span>
|
1324
|
+
|
1325
|
+
<li class="method">
|
1326
|
+
<a href="RubyXL/Reference.html#method-c-ref2ind">::ref2ind</a>
|
1327
|
+
—
|
1328
|
+
<span class="container">RubyXL::Reference</span>
|
1329
|
+
|
1330
|
+
<li class="method">
|
1331
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-c-rel_file_path">::rel_file_path</a>
|
1332
|
+
—
|
1333
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
1334
|
+
|
1335
|
+
<li class="method">
|
1336
|
+
<a href="RubyXL/OOXMLTopLevelObject.html#method-c-set_namespaces">::set_namespaces</a>
|
1337
|
+
—
|
1338
|
+
<span class="container">RubyXL::OOXMLTopLevelObject</span>
|
1339
|
+
|
1340
|
+
<li class="method">
|
1341
|
+
<a href="RubyXL/Color.html#method-c-validate_color">::validate_color</a>
|
1342
|
+
—
|
1343
|
+
<span class="container">RubyXL::Color</span>
|
1344
|
+
|
1345
|
+
<li class="method">
|
1346
|
+
<a href="RubyXL/Reference.html#method-i-3D-3D">#==</a>
|
1347
|
+
—
|
1348
|
+
<span class="container">RubyXL::Reference</span>
|
1349
|
+
|
1350
|
+
<li class="method">
|
1351
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-i-3D-3D">#==</a>
|
1352
|
+
—
|
1353
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
1354
|
+
|
1355
|
+
<li class="method">
|
1356
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-5B-5D">#[]</a>
|
1357
|
+
—
|
1358
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
1359
|
+
|
1360
|
+
<li class="method">
|
1361
|
+
<a href="RubyXL/Row.html#method-i-5B-5D">#[]</a>
|
1362
|
+
—
|
1363
|
+
<span class="container">RubyXL::Row</span>
|
1364
|
+
|
1365
|
+
<li class="method">
|
1366
|
+
<a href="RubyXL/SheetData.html#method-i-5B-5D">#[]</a>
|
1367
|
+
—
|
1368
|
+
<span class="container">RubyXL::SheetData</span>
|
1369
|
+
|
1370
|
+
<li class="method">
|
1371
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-5B-5D">#[]</a>
|
1372
|
+
—
|
1373
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1374
|
+
|
1375
|
+
<li class="method">
|
1376
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-5B-5D">#[]</a>
|
1377
|
+
—
|
1378
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1379
|
+
|
1380
|
+
<li class="method">
|
1381
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-add">#add</a>
|
1382
|
+
—
|
1383
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
1384
|
+
|
1385
|
+
<li class="method">
|
1386
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-add_cell">#add_cell</a>
|
1387
|
+
—
|
1388
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1389
|
+
|
1390
|
+
<li class="method">
|
1391
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-add_relationship">#add_relationship</a>
|
1392
|
+
—
|
1393
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
1394
|
+
|
1395
|
+
<li class="method">
|
1396
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-add_row">#add_row</a>
|
1397
|
+
—
|
1398
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1399
|
+
|
1400
|
+
<li class="method">
|
1401
|
+
<a href="RubyXL/OOXMLTopLevelObject.html#method-i-add_to_zip">#add_to_zip</a>
|
1402
|
+
—
|
1403
|
+
<span class="container">RubyXL::OOXMLTopLevelObject</span>
|
1404
|
+
|
1405
|
+
<li class="method">
|
1406
|
+
<a href="RubyXL/GenericStorageObject.html#method-i-add_to_zip">#add_to_zip</a>
|
1407
|
+
—
|
1408
|
+
<span class="container">RubyXL::GenericStorageObject</span>
|
1409
|
+
|
1410
|
+
<li class="method">
|
1411
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-add_worksheet">#add_worksheet</a>
|
1412
|
+
—
|
1413
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1414
|
+
|
1415
|
+
<li class="method">
|
1416
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-application">#application</a>
|
1417
|
+
—
|
1418
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1419
|
+
|
1420
|
+
<li class="method">
|
1421
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-application-3D">#application=</a>
|
1422
|
+
—
|
1423
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1424
|
+
|
1425
|
+
<li class="method">
|
1426
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-appversion">#appversion</a>
|
1427
|
+
—
|
1428
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1429
|
+
|
1430
|
+
<li class="method">
|
1431
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-appversion-3D">#appversion=</a>
|
1432
|
+
—
|
1433
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1434
|
+
|
1435
|
+
<li class="method">
|
1436
|
+
<a href="RubyXL/DrawingFile.html#method-i-attach_relationship">#attach_relationship</a>
|
1437
|
+
—
|
1438
|
+
<span class="container">RubyXL::DrawingFile</span>
|
1439
|
+
|
1440
|
+
<li class="method">
|
1441
|
+
<a href="RubyXL/ChartFile.html#method-i-attach_relationship">#attach_relationship</a>
|
1442
|
+
—
|
1443
|
+
<span class="container">RubyXL::ChartFile</span>
|
1444
|
+
|
1445
|
+
<li class="method">
|
1446
|
+
<a href="RubyXL/ActiveX.html#method-i-attach_relationship">#attach_relationship</a>
|
1447
|
+
—
|
1448
|
+
<span class="container">RubyXL::ActiveX</span>
|
1449
|
+
|
1450
|
+
<li class="method">
|
1451
|
+
<a href="RubyXL/RelationshipSupport.html#method-i-attach_relationship">#attach_relationship</a>
|
1452
|
+
—
|
1453
|
+
<span class="container">RubyXL::RelationshipSupport</span>
|
1454
|
+
|
1455
|
+
<li class="method">
|
1456
|
+
<a href="RubyXL/ColumnRanges.html#method-i-before_write_xml">#before_write_xml</a>
|
1457
|
+
—
|
1458
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
1459
|
+
|
1460
|
+
<li class="method">
|
1461
|
+
<a href="RubyXL/Vector.html#method-i-before_write_xml">#before_write_xml</a>
|
1462
|
+
—
|
1463
|
+
<span class="container">RubyXL::Vector</span>
|
1464
|
+
|
1465
|
+
<li class="method">
|
1466
|
+
<a href="RubyXL/ContentTypes.html#method-i-before_write_xml">#before_write_xml</a>
|
1467
|
+
—
|
1468
|
+
<span class="container">RubyXL::ContentTypes</span>
|
1469
|
+
|
1470
|
+
<li class="method">
|
1471
|
+
<a href="RubyXL/DocumentPropertiesFile.html#method-i-before_write_xml">#before_write_xml</a>
|
1472
|
+
—
|
1473
|
+
<span class="container">RubyXL::DocumentPropertiesFile</span>
|
1474
|
+
|
1475
|
+
<li class="method">
|
1476
|
+
<a href="RubyXL/OOXMLContainerObject.html#method-i-before_write_xml">#before_write_xml</a>
|
1477
|
+
—
|
1478
|
+
<span class="container">RubyXL::OOXMLContainerObject</span>
|
1479
|
+
|
1480
|
+
<li class="method">
|
1481
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-before_write_xml">#before_write_xml</a>
|
1482
|
+
—
|
1483
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
1484
|
+
|
1485
|
+
<li class="method">
|
1486
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-before_write_xml">#before_write_xml</a>
|
1487
|
+
—
|
1488
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
1489
|
+
|
1490
|
+
<li class="method">
|
1491
|
+
<a href="RubyXL/CellValue.html#method-i-before_write_xml">#before_write_xml</a>
|
1492
|
+
—
|
1493
|
+
<span class="container">RubyXL::CellValue</span>
|
1494
|
+
|
1495
|
+
<li class="method">
|
1496
|
+
<a href="RubyXL/Text.html#method-i-before_write_xml">#before_write_xml</a>
|
1497
|
+
—
|
1498
|
+
<span class="container">RubyXL::Text</span>
|
1499
|
+
|
1500
|
+
<li class="method">
|
1501
|
+
<a href="RubyXL/Workbook.html#method-i-before_write_xml">#before_write_xml</a>
|
1502
|
+
—
|
1503
|
+
<span class="container">RubyXL::Workbook</span>
|
1504
|
+
|
1505
|
+
<li class="method">
|
1506
|
+
<a href="RubyXL/Selection.html#method-i-before_write_xml">#before_write_xml</a>
|
1507
|
+
—
|
1508
|
+
<span class="container">RubyXL::Selection</span>
|
1509
|
+
|
1510
|
+
<li class="method">
|
1511
|
+
<a href="RubyXL/Worksheet.html#method-i-before_write_xml">#before_write_xml</a>
|
1512
|
+
—
|
1513
|
+
<span class="container">RubyXL::Worksheet</span>
|
1514
|
+
|
1515
|
+
<li class="method">
|
1516
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-i-before_write_xml">#before_write_xml</a>
|
1517
|
+
—
|
1518
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
1519
|
+
|
1520
|
+
<li class="method">
|
1521
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-borders">#borders</a>
|
1522
|
+
—
|
1523
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1524
|
+
|
1525
|
+
<li class="method">
|
1526
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-cell_xfs">#cell_xfs</a>
|
1527
|
+
—
|
1528
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1529
|
+
|
1530
|
+
<li class="method">
|
1531
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_border">#change_border</a>
|
1532
|
+
—
|
1533
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1534
|
+
|
1535
|
+
<li class="method">
|
1536
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_border_color">#change_border_color</a>
|
1537
|
+
—
|
1538
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1539
|
+
|
1540
|
+
<li class="method">
|
1541
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_alignment">#change_column_alignment</a>
|
1542
|
+
—
|
1543
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1544
|
+
|
1545
|
+
<li class="method">
|
1546
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_bold">#change_column_bold</a>
|
1547
|
+
—
|
1548
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1549
|
+
|
1550
|
+
<li class="method">
|
1551
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_border">#change_column_border</a>
|
1552
|
+
—
|
1553
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1554
|
+
|
1555
|
+
<li class="method">
|
1556
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_border_color">#change_column_border_color</a>
|
1557
|
+
—
|
1558
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1559
|
+
|
1560
|
+
<li class="method">
|
1561
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_fill">#change_column_fill</a>
|
1562
|
+
—
|
1563
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1564
|
+
|
1565
|
+
<li class="method">
|
1566
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_font">#change_column_font</a>
|
1567
|
+
—
|
1568
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1569
|
+
|
1570
|
+
<li class="method">
|
1571
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_font_color">#change_column_font_color</a>
|
1572
|
+
—
|
1573
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1574
|
+
|
1575
|
+
<li class="method">
|
1576
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_font_name">#change_column_font_name</a>
|
1577
|
+
—
|
1578
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1579
|
+
|
1580
|
+
<li class="method">
|
1581
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_font_size">#change_column_font_size</a>
|
1582
|
+
—
|
1583
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1584
|
+
|
1585
|
+
<li class="method">
|
1586
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_horizontal_alignment">#change_column_horizontal_alignment</a>
|
1587
|
+
—
|
1588
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1589
|
+
|
1590
|
+
<li class="method">
|
1591
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_italics">#change_column_italics</a>
|
1592
|
+
—
|
1593
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1594
|
+
|
1595
|
+
<li class="method">
|
1596
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_strikethrough">#change_column_strikethrough</a>
|
1597
|
+
—
|
1598
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1599
|
+
|
1600
|
+
<li class="method">
|
1601
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_underline">#change_column_underline</a>
|
1602
|
+
—
|
1603
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1604
|
+
|
1605
|
+
<li class="method">
|
1606
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_vertical_alignment">#change_column_vertical_alignment</a>
|
1607
|
+
—
|
1608
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1609
|
+
|
1610
|
+
<li class="method">
|
1611
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_width">#change_column_width</a>
|
1612
|
+
—
|
1613
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1614
|
+
|
1615
|
+
<li class="method">
|
1616
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_column_width_raw">#change_column_width_raw</a>
|
1617
|
+
—
|
1618
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1619
|
+
|
1620
|
+
<li class="method">
|
1621
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_contents">#change_contents</a>
|
1622
|
+
—
|
1623
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1624
|
+
|
1625
|
+
<li class="method">
|
1626
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_fill">#change_fill</a>
|
1627
|
+
—
|
1628
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1629
|
+
|
1630
|
+
<li class="method">
|
1631
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_font_bold">#change_font_bold</a>
|
1632
|
+
—
|
1633
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1634
|
+
|
1635
|
+
<li class="method">
|
1636
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_font_color">#change_font_color</a>
|
1637
|
+
—
|
1638
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1639
|
+
|
1640
|
+
<li class="method">
|
1641
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_font_italics">#change_font_italics</a>
|
1642
|
+
—
|
1643
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1644
|
+
|
1645
|
+
<li class="method">
|
1646
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_font_name">#change_font_name</a>
|
1647
|
+
—
|
1648
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1649
|
+
|
1650
|
+
<li class="method">
|
1651
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_font_size">#change_font_size</a>
|
1652
|
+
—
|
1653
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1654
|
+
|
1655
|
+
<li class="method">
|
1656
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_font_strikethrough">#change_font_strikethrough</a>
|
1657
|
+
—
|
1658
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1659
|
+
|
1660
|
+
<li class="method">
|
1661
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_font_underline">#change_font_underline</a>
|
1662
|
+
—
|
1663
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1664
|
+
|
1665
|
+
<li class="method">
|
1666
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_horizontal_alignment">#change_horizontal_alignment</a>
|
1667
|
+
—
|
1668
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1669
|
+
|
1670
|
+
<li class="method">
|
1671
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_alignment">#change_row_alignment</a>
|
1672
|
+
—
|
1673
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1674
|
+
|
1675
|
+
<li class="method">
|
1676
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_bold">#change_row_bold</a>
|
1677
|
+
—
|
1678
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1679
|
+
|
1680
|
+
<li class="method">
|
1681
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_border">#change_row_border</a>
|
1682
|
+
—
|
1683
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1684
|
+
|
1685
|
+
<li class="method">
|
1686
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_border_color">#change_row_border_color</a>
|
1687
|
+
—
|
1688
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1689
|
+
|
1690
|
+
<li class="method">
|
1691
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_fill">#change_row_fill</a>
|
1692
|
+
—
|
1693
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1694
|
+
|
1695
|
+
<li class="method">
|
1696
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_font">#change_row_font</a>
|
1697
|
+
—
|
1698
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1699
|
+
|
1700
|
+
<li class="method">
|
1701
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_font_color">#change_row_font_color</a>
|
1702
|
+
—
|
1703
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1704
|
+
|
1705
|
+
<li class="method">
|
1706
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_font_name">#change_row_font_name</a>
|
1707
|
+
—
|
1708
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1709
|
+
|
1710
|
+
<li class="method">
|
1711
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_font_size">#change_row_font_size</a>
|
1712
|
+
—
|
1713
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1714
|
+
|
1715
|
+
<li class="method">
|
1716
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_height">#change_row_height</a>
|
1717
|
+
—
|
1718
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1719
|
+
|
1720
|
+
<li class="method">
|
1721
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_horizontal_alignment">#change_row_horizontal_alignment</a>
|
1722
|
+
—
|
1723
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1724
|
+
|
1725
|
+
<li class="method">
|
1726
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_italics">#change_row_italics</a>
|
1727
|
+
—
|
1728
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1729
|
+
|
1730
|
+
<li class="method">
|
1731
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_strikethrough">#change_row_strikethrough</a>
|
1732
|
+
—
|
1733
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1734
|
+
|
1735
|
+
<li class="method">
|
1736
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_underline">#change_row_underline</a>
|
1737
|
+
—
|
1738
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1739
|
+
|
1740
|
+
<li class="method">
|
1741
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-change_row_vertical_alignment">#change_row_vertical_alignment</a>
|
1742
|
+
—
|
1743
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1744
|
+
|
1745
|
+
<li class="method">
|
1746
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_text_wrap">#change_text_wrap</a>
|
1747
|
+
—
|
1748
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1749
|
+
|
1750
|
+
<li class="method">
|
1751
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_vertical_alignment">#change_vertical_alignment</a>
|
1752
|
+
—
|
1753
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1754
|
+
|
1755
|
+
<li class="method">
|
1756
|
+
<a href="RubyXL/RelationshipSupport.html#method-i-collect_related_objects">#collect_related_objects</a>
|
1757
|
+
—
|
1758
|
+
<span class="container">RubyXL::RelationshipSupport</span>
|
1759
|
+
|
1760
|
+
<li class="method">
|
1761
|
+
<a href="RubyXL/Cell.html#method-i-column">#column</a>
|
1762
|
+
—
|
1763
|
+
<span class="container">RubyXL::Cell</span>
|
1764
|
+
|
1765
|
+
<li class="method">
|
1766
|
+
<a href="RubyXL/Cell.html#method-i-column-3D">#column=</a>
|
1767
|
+
—
|
1768
|
+
<span class="container">RubyXL::Cell</span>
|
1769
|
+
|
1770
|
+
<li class="method">
|
1771
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-column_font">#column_font</a>
|
1772
|
+
—
|
1773
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1774
|
+
|
1775
|
+
<li class="method">
|
1776
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-company">#company</a>
|
1777
|
+
—
|
1778
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1779
|
+
|
1780
|
+
<li class="method">
|
1781
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-company-3D">#company=</a>
|
1782
|
+
—
|
1783
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1784
|
+
|
1785
|
+
<li class="method">
|
1786
|
+
<a href="RubyXL/Workbook.html#method-i-content_type">#content_type</a>
|
1787
|
+
—
|
1788
|
+
<span class="container">RubyXL::Workbook</span>
|
1789
|
+
|
1790
|
+
<li class="method">
|
1791
|
+
<a href="RubyXL/Reference.html#method-i-cover-3F">#cover?</a>
|
1792
|
+
—
|
1793
|
+
<span class="container">RubyXL::Reference</span>
|
1794
|
+
|
1795
|
+
<li class="method">
|
1796
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-created_at">#created_at</a>
|
1797
|
+
—
|
1798
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
1799
|
+
|
1800
|
+
<li class="method">
|
1801
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-created_at">#created_at</a>
|
1802
|
+
—
|
1803
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1804
|
+
|
1805
|
+
<li class="method">
|
1806
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-created_at-3D">#created_at=</a>
|
1807
|
+
—
|
1808
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
1809
|
+
|
1810
|
+
<li class="method">
|
1811
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-created_at-3D">#created_at=</a>
|
1812
|
+
—
|
1813
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1814
|
+
|
1815
|
+
<li class="method">
|
1816
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-creator">#creator</a>
|
1817
|
+
—
|
1818
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
1819
|
+
|
1820
|
+
<li class="method">
|
1821
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-creator">#creator</a>
|
1822
|
+
—
|
1823
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1824
|
+
|
1825
|
+
<li class="method">
|
1826
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-creator-3D">#creator=</a>
|
1827
|
+
—
|
1828
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
1829
|
+
|
1830
|
+
<li class="method">
|
1831
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-creator-3D">#creator=</a>
|
1832
|
+
—
|
1833
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1834
|
+
|
1835
|
+
<li class="method">
|
1836
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-date1904">#date1904</a>
|
1837
|
+
—
|
1838
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1839
|
+
|
1840
|
+
<li class="method">
|
1841
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-date1904-3D">#date1904=</a>
|
1842
|
+
—
|
1843
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1844
|
+
|
1845
|
+
<li class="method">
|
1846
|
+
<a href="RubyXL/Workbook.html#method-i-date_to_num">#date_to_num</a>
|
1847
|
+
—
|
1848
|
+
<span class="container">RubyXL::Workbook</span>
|
1849
|
+
|
1850
|
+
<li class="method">
|
1851
|
+
<a href="RubyXL/OOXMLObjectClassMethods.html#method-i-define_attribute">#define_attribute</a>
|
1852
|
+
—
|
1853
|
+
<span class="container">RubyXL::OOXMLObjectClassMethods</span>
|
1854
|
+
|
1855
|
+
<li class="method">
|
1856
|
+
<a href="RubyXL/OOXMLObjectClassMethods.html#method-i-define_child_node">#define_child_node</a>
|
1857
|
+
—
|
1858
|
+
<span class="container">RubyXL::OOXMLObjectClassMethods</span>
|
1859
|
+
|
1860
|
+
<li class="method">
|
1861
|
+
<a href="RubyXL/OOXMLObjectClassMethods.html#method-i-define_element_name">#define_element_name</a>
|
1862
|
+
—
|
1863
|
+
<span class="container">RubyXL::OOXMLObjectClassMethods</span>
|
1864
|
+
|
1865
|
+
<li class="method">
|
1866
|
+
<a href="RubyXL/RelationshipSupport/ClassMehods.html#method-i-define_relationship">#define_relationship</a>
|
1867
|
+
—
|
1868
|
+
<span class="container">RubyXL::RelationshipSupport::ClassMehods</span>
|
1869
|
+
|
1870
|
+
<li class="method">
|
1871
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-delete_cell">#delete_cell</a>
|
1872
|
+
—
|
1873
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1874
|
+
|
1875
|
+
<li class="method">
|
1876
|
+
<a href="RubyXL/Row.html#method-i-delete_cell_shift_left">#delete_cell_shift_left</a>
|
1877
|
+
—
|
1878
|
+
<span class="container">RubyXL::Row</span>
|
1879
|
+
|
1880
|
+
<li class="method">
|
1881
|
+
<a href="RubyXL/ColumnRange.html#method-i-delete_column">#delete_column</a>
|
1882
|
+
—
|
1883
|
+
<span class="container">RubyXL::ColumnRange</span>
|
1884
|
+
|
1885
|
+
<li class="method">
|
1886
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-delete_column">#delete_column</a>
|
1887
|
+
—
|
1888
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1889
|
+
|
1890
|
+
<li class="method">
|
1891
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-delete_row">#delete_row</a>
|
1892
|
+
—
|
1893
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1894
|
+
|
1895
|
+
<li class="method">
|
1896
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-each">#each</a>
|
1897
|
+
—
|
1898
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1899
|
+
|
1900
|
+
<li class="method">
|
1901
|
+
<a href="RubyXL/LegacyWorksheet.html#method-i-each">#each</a>
|
1902
|
+
—
|
1903
|
+
<span class="container">RubyXL::LegacyWorksheet</span>
|
1904
|
+
|
1905
|
+
<li class="method">
|
1906
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-empty-3F">#empty?</a>
|
1907
|
+
—
|
1908
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
1909
|
+
|
1910
|
+
<li class="method">
|
1911
|
+
<a href="RubyXL/OOXMLTopLevelObject.html#method-i-file_index">#file_index</a>
|
1912
|
+
—
|
1913
|
+
<span class="container">RubyXL::OOXMLTopLevelObject</span>
|
1914
|
+
|
1915
|
+
<li class="method">
|
1916
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-fill_color">#fill_color</a>
|
1917
|
+
—
|
1918
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1919
|
+
|
1920
|
+
<li class="method">
|
1921
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-fills">#fills</a>
|
1922
|
+
—
|
1923
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1924
|
+
|
1925
|
+
<li class="method">
|
1926
|
+
<a href="RubyXL/NumberFormats.html#method-i-find_by_format_id">#find_by_format_id</a>
|
1927
|
+
—
|
1928
|
+
<span class="container">RubyXL::NumberFormats</span>
|
1929
|
+
|
1930
|
+
<li class="method">
|
1931
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_rid">#find_by_rid</a>
|
1932
|
+
—
|
1933
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
1934
|
+
|
1935
|
+
<li class="method">
|
1936
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_target">#find_by_target</a>
|
1937
|
+
—
|
1938
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
1939
|
+
|
1940
|
+
<li class="method">
|
1941
|
+
<a href="RubyXL/Reference.html#method-i-first_col">#first_col</a>
|
1942
|
+
—
|
1943
|
+
<span class="container">RubyXL::Reference</span>
|
1944
|
+
|
1945
|
+
<li class="method">
|
1946
|
+
<a href="RubyXL/Reference.html#method-i-first_row">#first_row</a>
|
1947
|
+
—
|
1948
|
+
<span class="container">RubyXL::Reference</span>
|
1949
|
+
|
1950
|
+
<li class="method">
|
1951
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-font_color">#font_color</a>
|
1952
|
+
—
|
1953
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1954
|
+
|
1955
|
+
<li class="method">
|
1956
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-font_name">#font_name</a>
|
1957
|
+
—
|
1958
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1959
|
+
|
1960
|
+
<li class="method">
|
1961
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-font_size">#font_size</a>
|
1962
|
+
—
|
1963
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1964
|
+
|
1965
|
+
<li class="method">
|
1966
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-font_switch">#font_switch</a>
|
1967
|
+
—
|
1968
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1969
|
+
|
1970
|
+
<li class="method">
|
1971
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-fonts">#fonts</a>
|
1972
|
+
—
|
1973
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1974
|
+
|
1975
|
+
<li class="method">
|
1976
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-get_border">#get_border</a>
|
1977
|
+
—
|
1978
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1979
|
+
|
1980
|
+
<li class="method">
|
1981
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-get_border_color">#get_border_color</a>
|
1982
|
+
—
|
1983
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1984
|
+
|
1985
|
+
<li class="method">
|
1986
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_col_style">#get_col_style</a>
|
1987
|
+
—
|
1988
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1989
|
+
|
1990
|
+
<li class="method">
|
1991
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_cols_style_index">#get_cols_style_index</a>
|
1992
|
+
—
|
1993
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1994
|
+
|
1995
|
+
<li class="method">
|
1996
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_alignment">#get_column_alignment</a>
|
1997
|
+
—
|
1998
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1999
|
+
|
2000
|
+
<li class="method">
|
2001
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_border">#get_column_border</a>
|
2002
|
+
—
|
2003
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2004
|
+
|
2005
|
+
<li class="method">
|
2006
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_border_color">#get_column_border_color</a>
|
2007
|
+
—
|
2008
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2009
|
+
|
2010
|
+
<li class="method">
|
2011
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_fill">#get_column_fill</a>
|
2012
|
+
—
|
2013
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2014
|
+
|
2015
|
+
<li class="method">
|
2016
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_font_color">#get_column_font_color</a>
|
2017
|
+
—
|
2018
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2019
|
+
|
2020
|
+
<li class="method">
|
2021
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_font_name">#get_column_font_name</a>
|
2022
|
+
—
|
2023
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2024
|
+
|
2025
|
+
<li class="method">
|
2026
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_font_size">#get_column_font_size</a>
|
2027
|
+
—
|
2028
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2029
|
+
|
2030
|
+
<li class="method">
|
2031
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_width">#get_column_width</a>
|
2032
|
+
—
|
2033
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2034
|
+
|
2035
|
+
<li class="method">
|
2036
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_column_width_raw">#get_column_width_raw</a>
|
2037
|
+
—
|
2038
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2039
|
+
|
2040
|
+
<li class="method">
|
2041
|
+
<a href="RubyXL/Border.html#method-i-get_edge_color">#get_edge_color</a>
|
2042
|
+
—
|
2043
|
+
<span class="container">RubyXL::Border</span>
|
2044
|
+
|
2045
|
+
<li class="method">
|
2046
|
+
<a href="RubyXL/Border.html#method-i-get_edge_style">#get_edge_style</a>
|
2047
|
+
—
|
2048
|
+
<span class="container">RubyXL::Border</span>
|
2049
|
+
|
2050
|
+
<li class="method">
|
2051
|
+
<a href="RubyXL/Row.html#method-i-get_fill_color">#get_fill_color</a>
|
2052
|
+
—
|
2053
|
+
<span class="container">RubyXL::Row</span>
|
2054
|
+
|
2055
|
+
<li class="method">
|
2056
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-get_fill_color">#get_fill_color</a>
|
2057
|
+
—
|
2058
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2059
|
+
|
2060
|
+
<li class="method">
|
2061
|
+
<a href="RubyXL/Row.html#method-i-get_font">#get_font</a>
|
2062
|
+
—
|
2063
|
+
<span class="container">RubyXL::Row</span>
|
2064
|
+
|
2065
|
+
<li class="method">
|
2066
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-get_index">#get_index</a>
|
2067
|
+
—
|
2068
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
2069
|
+
|
2070
|
+
<li class="method">
|
2071
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-get_name">#get_name</a>
|
2072
|
+
—
|
2073
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2074
|
+
|
2075
|
+
<li class="method">
|
2076
|
+
<a href="RubyXL/OOXMLContainerObject.html#method-i-get_node_object">#get_node_object</a>
|
2077
|
+
—
|
2078
|
+
<span class="container">RubyXL::OOXMLContainerObject</span>
|
2079
|
+
|
2080
|
+
<li class="method">
|
2081
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-i-get_node_object">#get_node_object</a>
|
2082
|
+
—
|
2083
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
2084
|
+
|
2085
|
+
<li class="method">
|
2086
|
+
<a href="RubyXL/Stylesheet.html#method-i-get_number_format_by_id">#get_number_format_by_id</a>
|
2087
|
+
—
|
2088
|
+
<span class="container">RubyXL::Stylesheet</span>
|
2089
|
+
|
2090
|
+
<li class="method">
|
2091
|
+
<a href="RubyXL/ColumnRanges.html#method-i-get_range">#get_range</a>
|
2092
|
+
—
|
2093
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
2094
|
+
|
2095
|
+
<li class="method">
|
2096
|
+
<a href="RubyXL/BorderEdge.html#method-i-get_rgb_color">#get_rgb_color</a>
|
2097
|
+
—
|
2098
|
+
<span class="container">RubyXL::BorderEdge</span>
|
2099
|
+
|
2100
|
+
<li class="method">
|
2101
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-get_rgb_color">#get_rgb_color</a>
|
2102
|
+
—
|
2103
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2104
|
+
|
2105
|
+
<li class="method">
|
2106
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_alignment">#get_row_alignment</a>
|
2107
|
+
—
|
2108
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2109
|
+
|
2110
|
+
<li class="method">
|
2111
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_border">#get_row_border</a>
|
2112
|
+
—
|
2113
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2114
|
+
|
2115
|
+
<li class="method">
|
2116
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_border_color">#get_row_border_color</a>
|
2117
|
+
—
|
2118
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2119
|
+
|
2120
|
+
<li class="method">
|
2121
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_fill">#get_row_fill</a>
|
2122
|
+
—
|
2123
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2124
|
+
|
2125
|
+
<li class="method">
|
2126
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_font_color">#get_row_font_color</a>
|
2127
|
+
—
|
2128
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2129
|
+
|
2130
|
+
<li class="method">
|
2131
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_font_name">#get_row_font_name</a>
|
2132
|
+
—
|
2133
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2134
|
+
|
2135
|
+
<li class="method">
|
2136
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_font_size">#get_row_font_size</a>
|
2137
|
+
—
|
2138
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2139
|
+
|
2140
|
+
<li class="method">
|
2141
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_height">#get_row_height</a>
|
2142
|
+
—
|
2143
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2144
|
+
|
2145
|
+
<li class="method">
|
2146
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_row_style">#get_row_style</a>
|
2147
|
+
—
|
2148
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2149
|
+
|
2150
|
+
<li class="method">
|
2151
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-get_size">#get_size</a>
|
2152
|
+
—
|
2153
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2154
|
+
|
2155
|
+
<li class="method">
|
2156
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-horizontal_alignment">#horizontal_alignment</a>
|
2157
|
+
—
|
2158
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2159
|
+
|
2160
|
+
<li class="method">
|
2161
|
+
<a href="RubyXL/ColumnRange.html#method-i-include-3F">#include?</a>
|
2162
|
+
—
|
2163
|
+
<span class="container">RubyXL::ColumnRange</span>
|
2164
|
+
|
2165
|
+
<li class="method">
|
2166
|
+
<a href="RubyXL/Cell.html#method-i-index_in_collection">#index_in_collection</a>
|
2167
|
+
—
|
2168
|
+
<span class="container">RubyXL::Cell</span>
|
2169
|
+
|
2170
|
+
<li class="method">
|
2171
|
+
<a href="RubyXL/Row.html#method-i-index_in_collection">#index_in_collection</a>
|
2172
|
+
—
|
2173
|
+
<span class="container">RubyXL::Row</span>
|
2174
|
+
|
2175
|
+
<li class="method">
|
2176
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-i-index_in_collection">#index_in_collection</a>
|
2177
|
+
—
|
2178
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
2179
|
+
|
2180
|
+
<li class="method">
|
2181
|
+
<a href="RubyXL/OOXMLContainerObject.html#method-i-init_child_nodes">#init_child_nodes</a>
|
2182
|
+
—
|
2183
|
+
<span class="container">RubyXL::OOXMLContainerObject</span>
|
2184
|
+
|
2185
|
+
<li class="method">
|
2186
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-i-init_child_nodes">#init_child_nodes</a>
|
2187
|
+
—
|
2188
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
2189
|
+
|
2190
|
+
<li class="method">
|
2191
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-insert_cell">#insert_cell</a>
|
2192
|
+
—
|
2193
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2194
|
+
|
2195
|
+
<li class="method">
|
2196
|
+
<a href="RubyXL/Row.html#method-i-insert_cell_shift_right">#insert_cell_shift_right</a>
|
2197
|
+
—
|
2198
|
+
<span class="container">RubyXL::Row</span>
|
2199
|
+
|
2200
|
+
<li class="method">
|
2201
|
+
<a href="RubyXL/ColumnRange.html#method-i-insert_column">#insert_column</a>
|
2202
|
+
—
|
2203
|
+
<span class="container">RubyXL::ColumnRange</span>
|
2204
|
+
|
2205
|
+
<li class="method">
|
2206
|
+
<a href="RubyXL/ColumnRanges.html#method-i-insert_column">#insert_column</a>
|
2207
|
+
—
|
2208
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
2209
|
+
|
2210
|
+
<li class="method">
|
2211
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-insert_column">#insert_column</a>
|
2212
|
+
—
|
2213
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2214
|
+
|
2215
|
+
<li class="method">
|
2216
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-insert_row">#insert_row</a>
|
2217
|
+
—
|
2218
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2219
|
+
|
2220
|
+
<li class="method">
|
2221
|
+
<a href="RubyXL/OOXMLContainerObject.html#method-i-inspect">#inspect</a>
|
2222
|
+
—
|
2223
|
+
<span class="container">RubyXL::OOXMLContainerObject</span>
|
2224
|
+
|
2225
|
+
<li class="method">
|
2226
|
+
<a href="RubyXL/Reference.html#method-i-inspect">#inspect</a>
|
2227
|
+
—
|
2228
|
+
<span class="container">RubyXL::Reference</span>
|
2229
|
+
|
2230
|
+
<li class="method">
|
2231
|
+
<a href="RubyXL/Cell.html#method-i-inspect">#inspect</a>
|
2232
|
+
—
|
2233
|
+
<span class="container">RubyXL::Cell</span>
|
2234
|
+
|
2235
|
+
<li class="method">
|
2236
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-is_bold">#is_bold</a>
|
2237
|
+
—
|
2238
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2239
|
+
|
2240
|
+
<li class="method">
|
2241
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-is_bolded">#is_bolded</a>
|
2242
|
+
—
|
2243
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2244
|
+
|
2245
|
+
<li class="method">
|
2246
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_column_bolded">#is_column_bolded</a>
|
2247
|
+
—
|
2248
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2249
|
+
|
2250
|
+
<li class="method">
|
2251
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_column_italicized">#is_column_italicized</a>
|
2252
|
+
—
|
2253
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2254
|
+
|
2255
|
+
<li class="method">
|
2256
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_column_struckthrough">#is_column_struckthrough</a>
|
2257
|
+
—
|
2258
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2259
|
+
|
2260
|
+
<li class="method">
|
2261
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_column_underlined">#is_column_underlined</a>
|
2262
|
+
—
|
2263
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2264
|
+
|
2265
|
+
<li class="method">
|
2266
|
+
<a href="RubyXL/Cell.html#method-i-is_date-3F">#is_date?</a>
|
2267
|
+
—
|
2268
|
+
<span class="container">RubyXL::Cell</span>
|
2269
|
+
|
2270
|
+
<li class="method">
|
2271
|
+
<a href="RubyXL/NumberFormat.html#method-i-is_date_format-3F">#is_date_format?</a>
|
2272
|
+
—
|
2273
|
+
<span class="container">RubyXL::NumberFormat</span>
|
2274
|
+
|
2275
|
+
<li class="method">
|
2276
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-is_italic">#is_italic</a>
|
2277
|
+
—
|
2278
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2279
|
+
|
2280
|
+
<li class="method">
|
2281
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-is_italicized">#is_italicized</a>
|
2282
|
+
—
|
2283
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2284
|
+
|
2285
|
+
<li class="method">
|
2286
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_row_bolded">#is_row_bolded</a>
|
2287
|
+
—
|
2288
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2289
|
+
|
2290
|
+
<li class="method">
|
2291
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_row_italicized">#is_row_italicized</a>
|
2292
|
+
—
|
2293
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2294
|
+
|
2295
|
+
<li class="method">
|
2296
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_row_struckthrough">#is_row_struckthrough</a>
|
2297
|
+
—
|
2298
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2299
|
+
|
2300
|
+
<li class="method">
|
2301
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-is_row_underlined">#is_row_underlined</a>
|
2302
|
+
—
|
2303
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2304
|
+
|
2305
|
+
<li class="method">
|
2306
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-is_strikethrough">#is_strikethrough</a>
|
2307
|
+
—
|
2308
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2309
|
+
|
2310
|
+
<li class="method">
|
2311
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-is_struckthrough">#is_struckthrough</a>
|
2312
|
+
—
|
2313
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2314
|
+
|
2315
|
+
<li class="method">
|
2316
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-is_underlined">#is_underlined</a>
|
2317
|
+
—
|
2318
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2319
|
+
|
2320
|
+
<li class="method">
|
2321
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-is_underlined">#is_underlined</a>
|
2322
|
+
—
|
2323
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2324
|
+
|
2325
|
+
<li class="method">
|
2326
|
+
<a href="RubyXL/Reference.html#method-i-last_col">#last_col</a>
|
2327
|
+
—
|
2328
|
+
<span class="container">RubyXL::Reference</span>
|
2329
|
+
|
2330
|
+
<li class="method">
|
2331
|
+
<a href="RubyXL/Reference.html#method-i-last_row">#last_row</a>
|
2332
|
+
—
|
2333
|
+
<span class="container">RubyXL::Reference</span>
|
2334
|
+
|
2335
|
+
<li class="method">
|
2336
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-load_related_files">#load_related_files</a>
|
2337
|
+
—
|
2338
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
2339
|
+
|
2340
|
+
<li class="method">
|
2341
|
+
<a href="RubyXL/RelationshipSupport.html#method-i-load_relationships">#load_relationships</a>
|
2342
|
+
—
|
2343
|
+
<span class="container">RubyXL::RelationshipSupport</span>
|
2344
|
+
|
2345
|
+
<li class="method">
|
2346
|
+
<a href="RubyXL/ColumnRanges.html#method-i-locate_range">#locate_range</a>
|
2347
|
+
—
|
2348
|
+
<span class="container">RubyXL::ColumnRanges</span>
|
2349
|
+
|
2350
|
+
<li class="method">
|
2351
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-merge_cells">#merge_cells</a>
|
2352
|
+
—
|
2353
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2354
|
+
|
2355
|
+
<li class="method">
|
2356
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-modified_at">#modified_at</a>
|
2357
|
+
—
|
2358
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
2359
|
+
|
2360
|
+
<li class="method">
|
2361
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modified_at">#modified_at</a>
|
2362
|
+
—
|
2363
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2364
|
+
|
2365
|
+
<li class="method">
|
2366
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-modified_at-3D">#modified_at=</a>
|
2367
|
+
—
|
2368
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
2369
|
+
|
2370
|
+
<li class="method">
|
2371
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modified_at-3D">#modified_at=</a>
|
2372
|
+
—
|
2373
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2374
|
+
|
2375
|
+
<li class="method">
|
2376
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-modifier">#modifier</a>
|
2377
|
+
—
|
2378
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
2379
|
+
|
2380
|
+
<li class="method">
|
2381
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modifier">#modifier</a>
|
2382
|
+
—
|
2383
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2384
|
+
|
2385
|
+
<li class="method">
|
2386
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-modifier-3D">#modifier=</a>
|
2387
|
+
—
|
2388
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
2389
|
+
|
2390
|
+
<li class="method">
|
2391
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modifier-3D">#modifier=</a>
|
2392
|
+
—
|
2393
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2394
|
+
|
2395
|
+
<li class="method">
|
2396
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modify_alignment">#modify_alignment</a>
|
2397
|
+
—
|
2398
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2399
|
+
|
2400
|
+
<li class="method">
|
2401
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modify_border">#modify_border</a>
|
2402
|
+
—
|
2403
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2404
|
+
|
2405
|
+
<li class="method">
|
2406
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modify_border_color">#modify_border_color</a>
|
2407
|
+
—
|
2408
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2409
|
+
|
2410
|
+
<li class="method">
|
2411
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modify_fill">#modify_fill</a>
|
2412
|
+
—
|
2413
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2414
|
+
|
2415
|
+
<li class="method">
|
2416
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-new_relationship">#new_relationship</a>
|
2417
|
+
—
|
2418
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
2419
|
+
|
2420
|
+
<li class="method">
|
2421
|
+
<a href="RubyXL/Workbook.html#method-i-num_to_date">#num_to_date</a>
|
2422
|
+
—
|
2423
|
+
<span class="container">RubyXL::Workbook</span>
|
2424
|
+
|
2425
|
+
<li class="method">
|
2426
|
+
<a href="RubyXL/Cell.html#method-i-number_format">#number_format</a>
|
2427
|
+
—
|
2428
|
+
<span class="container">RubyXL::Cell</span>
|
2429
|
+
|
2430
|
+
<li class="method">
|
2431
|
+
<a href="RubyXL/OOXMLObjectClassMethods.html#method-i-obtain_class_variable">#obtain_class_variable</a>
|
2432
|
+
—
|
2433
|
+
<span class="container">RubyXL::OOXMLObjectClassMethods</span>
|
2434
|
+
|
2435
|
+
<li class="method">
|
2436
|
+
<a href="RubyXL/OOXMLObjectClassMethods.html#method-i-parse">#parse</a>
|
2437
|
+
—
|
2438
|
+
<span class="container">RubyXL::OOXMLObjectClassMethods</span>
|
2439
|
+
|
2440
|
+
<li class="method">
|
2441
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-password_hash">#password_hash</a>
|
2442
|
+
—
|
2443
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2444
|
+
|
2445
|
+
<li class="method">
|
2446
|
+
<a href="RubyXL/Cell.html#method-i-raw_value">#raw_value</a>
|
2447
|
+
—
|
2448
|
+
<span class="container">RubyXL::Cell</span>
|
2449
|
+
|
2450
|
+
<li class="method">
|
2451
|
+
<a href="RubyXL/Cell.html#method-i-raw_value-3D">#raw_value=</a>
|
2452
|
+
—
|
2453
|
+
<span class="container">RubyXL::Cell</span>
|
2454
|
+
|
2455
|
+
<li class="method">
|
2456
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-register_new_fill">#register_new_fill</a>
|
2457
|
+
—
|
2458
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2459
|
+
|
2460
|
+
<li class="method">
|
2461
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-register_new_font">#register_new_font</a>
|
2462
|
+
—
|
2463
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2464
|
+
|
2465
|
+
<li class="method">
|
2466
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-register_new_xf">#register_new_xf</a>
|
2467
|
+
—
|
2468
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2469
|
+
|
2470
|
+
<li class="method">
|
2471
|
+
<a href="RubyXL/Stylesheet.html#method-i-register_number_format">#register_number_format</a>
|
2472
|
+
—
|
2473
|
+
<span class="container">RubyXL::Stylesheet</span>
|
2474
|
+
|
2475
|
+
<li class="method">
|
2476
|
+
<a href="RubyXL/WorkbookRoot.html#method-i-related_objects">#related_objects</a>
|
2477
|
+
—
|
2478
|
+
<span class="container">RubyXL::WorkbookRoot</span>
|
2479
|
+
|
2480
|
+
<li class="method">
|
2481
|
+
<a href="RubyXL/Workbook.html#method-i-related_objects">#related_objects</a>
|
2482
|
+
—
|
2483
|
+
<span class="container">RubyXL::Workbook</span>
|
2484
|
+
|
2485
|
+
<li class="method">
|
2486
|
+
<a href="RubyXL/Worksheet.html#method-i-related_objects">#related_objects</a>
|
2487
|
+
—
|
2488
|
+
<span class="container">RubyXL::Worksheet</span>
|
2489
|
+
|
2490
|
+
<li class="method">
|
2491
|
+
<a href="RubyXL/RelationshipSupport.html#method-i-related_objects">#related_objects</a>
|
2492
|
+
—
|
2493
|
+
<span class="container">RubyXL::RelationshipSupport</span>
|
2494
|
+
|
2495
|
+
<li class="method">
|
2496
|
+
<a href="RubyXL/Cell.html#method-i-row">#row</a>
|
2497
|
+
—
|
2498
|
+
<span class="container">RubyXL::Cell</span>
|
2499
|
+
|
2500
|
+
<li class="method">
|
2501
|
+
<a href="RubyXL/Cell.html#method-i-row-3D">#row=</a>
|
2502
|
+
—
|
2503
|
+
<span class="container">RubyXL::Cell</span>
|
2504
|
+
|
2505
|
+
<li class="method">
|
2506
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-row_font">#row_font</a>
|
2507
|
+
—
|
2508
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2509
|
+
|
2510
|
+
<li class="method">
|
2511
|
+
<a href="RubyXL/Workbook.html#method-i-save">#save</a>
|
2512
|
+
—
|
2513
|
+
<span class="container">RubyXL::Workbook</span>
|
2514
|
+
|
2515
|
+
<li class="method">
|
2516
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-set_bold">#set_bold</a>
|
2517
|
+
—
|
2518
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2519
|
+
|
2520
|
+
<li class="method">
|
2521
|
+
<a href="RubyXL/Border.html#method-i-set_edge_color">#set_edge_color</a>
|
2522
|
+
—
|
2523
|
+
<span class="container">RubyXL::Border</span>
|
2524
|
+
|
2525
|
+
<li class="method">
|
2526
|
+
<a href="RubyXL/Border.html#method-i-set_edge_style">#set_edge_style</a>
|
2527
|
+
—
|
2528
|
+
<span class="container">RubyXL::Border</span>
|
2529
|
+
|
2530
|
+
<li class="method">
|
2531
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-set_italic">#set_italic</a>
|
2532
|
+
—
|
2533
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2534
|
+
|
2535
|
+
<li class="method">
|
2536
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-set_name">#set_name</a>
|
2537
|
+
—
|
2538
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2539
|
+
|
2540
|
+
<li class="method">
|
2541
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-set_number_format">#set_number_format</a>
|
2542
|
+
—
|
2543
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2544
|
+
|
2545
|
+
<li class="method">
|
2546
|
+
<a href="RubyXL/BorderEdge.html#method-i-set_rgb_color">#set_rgb_color</a>
|
2547
|
+
—
|
2548
|
+
<span class="container">RubyXL::BorderEdge</span>
|
2549
|
+
|
2550
|
+
<li class="method">
|
2551
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-set_rgb_color">#set_rgb_color</a>
|
2552
|
+
—
|
2553
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2554
|
+
|
2555
|
+
<li class="method">
|
2556
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-set_size">#set_size</a>
|
2557
|
+
—
|
2558
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2559
|
+
|
2560
|
+
<li class="method">
|
2561
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-set_strikethrough">#set_strikethrough</a>
|
2562
|
+
—
|
2563
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2564
|
+
|
2565
|
+
<li class="method">
|
2566
|
+
<a href="RubyXL/FontConvenienceMethods.html#method-i-set_underline">#set_underline</a>
|
2567
|
+
—
|
2568
|
+
<span class="container">RubyXL::FontConvenienceMethods</span>
|
2569
|
+
|
2570
|
+
<li class="method">
|
2571
|
+
<a href="RubyXL/Reference.html#method-i-single_cell-3F">#single_cell?</a>
|
2572
|
+
—
|
2573
|
+
<span class="container">RubyXL::Reference</span>
|
2574
|
+
|
2575
|
+
<li class="method">
|
2576
|
+
<a href="RubyXL/Row.html#method-i-size">#size</a>
|
2577
|
+
—
|
2578
|
+
<span class="container">RubyXL::Row</span>
|
2579
|
+
|
2580
|
+
<li class="method">
|
2581
|
+
<a href="RubyXL/SheetData.html#method-i-size">#size</a>
|
2582
|
+
—
|
2583
|
+
<span class="container">RubyXL::SheetData</span>
|
2584
|
+
|
2585
|
+
<li class="method">
|
2586
|
+
<a href="RubyXL/RelationshipSupport.html#method-i-store_relationship">#store_relationship</a>
|
2587
|
+
—
|
2588
|
+
<span class="container">RubyXL::RelationshipSupport</span>
|
2589
|
+
|
2590
|
+
<li class="method">
|
2591
|
+
<a href="RubyXL/WorkbookRoot.html#method-i-stream">#stream</a>
|
2592
|
+
—
|
2593
|
+
<span class="container">RubyXL::WorkbookRoot</span>
|
2594
|
+
|
2595
|
+
<li class="method">
|
2596
|
+
<a href="RubyXL/Workbook.html#method-i-stream">#stream</a>
|
2597
|
+
—
|
2598
|
+
<span class="container">RubyXL::Workbook</span>
|
2599
|
+
|
2600
|
+
<li class="method">
|
2601
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-text_wrap">#text_wrap</a>
|
2602
|
+
—
|
2603
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2604
|
+
|
2605
|
+
<li class="method">
|
2606
|
+
<a href="RubyXL/Reference.html#method-i-to_s">#to_s</a>
|
2607
|
+
—
|
2608
|
+
<span class="container">RubyXL::Reference</span>
|
2609
|
+
|
2610
|
+
<li class="method">
|
2611
|
+
<a href="RubyXL/Sqref.html#method-i-to_s">#to_s</a>
|
2612
|
+
—
|
2613
|
+
<span class="container">RubyXL::Sqref</span>
|
2614
|
+
|
2615
|
+
<li class="method">
|
2616
|
+
<a href="RubyXL/Text.html#method-i-to_s">#to_s</a>
|
2617
|
+
—
|
2618
|
+
<span class="container">RubyXL::Text</span>
|
2619
|
+
|
2620
|
+
<li class="method">
|
2621
|
+
<a href="RubyXL/RichTextRun.html#method-i-to_s">#to_s</a>
|
2622
|
+
—
|
2623
|
+
<span class="container">RubyXL::RichTextRun</span>
|
2624
|
+
|
2625
|
+
<li class="method">
|
2626
|
+
<a href="RubyXL/RichText.html#method-i-to_s">#to_s</a>
|
2627
|
+
—
|
2628
|
+
<span class="container">RubyXL::RichText</span>
|
2629
|
+
|
2630
|
+
<li class="method">
|
2631
|
+
<a href="RubyXL/StringNodeW3C.html#method-i-to_time">#to_time</a>
|
2632
|
+
—
|
2633
|
+
<span class="container">RubyXL::StringNodeW3C</span>
|
2634
|
+
|
2635
|
+
<li class="method">
|
2636
|
+
<a href="RubyXL/Cell.html#method-i-value">#value</a>
|
2637
|
+
—
|
2638
|
+
<span class="container">RubyXL::Cell</span>
|
2639
|
+
|
2640
|
+
<li class="method">
|
2641
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-vertical_alignment">#vertical_alignment</a>
|
2642
|
+
—
|
2643
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2644
|
+
|
2645
|
+
<li class="method">
|
2646
|
+
<a href="RubyXL/LegacyCell.html#method-i-workbook">#workbook</a>
|
2647
|
+
—
|
2648
|
+
<span class="container">RubyXL::LegacyCell</span>
|
2649
|
+
|
2650
|
+
<li class="method">
|
2651
|
+
<a href="RubyXL/Workbook.html#method-i-write">#write</a>
|
2652
|
+
—
|
2653
|
+
<span class="container">RubyXL::Workbook</span>
|
2654
|
+
|
2655
|
+
<li class="method">
|
2656
|
+
<a href="RubyXL/RawOOXML.html#method-i-write_xml">#write_xml</a>
|
2657
|
+
—
|
2658
|
+
<span class="container">RubyXL::RawOOXML</span>
|
2659
|
+
|
2660
|
+
<li class="method">
|
2661
|
+
<a href="RubyXL/AExtension.html#method-i-write_xml">#write_xml</a>
|
2662
|
+
—
|
2663
|
+
<span class="container">RubyXL::AExtension</span>
|
2664
|
+
|
2665
|
+
<li class="method">
|
2666
|
+
<a href="RubyXL/OOXMLObjectInstanceMethods.html#method-i-write_xml">#write_xml</a>
|
2667
|
+
—
|
2668
|
+
<span class="container">RubyXL::OOXMLObjectInstanceMethods</span>
|
2669
|
+
|
2670
|
+
<li class="method">
|
2671
|
+
<a href="RubyXL/Row.html#method-i-xf">#xf</a>
|
2672
|
+
—
|
2673
|
+
<span class="container">RubyXL::Row</span>
|
2674
|
+
|
2675
|
+
<li class="method">
|
2676
|
+
<a href="RubyXL/CalculationChain.html#method-i-xlsx_path">#xlsx_path</a>
|
2677
|
+
—
|
2678
|
+
<span class="container">RubyXL::CalculationChain</span>
|
2679
|
+
|
2680
|
+
<li class="method">
|
2681
|
+
<a href="RubyXL/Chartsheet.html#method-i-xlsx_path">#xlsx_path</a>
|
2682
|
+
—
|
2683
|
+
<span class="container">RubyXL::Chartsheet</span>
|
2684
|
+
|
2685
|
+
<li class="method">
|
2686
|
+
<a href="RubyXL/CommentsFile.html#method-i-xlsx_path">#xlsx_path</a>
|
2687
|
+
—
|
2688
|
+
<span class="container">RubyXL::CommentsFile</span>
|
2689
|
+
|
2690
|
+
<li class="method">
|
2691
|
+
<a href="RubyXL/ContentTypes.html#method-i-xlsx_path">#xlsx_path</a>
|
2692
|
+
—
|
2693
|
+
<span class="container">RubyXL::ContentTypes</span>
|
2694
|
+
|
2695
|
+
<li class="method">
|
2696
|
+
<a href="RubyXL/DocumentPropertiesFile.html#method-i-xlsx_path">#xlsx_path</a>
|
2697
|
+
—
|
2698
|
+
<span class="container">RubyXL::DocumentPropertiesFile</span>
|
2699
|
+
|
2700
|
+
<li class="method">
|
2701
|
+
<a href="RubyXL/CorePropertiesFile.html#method-i-xlsx_path">#xlsx_path</a>
|
2702
|
+
—
|
2703
|
+
<span class="container">RubyXL::CorePropertiesFile</span>
|
2704
|
+
|
2705
|
+
<li class="method">
|
2706
|
+
<a href="RubyXL/ExternalLinksFile.html#method-i-xlsx_path">#xlsx_path</a>
|
2707
|
+
—
|
2708
|
+
<span class="container">RubyXL::ExternalLinksFile</span>
|
2709
|
+
|
2710
|
+
<li class="method">
|
2711
|
+
<a href="RubyXL/OOXMLTopLevelObject.html#method-i-xlsx_path">#xlsx_path</a>
|
2712
|
+
—
|
2713
|
+
<span class="container">RubyXL::OOXMLTopLevelObject</span>
|
2714
|
+
|
2715
|
+
<li class="method">
|
2716
|
+
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-xlsx_path">#xlsx_path</a>
|
2717
|
+
—
|
2718
|
+
<span class="container">RubyXL::OOXMLRelationshipsFile</span>
|
2719
|
+
|
2720
|
+
<li class="method">
|
2721
|
+
<a href="RubyXL/WorkbookRoot.html#method-i-xlsx_path">#xlsx_path</a>
|
2722
|
+
—
|
2723
|
+
<span class="container">RubyXL::WorkbookRoot</span>
|
2724
|
+
|
2725
|
+
<li class="method">
|
2726
|
+
<a href="RubyXL/SharedStringsTable.html#method-i-xlsx_path">#xlsx_path</a>
|
2727
|
+
—
|
2728
|
+
<span class="container">RubyXL::SharedStringsTable</span>
|
2729
|
+
|
2730
|
+
<li class="method">
|
2731
|
+
<a href="RubyXL/Stylesheet.html#method-i-xlsx_path">#xlsx_path</a>
|
2732
|
+
—
|
2733
|
+
<span class="container">RubyXL::Stylesheet</span>
|
2734
|
+
|
2735
|
+
<li class="method">
|
2736
|
+
<a href="RubyXL/Theme.html#method-i-xlsx_path">#xlsx_path</a>
|
2737
|
+
—
|
2738
|
+
<span class="container">RubyXL::Theme</span>
|
2739
|
+
|
2740
|
+
<li class="method">
|
2741
|
+
<a href="RubyXL/Workbook.html#method-i-xlsx_path">#xlsx_path</a>
|
2742
|
+
—
|
2743
|
+
<span class="container">RubyXL::Workbook</span>
|
2744
|
+
|
2745
|
+
<li class="method">
|
2746
|
+
<a href="RubyXL/Worksheet.html#method-i-xlsx_path">#xlsx_path</a>
|
2747
|
+
—
|
2748
|
+
<span class="container">RubyXL::Worksheet</span>
|
2749
|
+
</ul>
|
2750
|
+
</main>
|
2751
|
+
|
2752
|
+
|
2753
|
+
<footer id="validator-badges" role="contentinfo">
|
2754
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
2755
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
|
2756
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
2757
|
+
</footer>
|
2758
|
+
|