rubyXL 3.4.14 → 3.4.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +69 -44
- data/README.rdoc +9 -1
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/lib/rubyXL/convenience_methods/cell.rb +1 -1
- data/lib/rubyXL/convenience_methods/worksheet.rb +77 -0
- data/lib/rubyXL/objects/chartsheet.rb +1 -1
- data/lib/rubyXL/objects/data_validation.rb +2 -0
- data/lib/rubyXL/objects/external_links.rb +25 -1
- data/lib/rubyXL/objects/ooxml_object.rb +5 -0
- data/lib/rubyXL/objects/relationships.rb +1 -1
- data/lib/rubyXL/objects/sheet_data.rb +2 -1
- data/lib/rubyXL/objects/storage.rb +1 -0
- data/lib/rubyXL/objects/theme.rb +1 -1
- data/lib/rubyXL/objects/workbook.rb +12 -6
- data/lib/rubyXL/objects/worksheet.rb +7 -7
- data/lib/rubyXL/worksheet.rb +1 -1
- data/rdoc/README_rdoc.html +16 -7
- data/rdoc/RubyXL.html +6 -319
- data/rdoc/RubyXL/AExtension.html +9 -49
- data/rdoc/RubyXL/AExtensionStorageArea.html +5 -12
- data/rdoc/RubyXL/ActiveX.html +11 -40
- data/rdoc/RubyXL/ActiveXBinary.html +5 -17
- data/rdoc/RubyXL/AdjustHandleList.html +5 -12
- data/rdoc/RubyXL/Alignment.html +5 -12
- data/rdoc/RubyXL/AlternateContent.html +5 -12
- data/rdoc/RubyXL/Authors.html +5 -12
- data/rdoc/RubyXL/AutoFilter.html +5 -12
- data/rdoc/RubyXL/AutoFilterColumn.html +5 -12
- data/rdoc/RubyXL/BinaryImageFile.html +5 -20
- data/rdoc/RubyXL/BodyProperties.html +5 -12
- data/rdoc/RubyXL/BooleanNode.html +5 -12
- data/rdoc/RubyXL/BooleanValue.html +5 -12
- data/rdoc/RubyXL/Border.html +8 -68
- data/rdoc/RubyXL/BorderEdge.html +8 -42
- data/rdoc/RubyXL/Borders.html +8 -29
- data/rdoc/RubyXL/Break.html +5 -12
- data/rdoc/RubyXL/BreakList.html +5 -12
- data/rdoc/RubyXL/CT_AdjPoint2D.html +5 -12
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +5 -12
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +5 -12
- data/rdoc/RubyXL/CT_Backdrop.html +5 -12
- data/rdoc/RubyXL/CT_Bevel.html +5 -12
- data/rdoc/RubyXL/CT_BiLevelEffect.html +5 -12
- data/rdoc/RubyXL/CT_BlendEffect.html +5 -12
- data/rdoc/RubyXL/CT_Blip.html +5 -12
- data/rdoc/RubyXL/CT_BlipFillProperties.html +5 -12
- data/rdoc/RubyXL/CT_BlurEffect.html +5 -12
- data/rdoc/RubyXL/CT_Camera.html +5 -12
- data/rdoc/RubyXL/CT_Color.html +5 -12
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +5 -12
- data/rdoc/RubyXL/CT_ColorMapping.html +5 -12
- data/rdoc/RubyXL/CT_ColorScheme.html +5 -12
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +5 -12
- data/rdoc/RubyXL/CT_ConnectionSite.html +5 -12
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +5 -12
- data/rdoc/RubyXL/CT_DashStop.html +5 -12
- data/rdoc/RubyXL/CT_DashStopList.html +5 -12
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +5 -12
- data/rdoc/RubyXL/CT_DuotoneEffect.html +5 -12
- data/rdoc/RubyXL/CT_EffectContainer.html +5 -12
- data/rdoc/RubyXL/CT_EffectList.html +5 -12
- data/rdoc/RubyXL/CT_EffectReference.html +5 -12
- data/rdoc/RubyXL/CT_EffectStyleItem.html +5 -12
- data/rdoc/RubyXL/CT_EffectStyleList.html +5 -12
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +5 -12
- data/rdoc/RubyXL/CT_FillEffect.html +5 -12
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +5 -12
- data/rdoc/RubyXL/CT_FillStyleList.html +5 -12
- data/rdoc/RubyXL/CT_FlatText.html +5 -12
- data/rdoc/RubyXL/CT_FontCollection.html +5 -12
- data/rdoc/RubyXL/CT_FontReference.html +5 -12
- data/rdoc/RubyXL/CT_GeomGuideList.html +5 -12
- data/rdoc/RubyXL/CT_GlowEffect.html +5 -12
- data/rdoc/RubyXL/CT_GradientFillProperties.html +5 -12
- data/rdoc/RubyXL/CT_GradientStop.html +5 -12
- data/rdoc/RubyXL/CT_GradientStopList.html +5 -12
- data/rdoc/RubyXL/CT_HSLEffect.html +5 -12
- data/rdoc/RubyXL/CT_HslColor.html +5 -12
- data/rdoc/RubyXL/CT_Hyperlink.html +5 -12
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +5 -12
- data/rdoc/RubyXL/CT_LightRig.html +5 -12
- data/rdoc/RubyXL/CT_LineEndProperties.html +5 -12
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +5 -12
- data/rdoc/RubyXL/CT_LineProperties.html +5 -12
- data/rdoc/RubyXL/CT_LineStyleList.html +5 -12
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +5 -12
- data/rdoc/RubyXL/CT_LuminanceEffect.html +5 -12
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +5 -12
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +5 -12
- data/rdoc/RubyXL/CT_Path2D.html +5 -12
- data/rdoc/RubyXL/CT_Path2DArcTo.html +5 -12
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +5 -12
- data/rdoc/RubyXL/CT_Path2DList.html +5 -12
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +5 -12
- data/rdoc/RubyXL/CT_Path2DTo.html +5 -12
- data/rdoc/RubyXL/CT_PathShadeProperties.html +5 -12
- data/rdoc/RubyXL/CT_PatternFillProperties.html +5 -12
- data/rdoc/RubyXL/CT_Point3D.html +5 -12
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +5 -12
- data/rdoc/RubyXL/CT_PresetColor.html +5 -12
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +5 -12
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +5 -12
- data/rdoc/RubyXL/CT_PresetTextShape.html +5 -12
- data/rdoc/RubyXL/CT_ReflectionEffect.html +5 -12
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +5 -12
- data/rdoc/RubyXL/CT_RelativeRect.html +5 -12
- data/rdoc/RubyXL/CT_SRgbColor.html +5 -12
- data/rdoc/RubyXL/CT_ScRgbColor.html +5 -12
- data/rdoc/RubyXL/CT_Scene3D.html +5 -12
- data/rdoc/RubyXL/CT_SchemeColor.html +5 -12
- data/rdoc/RubyXL/CT_Shape3D.html +5 -12
- data/rdoc/RubyXL/CT_ShapeStyle.html +5 -12
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +5 -12
- data/rdoc/RubyXL/CT_SphereCoords.html +5 -12
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +5 -12
- data/rdoc/RubyXL/CT_StyleMatrix.html +5 -12
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +5 -12
- data/rdoc/RubyXL/CT_SupplementalFont.html +5 -12
- data/rdoc/RubyXL/CT_SystemColor.html +5 -12
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +5 -12
- data/rdoc/RubyXL/CT_TextBlipBullet.html +5 -12
- data/rdoc/RubyXL/CT_TextCharBullet.html +5 -12
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +5 -12
- data/rdoc/RubyXL/CT_TextFont.html +5 -12
- data/rdoc/RubyXL/CT_TextListStyle.html +5 -12
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +5 -12
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +5 -12
- data/rdoc/RubyXL/CT_TextSpacing.html +5 -12
- data/rdoc/RubyXL/CT_TextTabStop.html +5 -12
- data/rdoc/RubyXL/CT_TextTabStopList.html +5 -12
- data/rdoc/RubyXL/CT_TileInfoProperties.html +5 -12
- data/rdoc/RubyXL/CT_TintEffect.html +5 -12
- data/rdoc/RubyXL/CT_Transform2D.html +5 -12
- data/rdoc/RubyXL/CT_TransformEffect.html +5 -12
- data/rdoc/RubyXL/CT_Vector3D.html +5 -12
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +5 -12
- data/rdoc/RubyXL/CalculationChain.html +8 -37
- data/rdoc/RubyXL/CalculationChainCell.html +5 -12
- data/rdoc/RubyXL/CalculationProperties.html +5 -12
- data/rdoc/RubyXL/Cell.html +13 -215
- data/rdoc/RubyXL/CellConvenienceMethods.html +6 -455
- data/rdoc/RubyXL/CellExt.html +5 -12
- data/rdoc/RubyXL/CellSmartTag.html +5 -12
- data/rdoc/RubyXL/CellSmartTagProperty.html +5 -12
- data/rdoc/RubyXL/CellSmartTags.html +5 -12
- data/rdoc/RubyXL/CellStyle.html +5 -12
- data/rdoc/RubyXL/CellStyleXFs.html +8 -29
- data/rdoc/RubyXL/CellStyles.html +8 -29
- data/rdoc/RubyXL/CellValue.html +8 -29
- data/rdoc/RubyXL/CellWatch.html +5 -12
- data/rdoc/RubyXL/CellWatches.html +5 -12
- data/rdoc/RubyXL/CellXFs.html +8 -29
- data/rdoc/RubyXL/ChartColorsFile.html +5 -20
- data/rdoc/RubyXL/ChartFile.html +10 -42
- data/rdoc/RubyXL/ChartStyleFile.html +5 -20
- data/rdoc/RubyXL/ChartUserShapesFile.html +5 -20
- data/rdoc/RubyXL/Chartsheet.html +10 -59
- data/rdoc/RubyXL/ChartsheetPageSetup.html +5 -12
- data/rdoc/RubyXL/ChartsheetProperties.html +5 -12
- data/rdoc/RubyXL/ChartsheetProtection.html +5 -12
- data/rdoc/RubyXL/ChartsheetView.html +5 -12
- data/rdoc/RubyXL/ChartsheetViews.html +5 -12
- data/rdoc/RubyXL/Color.html +8 -34
- data/rdoc/RubyXL/ColorConvenienceClasses.html +3 -9
- data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +8 -56
- data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +9 -71
- data/rdoc/RubyXL/ColorConvenienceMethods.html +6 -26
- data/rdoc/RubyXL/ColorFilter.html +5 -12
- data/rdoc/RubyXL/ColorScale.html +5 -12
- data/rdoc/RubyXL/ColorSet.html +5 -12
- data/rdoc/RubyXL/Colors.html +5 -12
- data/rdoc/RubyXL/ColumnRange.html +8 -60
- data/rdoc/RubyXL/ColumnRanges.html +8 -68
- data/rdoc/RubyXL/Comment.html +5 -12
- data/rdoc/RubyXL/CommentList.html +5 -12
- data/rdoc/RubyXL/CommentsFile.html +8 -42
- data/rdoc/RubyXL/ConditionalFormatValue.html +5 -12
- data/rdoc/RubyXL/ConditionalFormatting.html +5 -12
- data/rdoc/RubyXL/ConditionalFormattingRule.html +5 -12
- data/rdoc/RubyXL/Connection.html +5 -12
- data/rdoc/RubyXL/ConnectionTable.html +5 -12
- data/rdoc/RubyXL/ConnectionTables.html +5 -12
- data/rdoc/RubyXL/ConnectionTextField.html +5 -12
- data/rdoc/RubyXL/ConnectionTextFields.html +5 -12
- data/rdoc/RubyXL/Connections.html +8 -37
- data/rdoc/RubyXL/ContentTypeDefault.html +5 -12
- data/rdoc/RubyXL/ContentTypeOverride.html +5 -12
- data/rdoc/RubyXL/ContentTypes.html +8 -50
- data/rdoc/RubyXL/ControlPropertiesFile.html +7 -17
- data/rdoc/RubyXL/CorePropertiesFile.html +8 -146
- data/rdoc/RubyXL/CustomColor.html +5 -12
- data/rdoc/RubyXL/CustomColorList.html +5 -12
- data/rdoc/RubyXL/CustomFilter.html +5 -12
- data/rdoc/RubyXL/CustomFilters.html +5 -12
- data/rdoc/RubyXL/CustomGeometry.html +5 -12
- data/rdoc/RubyXL/CustomProperties.html +5 -12
- data/rdoc/RubyXL/CustomPropertiesFile.html +5 -20
- data/rdoc/RubyXL/CustomProperty.html +5 -12
- data/rdoc/RubyXL/CustomPropertyFile.html +5 -20
- data/rdoc/RubyXL/CustomSheetView.html +5 -12
- data/rdoc/RubyXL/CustomSheetViews.html +5 -12
- data/rdoc/RubyXL/CustomWorkbookView.html +5 -12
- data/rdoc/RubyXL/CustomWorkbookViews.html +5 -12
- data/rdoc/RubyXL/CustomXMLFile.html +5 -17
- data/rdoc/RubyXL/DXF.html +5 -12
- data/rdoc/RubyXL/DXFs.html +5 -12
- data/rdoc/RubyXL/DataBar.html +5 -12
- data/rdoc/RubyXL/DataConsolidate.html +5 -12
- data/rdoc/RubyXL/DataConsolidationReference.html +5 -12
- data/rdoc/RubyXL/DataConsolidationReferences.html +5 -12
- data/rdoc/RubyXL/DataType.html +3 -32
- data/rdoc/RubyXL/DataValidation.html +5 -12
- data/rdoc/RubyXL/DataValidations.html +5 -12
- data/rdoc/RubyXL/DateGroupItem.html +5 -12
- data/rdoc/RubyXL/DefinedName.html +5 -12
- data/rdoc/RubyXL/DefinedNameExt.html +5 -12
- data/rdoc/RubyXL/DefinedNames.html +5 -12
- data/rdoc/RubyXL/DefinedNamesExt.html +5 -12
- data/rdoc/RubyXL/DocumentPropertiesFile.html +8 -55
- data/rdoc/RubyXL/DrawingFile.html +10 -42
- data/rdoc/RubyXL/DynamicFilter.html +5 -12
- data/rdoc/RubyXL/EmbeddedControl.html +5 -12
- data/rdoc/RubyXL/EmbeddedControls.html +5 -12
- data/rdoc/RubyXL/Extension.html +5 -12
- data/rdoc/RubyXL/ExtensionStorageArea.html +5 -12
- data/rdoc/RubyXL/Extents.html +5 -12
- data/rdoc/RubyXL/ExternalBook.html +5 -12
- data/rdoc/RubyXL/ExternalLinksFile.html +11 -43
- data/rdoc/RubyXL/ExternalReference.html +5 -12
- data/rdoc/RubyXL/ExternalReferences.html +5 -12
- data/rdoc/RubyXL/ExtraColorSchemeList.html +5 -12
- data/rdoc/RubyXL/FieldItem.html +5 -12
- data/rdoc/RubyXL/FileRecoveryProperties.html +5 -12
- data/rdoc/RubyXL/FileSharing.html +5 -12
- data/rdoc/RubyXL/FileVersion.html +5 -12
- data/rdoc/RubyXL/Fill.html +8 -29
- data/rdoc/RubyXL/Fills.html +8 -29
- data/rdoc/RubyXL/FilterContainer.html +5 -12
- data/rdoc/RubyXL/FloatNode.html +5 -12
- data/rdoc/RubyXL/FloatValue.html +5 -12
- data/rdoc/RubyXL/Font.html +8 -34
- data/rdoc/RubyXL/FontConvenienceMethods.html +6 -195
- data/rdoc/RubyXL/FontScheme.html +5 -12
- data/rdoc/RubyXL/Fonts.html +8 -29
- data/rdoc/RubyXL/Formula.html +5 -12
- data/rdoc/RubyXL/FunctionGroup.html +5 -12
- data/rdoc/RubyXL/FunctionGroups.html +5 -12
- data/rdoc/RubyXL/GenericStorageObject.html +9 -73
- data/rdoc/RubyXL/GradientFill.html +5 -12
- data/rdoc/RubyXL/HeaderFooterSettings.html +5 -12
- data/rdoc/RubyXL/Hyperlink.html +5 -12
- data/rdoc/RubyXL/HyperlinkRelFile.html +5 -17
- data/rdoc/RubyXL/Hyperlinks.html +5 -12
- data/rdoc/RubyXL/IconFilter.html +5 -12
- data/rdoc/RubyXL/IconSet.html +5 -12
- data/rdoc/RubyXL/IgnoredError.html +5 -12
- data/rdoc/RubyXL/IgnoredErrors.html +5 -12
- data/rdoc/RubyXL/IndexedColors.html +5 -12
- data/rdoc/RubyXL/InputCells.html +5 -12
- data/rdoc/RubyXL/IntegerNode.html +5 -12
- data/rdoc/RubyXL/IntegerValue.html +5 -12
- data/rdoc/RubyXL/LegacyCell.html +6 -26
- data/rdoc/RubyXL/LegacyWorksheet.html +10 -87
- data/rdoc/RubyXL/MRUColors.html +5 -12
- data/rdoc/RubyXL/MacrosFile.html +5 -20
- data/rdoc/RubyXL/MergedCell.html +5 -12
- data/rdoc/RubyXL/MergedCells.html +5 -12
- data/rdoc/RubyXL/NumFmt.html +5 -12
- data/rdoc/RubyXL/NumberFormat.html +8 -29
- data/rdoc/RubyXL/NumberFormats.html +8 -34
- data/rdoc/RubyXL/OLEObject.html +5 -12
- data/rdoc/RubyXL/OLEObjectFile.html +5 -20
- data/rdoc/RubyXL/OLEObjects.html +5 -12
- data/rdoc/RubyXL/OLESize.html +5 -12
- data/rdoc/RubyXL/OOXMLContainerObject.html +19 -114
- data/rdoc/RubyXL/OOXMLIgnored.html +9 -44
- data/rdoc/RubyXL/OOXMLObject.html +7 -17
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +31 -81
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +18 -139
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +10 -167
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +14 -101
- data/rdoc/RubyXL/OdbcOleDbProperties.html +5 -12
- data/rdoc/RubyXL/Offset.html +5 -12
- data/rdoc/RubyXL/OlapProperties.html +5 -12
- data/rdoc/RubyXL/OleItem.html +99 -0
- data/rdoc/RubyXL/OleItems.html +99 -0
- data/rdoc/RubyXL/OleLink.html +99 -0
- data/rdoc/RubyXL/OutlineProperties.html +5 -12
- data/rdoc/RubyXL/PageMargins.html +5 -12
- data/rdoc/RubyXL/PageSetup.html +5 -12
- data/rdoc/RubyXL/PageSetupProperties.html +5 -12
- data/rdoc/RubyXL/Pane.html +5 -12
- data/rdoc/RubyXL/Parser.html +8 -42
- data/rdoc/RubyXL/PatternFill.html +5 -12
- data/rdoc/RubyXL/PhoneticProperties.html +5 -12
- data/rdoc/RubyXL/PhoneticRun.html +5 -12
- data/rdoc/RubyXL/PivotArea.html +5 -12
- data/rdoc/RubyXL/PivotCache.html +5 -12
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +7 -25
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +5 -20
- data/rdoc/RubyXL/PivotCaches.html +5 -12
- data/rdoc/RubyXL/PivotReference.html +5 -12
- data/rdoc/RubyXL/PivotReferences.html +5 -12
- data/rdoc/RubyXL/PivotTableFile.html +7 -25
- data/rdoc/RubyXL/PivotTableSelection.html +5 -12
- data/rdoc/RubyXL/PresetGeometry.html +5 -12
- data/rdoc/RubyXL/PrintOptions.html +5 -12
- data/rdoc/RubyXL/PrinterSettingsFile.html +5 -20
- data/rdoc/RubyXL/ProtectedRange.html +5 -12
- data/rdoc/RubyXL/ProtectedRanges.html +5 -12
- data/rdoc/RubyXL/Protection.html +5 -12
- data/rdoc/RubyXL/QueryParameter.html +5 -12
- data/rdoc/RubyXL/QueryParameters.html +5 -12
- data/rdoc/RubyXL/QueryTable.html +10 -42
- data/rdoc/RubyXL/QueryTableDeletedField.html +5 -12
- data/rdoc/RubyXL/QueryTableDeletedFields.html +5 -12
- data/rdoc/RubyXL/QueryTableField.html +5 -12
- data/rdoc/RubyXL/QueryTableFields.html +5 -12
- data/rdoc/RubyXL/QueryTableRefresh.html +5 -12
- data/rdoc/RubyXL/RID.html +5 -12
- data/rdoc/RubyXL/RawOOXML.html +9 -49
- data/rdoc/RubyXL/Reference.html +9 -190
- data/rdoc/RubyXL/Relationship.html +5 -12
- data/rdoc/RubyXL/RelationshipSupport.html +9 -106
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +6 -26
- data/rdoc/RubyXL/RevisionPointer.html +5 -12
- data/rdoc/RubyXL/RichText.html +8 -29
- data/rdoc/RubyXL/RichTextRun.html +8 -29
- data/rdoc/RubyXL/Row.html +17 -152
- data/rdoc/RubyXL/RowExt.html +5 -12
- data/rdoc/RubyXL/RunProperties.html +5 -12
- data/rdoc/RubyXL/Scenario.html +5 -12
- data/rdoc/RubyXL/Scenarios.html +5 -12
- data/rdoc/RubyXL/Selection.html +8 -29
- data/rdoc/RubyXL/ShapeGuide.html +5 -12
- data/rdoc/RubyXL/ShapeTextRectangle.html +5 -12
- data/rdoc/RubyXL/SharedStringsTable.html +9 -119
- data/rdoc/RubyXL/Sheet.html +5 -12
- data/rdoc/RubyXL/SheetCalculationProperties.html +5 -12
- data/rdoc/RubyXL/SheetData.html +10 -44
- data/rdoc/RubyXL/SheetDataExt.html +5 -12
- data/rdoc/RubyXL/SheetDataSet.html +5 -12
- data/rdoc/RubyXL/SheetName.html +5 -12
- data/rdoc/RubyXL/SheetNames.html +5 -12
- data/rdoc/RubyXL/Sheets.html +5 -12
- data/rdoc/RubyXL/SlicerCacheFile.html +5 -20
- data/rdoc/RubyXL/SlicerFile.html +5 -20
- data/rdoc/RubyXL/SmartTagProperties.html +5 -12
- data/rdoc/RubyXL/SmartTagType.html +5 -12
- data/rdoc/RubyXL/SmartTagTypes.html +5 -12
- data/rdoc/RubyXL/SmartTags.html +5 -12
- data/rdoc/RubyXL/SortCondition.html +5 -12
- data/rdoc/RubyXL/SortState.html +5 -12
- data/rdoc/RubyXL/Sqref.html +9 -44
- data/rdoc/RubyXL/Stop.html +5 -12
- data/rdoc/RubyXL/StringNode.html +5 -12
- data/rdoc/RubyXL/StringNodeW3C.html +9 -44
- data/rdoc/RubyXL/StringValue.html +5 -12
- data/rdoc/RubyXL/Stylesheet.html +9 -92
- data/rdoc/RubyXL/TableFile.html +5 -20
- data/rdoc/RubyXL/TableParts.html +5 -12
- data/rdoc/RubyXL/TableStyle.html +5 -12
- data/rdoc/RubyXL/TableStyles.html +5 -12
- data/rdoc/RubyXL/Text.html +8 -50
- data/rdoc/RubyXL/TextImportSettings.html +5 -12
- data/rdoc/RubyXL/Theme.html +9 -65
- data/rdoc/RubyXL/ThemeElements.html +5 -12
- data/rdoc/RubyXL/ThumbnailFile.html +5 -20
- data/rdoc/RubyXL/Top10.html +5 -12
- data/rdoc/RubyXL/VMLDrawingFile.html +7 -25
- data/rdoc/RubyXL/Variant.html +5 -12
- data/rdoc/RubyXL/Vector.html +8 -29
- data/rdoc/RubyXL/VectorValue.html +5 -12
- data/rdoc/RubyXL/VisualProperties.html +5 -12
- data/rdoc/RubyXL/WebPublishObject.html +5 -12
- data/rdoc/RubyXL/WebPublishObjects.html +5 -12
- data/rdoc/RubyXL/WebPublishingItem.html +5 -12
- data/rdoc/RubyXL/WebPublishingItems.html +5 -12
- data/rdoc/RubyXL/WebPublishingProperties.html +5 -12
- data/rdoc/RubyXL/WebQueryProperties.html +5 -12
- data/rdoc/RubyXL/Workbook.html +40 -460
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +6 -221
- data/rdoc/RubyXL/WorkbookProperties.html +5 -12
- data/rdoc/RubyXL/WorkbookProtection.html +5 -12
- data/rdoc/RubyXL/WorkbookRoot.html +11 -99
- data/rdoc/RubyXL/WorkbookView.html +5 -12
- data/rdoc/RubyXL/WorkbookViews.html +5 -12
- data/rdoc/RubyXL/Worksheet.html +11 -130
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +166 -985
- data/rdoc/RubyXL/WorksheetDimensions.html +5 -12
- data/rdoc/RubyXL/WorksheetFormatProperties.html +5 -12
- data/rdoc/RubyXL/WorksheetProperties.html +5 -12
- data/rdoc/RubyXL/WorksheetProtection.html +5 -12
- data/rdoc/RubyXL/WorksheetView.html +5 -12
- data/rdoc/RubyXL/WorksheetViews.html +5 -12
- data/rdoc/RubyXL/XF.html +5 -12
- data/rdoc/created.rid +19 -19
- data/rdoc/css/rdoc.css +21 -1
- data/rdoc/index.html +8 -388
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search_index.js +1 -1
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +23 -5
- data/rubyXL.gemspec +21 -28
- data/spec/lib/cell_spec.rb +27 -2
- data/spec/lib/worksheet_spec.rb +301 -0
- metadata +7 -5
data/rdoc/RubyXL/RID.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::RID - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::RID - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,12 +57,11 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link"><a href="OOXMLObject.html">RubyXL::OOXMLObject</a>
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
@@ -81,24 +79,19 @@
|
|
|
81
79
|
|
|
82
80
|
</section>
|
|
83
81
|
|
|
84
|
-
|
|
85
82
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
86
|
-
|
|
87
83
|
|
|
88
|
-
|
|
89
84
|
|
|
90
|
-
|
|
91
85
|
|
|
92
|
-
|
|
93
86
|
|
|
94
|
-
|
|
87
|
+
|
|
95
88
|
</section>
|
|
96
89
|
</main>
|
|
97
90
|
|
|
98
91
|
|
|
99
92
|
<footer id="validator-badges" role="contentinfo">
|
|
100
93
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
101
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
94
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
102
95
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
103
96
|
</footer>
|
|
104
97
|
|
data/rdoc/RubyXL/RawOOXML.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::RawOOXML - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::RawOOXML - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,26 +57,23 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link">OOXMLObject
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
70
68
|
|
|
71
|
-
|
|
69
|
+
|
|
70
|
+
<!-- Method Quickref -->
|
|
72
71
|
<div id="method-list-section" class="nav-section">
|
|
73
72
|
<h3>Methods</h3>
|
|
74
73
|
|
|
75
74
|
<ul class="link-list" role="directory">
|
|
76
|
-
|
|
77
75
|
<li ><a href="#method-c-parse">::parse</a>
|
|
78
|
-
|
|
79
76
|
<li ><a href="#method-i-write_xml">#write_xml</a>
|
|
80
|
-
|
|
81
77
|
</ul>
|
|
82
78
|
</div>
|
|
83
79
|
|
|
@@ -95,21 +91,15 @@
|
|
|
95
91
|
|
|
96
92
|
</section>
|
|
97
93
|
|
|
98
|
-
|
|
99
94
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
100
|
-
|
|
101
95
|
|
|
102
|
-
|
|
103
96
|
|
|
104
|
-
|
|
105
97
|
|
|
106
|
-
|
|
107
98
|
<section class="attribute-method-details" class="method-section">
|
|
108
99
|
<header>
|
|
109
100
|
<h3>Attributes</h3>
|
|
110
101
|
</header>
|
|
111
102
|
|
|
112
|
-
|
|
113
103
|
<div id="attribute-i-raw_xml" class="method-detail">
|
|
114
104
|
<div class="method-heading attribute-method-heading">
|
|
115
105
|
<span class="method-name">raw_xml</span><span
|
|
@@ -118,39 +108,26 @@
|
|
|
118
108
|
|
|
119
109
|
<div class="method-description">
|
|
120
110
|
|
|
121
|
-
|
|
122
|
-
|
|
123
111
|
</div>
|
|
124
112
|
</div>
|
|
125
|
-
|
|
126
113
|
</section>
|
|
127
|
-
|
|
128
114
|
|
|
129
|
-
|
|
115
|
+
|
|
130
116
|
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
|
131
117
|
<header>
|
|
132
118
|
<h3>Public Class Methods</h3>
|
|
133
119
|
</header>
|
|
134
120
|
|
|
135
|
-
|
|
136
121
|
<div id="method-c-parse" class="method-detail ">
|
|
137
|
-
|
|
138
122
|
<div class="method-heading">
|
|
139
123
|
<span class="method-name">parse</span><span
|
|
140
124
|
class="method-args">(node, ignore)</span>
|
|
141
|
-
|
|
142
125
|
<span class="method-click-advice">click to toggle source</span>
|
|
143
|
-
|
|
144
126
|
</div>
|
|
145
|
-
|
|
146
127
|
|
|
147
128
|
<div class="method-description">
|
|
148
129
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
130
|
|
|
153
|
-
|
|
154
131
|
<div class="method-source-code" id="parse-source">
|
|
155
132
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/extensions.rb, line 9</span>
|
|
156
133
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">parse</span>(<span class="ruby-identifier">node</span>, <span class="ruby-identifier">ignore</span>)
|
|
@@ -159,65 +136,48 @@
|
|
|
159
136
|
<span class="ruby-identifier">obj</span>
|
|
160
137
|
<span class="ruby-keyword">end</span></pre>
|
|
161
138
|
</div>
|
|
162
|
-
|
|
163
139
|
</div>
|
|
164
140
|
|
|
165
|
-
|
|
166
141
|
|
|
167
|
-
|
|
168
142
|
</div>
|
|
169
143
|
|
|
170
|
-
|
|
171
144
|
</section>
|
|
172
|
-
|
|
145
|
+
|
|
173
146
|
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
|
174
147
|
<header>
|
|
175
148
|
<h3>Public Instance Methods</h3>
|
|
176
149
|
</header>
|
|
177
150
|
|
|
178
|
-
|
|
179
151
|
<div id="method-i-write_xml" class="method-detail ">
|
|
180
|
-
|
|
181
152
|
<div class="method-heading">
|
|
182
153
|
<span class="method-name">write_xml</span><span
|
|
183
154
|
class="method-args">(xml, node_name_override = nil)</span>
|
|
184
|
-
|
|
185
155
|
<span class="method-click-advice">click to toggle source</span>
|
|
186
|
-
|
|
187
156
|
</div>
|
|
188
|
-
|
|
189
157
|
|
|
190
158
|
<div class="method-description">
|
|
191
159
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
160
|
|
|
196
|
-
|
|
197
161
|
<div class="method-source-code" id="write_xml-source">
|
|
198
162
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/extensions.rb, line 15</span>
|
|
199
163
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">write_xml</span>(<span class="ruby-identifier">xml</span>, <span class="ruby-identifier">node_name_override</span> = <span class="ruby-keyword">nil</span>)
|
|
200
164
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">raw_xml</span>
|
|
201
165
|
<span class="ruby-keyword">end</span></pre>
|
|
202
166
|
</div>
|
|
203
|
-
|
|
204
167
|
</div>
|
|
205
168
|
|
|
206
|
-
|
|
207
169
|
|
|
208
|
-
|
|
209
170
|
</div>
|
|
210
171
|
|
|
211
|
-
|
|
212
172
|
</section>
|
|
213
|
-
|
|
173
|
+
|
|
214
174
|
</section>
|
|
215
175
|
</main>
|
|
216
176
|
|
|
217
177
|
|
|
218
178
|
<footer id="validator-badges" role="contentinfo">
|
|
219
179
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
220
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
180
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
221
181
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
222
182
|
</footer>
|
|
223
183
|
|
data/rdoc/RubyXL/Reference.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::Reference - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::Reference - rubyXL 3.4.18</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
<body id="top" role="document" class="class">
|
|
26
25
|
<nav role="navigation">
|
|
27
26
|
<div id="project-navigation">
|
|
@@ -58,46 +57,33 @@
|
|
|
58
57
|
|
|
59
58
|
<div id="class-metadata">
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
|
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
|
62
62
|
<h3>Parent</h3>
|
|
63
63
|
|
|
64
|
-
|
|
65
64
|
<p class="link">Object
|
|
66
|
-
|
|
67
65
|
</div>
|
|
68
66
|
|
|
69
67
|
|
|
70
68
|
|
|
71
|
-
|
|
69
|
+
|
|
70
|
+
<!-- Method Quickref -->
|
|
72
71
|
<div id="method-list-section" class="nav-section">
|
|
73
72
|
<h3>Methods</h3>
|
|
74
73
|
|
|
75
74
|
<ul class="link-list" role="directory">
|
|
76
|
-
|
|
77
75
|
<li ><a href="#method-c-ind2ref">::ind2ref</a>
|
|
78
|
-
|
|
79
76
|
<li ><a href="#method-c-new">::new</a>
|
|
80
|
-
|
|
81
77
|
<li ><a href="#method-c-ref2ind">::ref2ind</a>
|
|
82
|
-
|
|
83
78
|
<li ><a href="#method-i-3D-3D">#==</a>
|
|
84
|
-
|
|
85
79
|
<li ><a href="#method-i-cover-3F">#cover?</a>
|
|
86
|
-
|
|
87
80
|
<li ><a href="#method-i-first_col">#first_col</a>
|
|
88
|
-
|
|
89
81
|
<li ><a href="#method-i-first_row">#first_row</a>
|
|
90
|
-
|
|
91
82
|
<li ><a href="#method-i-inspect">#inspect</a>
|
|
92
|
-
|
|
93
83
|
<li ><a href="#method-i-last_col">#last_col</a>
|
|
94
|
-
|
|
95
84
|
<li ><a href="#method-i-last_row">#last_row</a>
|
|
96
|
-
|
|
97
85
|
<li ><a href="#method-i-single_cell-3F">#single_cell?</a>
|
|
98
|
-
|
|
99
86
|
<li ><a href="#method-i-to_s">#to_s</a>
|
|
100
|
-
|
|
101
87
|
</ul>
|
|
102
88
|
</div>
|
|
103
89
|
|
|
@@ -113,40 +99,26 @@
|
|
|
113
99
|
|
|
114
100
|
</section>
|
|
115
101
|
|
|
116
|
-
|
|
117
102
|
<section id="5Buntitled-5D" class="documentation-section">
|
|
118
|
-
|
|
119
103
|
|
|
120
|
-
|
|
121
104
|
|
|
122
|
-
|
|
123
105
|
<section class="constants-list">
|
|
124
106
|
<header>
|
|
125
107
|
<h3>Constants</h3>
|
|
126
108
|
</header>
|
|
127
109
|
<dl>
|
|
128
|
-
|
|
129
110
|
<dt id="COL_MAX">COL_MAX
|
|
130
|
-
|
|
131
111
|
<dd>
|
|
132
|
-
|
|
133
|
-
|
|
134
112
|
<dt id="ROW_MAX">ROW_MAX
|
|
135
|
-
|
|
136
113
|
<dd>
|
|
137
|
-
|
|
138
|
-
|
|
139
114
|
</dl>
|
|
140
115
|
</section>
|
|
141
|
-
|
|
142
116
|
|
|
143
|
-
|
|
144
117
|
<section class="attribute-method-details" class="method-section">
|
|
145
118
|
<header>
|
|
146
119
|
<h3>Attributes</h3>
|
|
147
120
|
</header>
|
|
148
121
|
|
|
149
|
-
|
|
150
122
|
<div id="attribute-i-col_range" class="method-detail">
|
|
151
123
|
<div class="method-heading attribute-method-heading">
|
|
152
124
|
<span class="method-name">col_range</span><span
|
|
@@ -155,11 +127,8 @@
|
|
|
155
127
|
|
|
156
128
|
<div class="method-description">
|
|
157
129
|
|
|
158
|
-
|
|
159
|
-
|
|
160
130
|
</div>
|
|
161
131
|
</div>
|
|
162
|
-
|
|
163
132
|
<div id="attribute-i-row_range" class="method-detail">
|
|
164
133
|
<div class="method-heading attribute-method-heading">
|
|
165
134
|
<span class="method-name">row_range</span><span
|
|
@@ -168,39 +137,26 @@
|
|
|
168
137
|
|
|
169
138
|
<div class="method-description">
|
|
170
139
|
|
|
171
|
-
|
|
172
|
-
|
|
173
140
|
</div>
|
|
174
141
|
</div>
|
|
175
|
-
|
|
176
142
|
</section>
|
|
177
|
-
|
|
178
143
|
|
|
179
|
-
|
|
144
|
+
|
|
180
145
|
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
|
181
146
|
<header>
|
|
182
147
|
<h3>Public Class Methods</h3>
|
|
183
148
|
</header>
|
|
184
149
|
|
|
185
|
-
|
|
186
150
|
<div id="method-c-ind2ref" class="method-detail ">
|
|
187
|
-
|
|
188
151
|
<div class="method-heading">
|
|
189
152
|
<span class="method-name">ind2ref</span><span
|
|
190
153
|
class="method-args">(row = 0, col = 0)</span>
|
|
191
|
-
|
|
192
154
|
<span class="method-click-advice">click to toggle source</span>
|
|
193
|
-
|
|
194
155
|
</div>
|
|
195
|
-
|
|
196
156
|
|
|
197
157
|
<div class="method-description">
|
|
198
|
-
|
|
199
158
|
<p>Converts <code>row</code> and <code>col</code> zero-based indices to Excel-style cell reference (0) A…Z, AA…AZ, BA… …ZZ, AAA… …AZZ, BAA… …XFD (16383)</p>
|
|
200
|
-
|
|
201
|
-
|
|
202
159
|
|
|
203
|
-
|
|
204
160
|
<div class="method-source-code" id="ind2ref-source">
|
|
205
161
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 75</span>
|
|
206
162
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">ind2ref</span>(<span class="ruby-identifier">row</span> = <span class="ruby-value">0</span>, <span class="ruby-identifier">col</span> = <span class="ruby-value">0</span>)
|
|
@@ -216,33 +172,21 @@
|
|
|
216
172
|
<span class="ruby-identifier">str</span> <span class="ruby-operator">+=</span> (<span class="ruby-identifier">row</span> <span class="ruby-operator">+</span> <span class="ruby-value">1</span>).<span class="ruby-identifier">to_s</span>
|
|
217
173
|
<span class="ruby-keyword">end</span></pre>
|
|
218
174
|
</div>
|
|
219
|
-
|
|
220
175
|
</div>
|
|
221
176
|
|
|
222
|
-
|
|
223
177
|
|
|
224
|
-
|
|
225
178
|
</div>
|
|
226
179
|
|
|
227
|
-
|
|
228
180
|
<div id="method-c-new" class="method-detail ">
|
|
229
|
-
|
|
230
181
|
<div class="method-heading">
|
|
231
182
|
<span class="method-name">new</span><span
|
|
232
183
|
class="method-args">(*params)</span>
|
|
233
|
-
|
|
234
184
|
<span class="method-click-advice">click to toggle source</span>
|
|
235
|
-
|
|
236
185
|
</div>
|
|
237
|
-
|
|
238
186
|
|
|
239
187
|
<div class="method-description">
|
|
240
|
-
|
|
241
188
|
<p><a href="Reference.html#method-c-new"><code>RubyXL::Reference.new</code></a>(row, col) <a href="Reference.html#method-c-new"><code>RubyXL::Reference.new</code></a>(row_from, row_to, col_from, col_to) <a href="Reference.html#method-c-new"><code>RubyXL::Reference.new(reference_string)</code></a></p>
|
|
242
|
-
|
|
243
|
-
|
|
244
189
|
|
|
245
|
-
|
|
246
190
|
<div class="method-source-code" id="new-source">
|
|
247
191
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 11</span>
|
|
248
192
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">params</span>)
|
|
@@ -262,33 +206,21 @@
|
|
|
262
206
|
<span class="ruby-ivar">@col_range</span> = <span class="ruby-constant">Range</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">col_from</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>, <span class="ruby-identifier">col_to</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">col_from</span> <span class="ruby-operator">||</span> <span class="ruby-constant">COL_MAX</span>)
|
|
263
207
|
<span class="ruby-keyword">end</span></pre>
|
|
264
208
|
</div>
|
|
265
|
-
|
|
266
209
|
</div>
|
|
267
210
|
|
|
268
|
-
|
|
269
211
|
|
|
270
|
-
|
|
271
212
|
</div>
|
|
272
213
|
|
|
273
|
-
|
|
274
214
|
<div id="method-c-ref2ind" class="method-detail ">
|
|
275
|
-
|
|
276
215
|
<div class="method-heading">
|
|
277
216
|
<span class="method-name">ref2ind</span><span
|
|
278
217
|
class="method-args">(str)</span>
|
|
279
|
-
|
|
280
218
|
<span class="method-click-advice">click to toggle source</span>
|
|
281
|
-
|
|
282
219
|
</div>
|
|
283
|
-
|
|
284
220
|
|
|
285
221
|
<div class="method-description">
|
|
286
|
-
|
|
287
222
|
<p>Converts Excel-style cell reference to <code>row</code> and <code>col</code> zero-based indices.</p>
|
|
288
|
-
|
|
289
|
-
|
|
290
223
|
|
|
291
|
-
|
|
292
224
|
<div class="method-source-code" id="ref2ind-source">
|
|
293
225
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 89</span>
|
|
294
226
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">ref2ind</span>(<span class="ruby-identifier">str</span>)
|
|
@@ -299,74 +231,49 @@
|
|
|
299
231
|
[ <span class="ruby-node">$2</span>.<span class="ruby-identifier">to_i</span> <span class="ruby-operator">-</span> <span class="ruby-value">1</span>, <span class="ruby-identifier">col</span> <span class="ruby-operator">-</span> <span class="ruby-value">1</span> ]
|
|
300
232
|
<span class="ruby-keyword">end</span></pre>
|
|
301
233
|
</div>
|
|
302
|
-
|
|
303
234
|
</div>
|
|
304
235
|
|
|
305
|
-
|
|
306
236
|
|
|
307
|
-
|
|
308
237
|
</div>
|
|
309
238
|
|
|
310
|
-
|
|
311
239
|
</section>
|
|
312
|
-
|
|
240
|
+
|
|
313
241
|
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
|
314
242
|
<header>
|
|
315
243
|
<h3>Public Instance Methods</h3>
|
|
316
244
|
</header>
|
|
317
245
|
|
|
318
|
-
|
|
319
246
|
<div id="method-i-3D-3D" class="method-detail ">
|
|
320
|
-
|
|
321
247
|
<div class="method-heading">
|
|
322
248
|
<span class="method-name">==</span><span
|
|
323
249
|
class="method-args">(other)</span>
|
|
324
|
-
|
|
325
250
|
<span class="method-click-advice">click to toggle source</span>
|
|
326
|
-
|
|
327
251
|
</div>
|
|
328
|
-
|
|
329
252
|
|
|
330
253
|
<div class="method-description">
|
|
331
254
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
255
|
|
|
336
|
-
|
|
337
256
|
<div class="method-source-code" id="3D-3D-source">
|
|
338
257
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 48</span>
|
|
339
258
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">==</span>(<span class="ruby-identifier">other</span>)
|
|
340
259
|
<span class="ruby-operator">!</span><span class="ruby-identifier">other</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">&&</span> (<span class="ruby-ivar">@row_range</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">row_range</span>) <span class="ruby-operator">&&</span> (<span class="ruby-ivar">@col_range</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">col_range</span>)
|
|
341
260
|
<span class="ruby-keyword">end</span></pre>
|
|
342
261
|
</div>
|
|
343
|
-
|
|
344
262
|
</div>
|
|
345
263
|
|
|
346
|
-
|
|
347
264
|
|
|
348
|
-
|
|
349
265
|
</div>
|
|
350
266
|
|
|
351
|
-
|
|
352
267
|
<div id="method-i-cover-3F" class="method-detail ">
|
|
353
|
-
|
|
354
268
|
<div class="method-heading">
|
|
355
269
|
<span class="method-name">cover?</span><span
|
|
356
270
|
class="method-args">(other)</span>
|
|
357
|
-
|
|
358
271
|
<span class="method-click-advice">click to toggle source</span>
|
|
359
|
-
|
|
360
272
|
</div>
|
|
361
|
-
|
|
362
273
|
|
|
363
274
|
<div class="method-description">
|
|
364
275
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
276
|
|
|
369
|
-
|
|
370
277
|
<div class="method-source-code" id="cover-3F-source">
|
|
371
278
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 52</span>
|
|
372
279
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">cover?</span>(<span class="ruby-identifier">other</span>)
|
|
@@ -374,99 +281,63 @@
|
|
|
374
281
|
<span class="ruby-ivar">@col_range</span>.<span class="ruby-identifier">cover?</span>(<span class="ruby-identifier">other</span>.<span class="ruby-identifier">col_range</span>.<span class="ruby-identifier">begin</span>) <span class="ruby-operator">&&</span> <span class="ruby-ivar">@col_range</span>.<span class="ruby-identifier">cover?</span>(<span class="ruby-identifier">other</span>.<span class="ruby-identifier">col_range</span>.<span class="ruby-identifier">end</span>))
|
|
375
282
|
<span class="ruby-keyword">end</span></pre>
|
|
376
283
|
</div>
|
|
377
|
-
|
|
378
284
|
</div>
|
|
379
285
|
|
|
380
|
-
|
|
381
286
|
|
|
382
|
-
|
|
383
287
|
</div>
|
|
384
288
|
|
|
385
|
-
|
|
386
289
|
<div id="method-i-first_col" class="method-detail ">
|
|
387
|
-
|
|
388
290
|
<div class="method-heading">
|
|
389
291
|
<span class="method-name">first_col</span><span
|
|
390
292
|
class="method-args">()</span>
|
|
391
|
-
|
|
392
293
|
<span class="method-click-advice">click to toggle source</span>
|
|
393
|
-
|
|
394
294
|
</div>
|
|
395
|
-
|
|
396
295
|
|
|
397
296
|
<div class="method-description">
|
|
398
297
|
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
298
|
|
|
403
|
-
|
|
404
299
|
<div class="method-source-code" id="first_col-source">
|
|
405
300
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 40</span>
|
|
406
301
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">first_col</span>
|
|
407
302
|
<span class="ruby-ivar">@col_range</span>.<span class="ruby-identifier">begin</span>
|
|
408
303
|
<span class="ruby-keyword">end</span></pre>
|
|
409
304
|
</div>
|
|
410
|
-
|
|
411
305
|
</div>
|
|
412
306
|
|
|
413
|
-
|
|
414
307
|
|
|
415
|
-
|
|
416
308
|
</div>
|
|
417
309
|
|
|
418
|
-
|
|
419
310
|
<div id="method-i-first_row" class="method-detail ">
|
|
420
|
-
|
|
421
311
|
<div class="method-heading">
|
|
422
312
|
<span class="method-name">first_row</span><span
|
|
423
313
|
class="method-args">()</span>
|
|
424
|
-
|
|
425
314
|
<span class="method-click-advice">click to toggle source</span>
|
|
426
|
-
|
|
427
315
|
</div>
|
|
428
|
-
|
|
429
316
|
|
|
430
317
|
<div class="method-description">
|
|
431
318
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
319
|
|
|
436
|
-
|
|
437
320
|
<div class="method-source-code" id="first_row-source">
|
|
438
321
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 32</span>
|
|
439
322
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">first_row</span>
|
|
440
323
|
<span class="ruby-ivar">@row_range</span>.<span class="ruby-identifier">begin</span>
|
|
441
324
|
<span class="ruby-keyword">end</span></pre>
|
|
442
325
|
</div>
|
|
443
|
-
|
|
444
326
|
</div>
|
|
445
327
|
|
|
446
|
-
|
|
447
328
|
|
|
448
|
-
|
|
449
329
|
</div>
|
|
450
330
|
|
|
451
|
-
|
|
452
331
|
<div id="method-i-inspect" class="method-detail ">
|
|
453
|
-
|
|
454
332
|
<div class="method-heading">
|
|
455
333
|
<span class="method-name">inspect</span><span
|
|
456
334
|
class="method-args">()</span>
|
|
457
|
-
|
|
458
335
|
<span class="method-click-advice">click to toggle source</span>
|
|
459
|
-
|
|
460
336
|
</div>
|
|
461
|
-
|
|
462
337
|
|
|
463
338
|
<div class="method-description">
|
|
464
339
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
340
|
|
|
469
|
-
|
|
470
341
|
<div class="method-source-code" id="inspect-source">
|
|
471
342
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 65</span>
|
|
472
343
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">inspect</span>
|
|
@@ -477,132 +348,84 @@
|
|
|
477
348
|
<span class="ruby-keyword">end</span>
|
|
478
349
|
<span class="ruby-keyword">end</span></pre>
|
|
479
350
|
</div>
|
|
480
|
-
|
|
481
351
|
</div>
|
|
482
352
|
|
|
483
|
-
|
|
484
353
|
|
|
485
|
-
|
|
486
354
|
</div>
|
|
487
355
|
|
|
488
|
-
|
|
489
356
|
<div id="method-i-last_col" class="method-detail ">
|
|
490
|
-
|
|
491
357
|
<div class="method-heading">
|
|
492
358
|
<span class="method-name">last_col</span><span
|
|
493
359
|
class="method-args">()</span>
|
|
494
|
-
|
|
495
360
|
<span class="method-click-advice">click to toggle source</span>
|
|
496
|
-
|
|
497
361
|
</div>
|
|
498
|
-
|
|
499
362
|
|
|
500
363
|
<div class="method-description">
|
|
501
364
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
365
|
|
|
506
|
-
|
|
507
366
|
<div class="method-source-code" id="last_col-source">
|
|
508
367
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 44</span>
|
|
509
368
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">last_col</span>
|
|
510
369
|
<span class="ruby-ivar">@col_range</span>.<span class="ruby-identifier">end</span>
|
|
511
370
|
<span class="ruby-keyword">end</span></pre>
|
|
512
371
|
</div>
|
|
513
|
-
|
|
514
372
|
</div>
|
|
515
373
|
|
|
516
|
-
|
|
517
374
|
|
|
518
|
-
|
|
519
375
|
</div>
|
|
520
376
|
|
|
521
|
-
|
|
522
377
|
<div id="method-i-last_row" class="method-detail ">
|
|
523
|
-
|
|
524
378
|
<div class="method-heading">
|
|
525
379
|
<span class="method-name">last_row</span><span
|
|
526
380
|
class="method-args">()</span>
|
|
527
|
-
|
|
528
381
|
<span class="method-click-advice">click to toggle source</span>
|
|
529
|
-
|
|
530
382
|
</div>
|
|
531
|
-
|
|
532
383
|
|
|
533
384
|
<div class="method-description">
|
|
534
385
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
386
|
|
|
539
|
-
|
|
540
387
|
<div class="method-source-code" id="last_row-source">
|
|
541
388
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 36</span>
|
|
542
389
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">last_row</span>
|
|
543
390
|
<span class="ruby-ivar">@row_range</span>.<span class="ruby-identifier">end</span>
|
|
544
391
|
<span class="ruby-keyword">end</span></pre>
|
|
545
392
|
</div>
|
|
546
|
-
|
|
547
393
|
</div>
|
|
548
394
|
|
|
549
|
-
|
|
550
395
|
|
|
551
|
-
|
|
552
396
|
</div>
|
|
553
397
|
|
|
554
|
-
|
|
555
398
|
<div id="method-i-single_cell-3F" class="method-detail ">
|
|
556
|
-
|
|
557
399
|
<div class="method-heading">
|
|
558
400
|
<span class="method-name">single_cell?</span><span
|
|
559
401
|
class="method-args">()</span>
|
|
560
|
-
|
|
561
402
|
<span class="method-click-advice">click to toggle source</span>
|
|
562
|
-
|
|
563
403
|
</div>
|
|
564
|
-
|
|
565
404
|
|
|
566
405
|
<div class="method-description">
|
|
567
406
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
407
|
|
|
572
|
-
|
|
573
408
|
<div class="method-source-code" id="single_cell-3F-source">
|
|
574
409
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 28</span>
|
|
575
410
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">single_cell?</span>
|
|
576
411
|
(<span class="ruby-ivar">@row_range</span>.<span class="ruby-identifier">begin</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@row_range</span>.<span class="ruby-identifier">end</span>) <span class="ruby-operator">&&</span> (<span class="ruby-ivar">@col_range</span>.<span class="ruby-identifier">begin</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@col_range</span>.<span class="ruby-identifier">end</span>)
|
|
577
412
|
<span class="ruby-keyword">end</span></pre>
|
|
578
413
|
</div>
|
|
579
|
-
|
|
580
414
|
</div>
|
|
581
415
|
|
|
582
|
-
|
|
583
416
|
|
|
584
|
-
|
|
585
417
|
</div>
|
|
586
418
|
|
|
587
|
-
|
|
588
419
|
<div id="method-i-to_s" class="method-detail ">
|
|
589
|
-
|
|
590
420
|
<div class="method-heading">
|
|
591
421
|
<span class="method-name">to_s</span><span
|
|
592
422
|
class="method-args">()</span>
|
|
593
|
-
|
|
594
423
|
<span class="method-click-advice">click to toggle source</span>
|
|
595
|
-
|
|
596
424
|
</div>
|
|
597
|
-
|
|
598
425
|
|
|
599
426
|
<div class="method-description">
|
|
600
427
|
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
428
|
|
|
605
|
-
|
|
606
429
|
<div class="method-source-code" id="to_s-source">
|
|
607
430
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/reference.rb, line 57</span>
|
|
608
431
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_s</span>
|
|
@@ -613,24 +436,20 @@
|
|
|
613
436
|
<span class="ruby-keyword">end</span>
|
|
614
437
|
<span class="ruby-keyword">end</span></pre>
|
|
615
438
|
</div>
|
|
616
|
-
|
|
617
439
|
</div>
|
|
618
440
|
|
|
619
|
-
|
|
620
441
|
|
|
621
|
-
|
|
622
442
|
</div>
|
|
623
443
|
|
|
624
|
-
|
|
625
444
|
</section>
|
|
626
|
-
|
|
445
|
+
|
|
627
446
|
</section>
|
|
628
447
|
</main>
|
|
629
448
|
|
|
630
449
|
|
|
631
450
|
<footer id="validator-badges" role="contentinfo">
|
|
632
451
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
633
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
|
452
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
|
634
453
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
635
454
|
</footer>
|
|
636
455
|
|