rubyXL 3.4.9 → 3.4.15
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/Gemfile +1 -1
- data/Gemfile.lock +33 -33
- data/LICENSE.txt +1 -1
- data/README.rdoc +6 -1
- data/VERSION +1 -1
- data/lib/rubyXL/convenience_methods/color.rb +5 -3
- data/lib/rubyXL/convenience_methods/worksheet.rb +12 -0
- data/lib/rubyXL/objects/data_validation.rb +2 -0
- data/lib/rubyXL/objects/document_properties.rb +2 -2
- data/lib/rubyXL/objects/ooxml_object.rb +5 -0
- data/lib/rubyXL/objects/sheet_data.rb +2 -2
- data/lib/rubyXL/objects/storage.rb +1 -0
- data/lib/rubyXL/objects/text.rb +1 -1
- data/lib/rubyXL/objects/workbook.rb +4 -1
- data/lib/rubyXL/worksheet.rb +2 -0
- data/rdoc/README_rdoc.html +10 -5
- data/rdoc/RubyXL.html +9 -4
- data/rdoc/RubyXL/AExtension.html +9 -4
- data/rdoc/RubyXL/AExtensionStorageArea.html +9 -4
- data/rdoc/RubyXL/ActiveX.html +10 -5
- data/rdoc/RubyXL/ActiveXBinary.html +9 -4
- data/rdoc/RubyXL/AdjustHandleList.html +9 -4
- data/rdoc/RubyXL/Alignment.html +9 -4
- data/rdoc/RubyXL/AlternateContent.html +9 -4
- data/rdoc/RubyXL/Authors.html +9 -4
- data/rdoc/RubyXL/AutoFilter.html +9 -4
- data/rdoc/RubyXL/AutoFilterColumn.html +9 -4
- data/rdoc/RubyXL/BinaryImageFile.html +9 -4
- data/rdoc/RubyXL/BodyProperties.html +9 -4
- data/rdoc/RubyXL/BooleanNode.html +9 -4
- data/rdoc/RubyXL/BooleanValue.html +9 -4
- data/rdoc/RubyXL/Border.html +9 -4
- data/rdoc/RubyXL/BorderEdge.html +9 -4
- data/rdoc/RubyXL/Borders.html +9 -4
- data/rdoc/RubyXL/Break.html +9 -4
- data/rdoc/RubyXL/BreakList.html +9 -4
- data/rdoc/RubyXL/CT_AdjPoint2D.html +9 -4
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +9 -4
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +9 -4
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +9 -4
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +9 -4
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +9 -4
- data/rdoc/RubyXL/CT_Backdrop.html +9 -4
- data/rdoc/RubyXL/CT_Bevel.html +9 -4
- data/rdoc/RubyXL/CT_BiLevelEffect.html +9 -4
- data/rdoc/RubyXL/CT_BlendEffect.html +9 -4
- data/rdoc/RubyXL/CT_Blip.html +9 -4
- data/rdoc/RubyXL/CT_BlipFillProperties.html +9 -4
- data/rdoc/RubyXL/CT_BlurEffect.html +9 -4
- data/rdoc/RubyXL/CT_Camera.html +9 -4
- data/rdoc/RubyXL/CT_Color.html +9 -4
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +9 -4
- data/rdoc/RubyXL/CT_ColorMapping.html +9 -4
- data/rdoc/RubyXL/CT_ColorScheme.html +9 -4
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +9 -4
- data/rdoc/RubyXL/CT_ConnectionSite.html +9 -4
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +9 -4
- data/rdoc/RubyXL/CT_DashStop.html +9 -4
- data/rdoc/RubyXL/CT_DashStopList.html +9 -4
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +9 -4
- data/rdoc/RubyXL/CT_DuotoneEffect.html +9 -4
- data/rdoc/RubyXL/CT_EffectContainer.html +9 -4
- data/rdoc/RubyXL/CT_EffectList.html +9 -4
- data/rdoc/RubyXL/CT_EffectReference.html +9 -4
- data/rdoc/RubyXL/CT_EffectStyleItem.html +9 -4
- data/rdoc/RubyXL/CT_EffectStyleList.html +9 -4
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +9 -4
- data/rdoc/RubyXL/CT_FillEffect.html +9 -4
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +9 -4
- data/rdoc/RubyXL/CT_FillStyleList.html +9 -4
- data/rdoc/RubyXL/CT_FlatText.html +9 -4
- data/rdoc/RubyXL/CT_FontCollection.html +9 -4
- data/rdoc/RubyXL/CT_FontReference.html +9 -4
- data/rdoc/RubyXL/CT_GeomGuideList.html +9 -4
- data/rdoc/RubyXL/CT_GlowEffect.html +9 -4
- data/rdoc/RubyXL/CT_GradientFillProperties.html +9 -4
- data/rdoc/RubyXL/CT_GradientStop.html +9 -4
- data/rdoc/RubyXL/CT_GradientStopList.html +9 -4
- data/rdoc/RubyXL/CT_HSLEffect.html +9 -4
- data/rdoc/RubyXL/CT_HslColor.html +9 -4
- data/rdoc/RubyXL/CT_Hyperlink.html +9 -4
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +9 -4
- data/rdoc/RubyXL/CT_LightRig.html +9 -4
- data/rdoc/RubyXL/CT_LineEndProperties.html +9 -4
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +9 -4
- data/rdoc/RubyXL/CT_LineProperties.html +9 -4
- data/rdoc/RubyXL/CT_LineStyleList.html +9 -4
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +9 -4
- data/rdoc/RubyXL/CT_LuminanceEffect.html +9 -4
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +9 -4
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +9 -4
- data/rdoc/RubyXL/CT_Path2D.html +9 -4
- data/rdoc/RubyXL/CT_Path2DArcTo.html +9 -4
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +9 -4
- data/rdoc/RubyXL/CT_Path2DList.html +9 -4
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +9 -4
- data/rdoc/RubyXL/CT_Path2DTo.html +9 -4
- data/rdoc/RubyXL/CT_PathShadeProperties.html +9 -4
- data/rdoc/RubyXL/CT_PatternFillProperties.html +9 -4
- data/rdoc/RubyXL/CT_Point3D.html +9 -4
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +9 -4
- data/rdoc/RubyXL/CT_PresetColor.html +9 -4
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +9 -4
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +9 -4
- data/rdoc/RubyXL/CT_PresetTextShape.html +9 -4
- data/rdoc/RubyXL/CT_ReflectionEffect.html +9 -4
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +9 -4
- data/rdoc/RubyXL/CT_RelativeRect.html +9 -4
- data/rdoc/RubyXL/CT_SRgbColor.html +9 -4
- data/rdoc/RubyXL/CT_ScRgbColor.html +9 -4
- data/rdoc/RubyXL/CT_Scene3D.html +9 -4
- data/rdoc/RubyXL/CT_SchemeColor.html +9 -4
- data/rdoc/RubyXL/CT_Shape3D.html +9 -4
- data/rdoc/RubyXL/CT_ShapeStyle.html +9 -4
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +9 -4
- data/rdoc/RubyXL/CT_SphereCoords.html +9 -4
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +9 -4
- data/rdoc/RubyXL/CT_StyleMatrix.html +9 -4
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +9 -4
- data/rdoc/RubyXL/CT_SupplementalFont.html +9 -4
- data/rdoc/RubyXL/CT_SystemColor.html +9 -4
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +9 -4
- data/rdoc/RubyXL/CT_TextBlipBullet.html +9 -4
- data/rdoc/RubyXL/CT_TextCharBullet.html +9 -4
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +9 -4
- data/rdoc/RubyXL/CT_TextFont.html +9 -4
- data/rdoc/RubyXL/CT_TextListStyle.html +9 -4
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +9 -4
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +9 -4
- data/rdoc/RubyXL/CT_TextSpacing.html +9 -4
- data/rdoc/RubyXL/CT_TextTabStop.html +9 -4
- data/rdoc/RubyXL/CT_TextTabStopList.html +9 -4
- data/rdoc/RubyXL/CT_TileInfoProperties.html +9 -4
- data/rdoc/RubyXL/CT_TintEffect.html +9 -4
- data/rdoc/RubyXL/CT_Transform2D.html +9 -4
- data/rdoc/RubyXL/CT_TransformEffect.html +9 -4
- data/rdoc/RubyXL/CT_Vector3D.html +9 -4
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +9 -4
- data/rdoc/RubyXL/CalculationChain.html +9 -4
- data/rdoc/RubyXL/CalculationChainCell.html +9 -4
- data/rdoc/RubyXL/CalculationProperties.html +9 -4
- data/rdoc/RubyXL/Cell.html +11 -6
- data/rdoc/RubyXL/CellConvenienceMethods.html +9 -4
- data/rdoc/RubyXL/CellExt.html +9 -4
- data/rdoc/RubyXL/CellSmartTag.html +9 -4
- data/rdoc/RubyXL/CellSmartTagProperty.html +9 -4
- data/rdoc/RubyXL/CellSmartTags.html +9 -4
- data/rdoc/RubyXL/CellStyle.html +9 -4
- data/rdoc/RubyXL/CellStyleXFs.html +9 -4
- data/rdoc/RubyXL/CellStyles.html +9 -4
- data/rdoc/RubyXL/CellValue.html +9 -4
- data/rdoc/RubyXL/CellWatch.html +9 -4
- data/rdoc/RubyXL/CellWatches.html +9 -4
- data/rdoc/RubyXL/CellXFs.html +9 -4
- data/rdoc/RubyXL/ChartColorsFile.html +9 -4
- data/rdoc/RubyXL/ChartFile.html +9 -4
- data/rdoc/RubyXL/ChartStyleFile.html +9 -4
- data/rdoc/RubyXL/ChartUserShapesFile.html +9 -4
- data/rdoc/RubyXL/Chartsheet.html +9 -4
- data/rdoc/RubyXL/ChartsheetPageSetup.html +9 -4
- data/rdoc/RubyXL/ChartsheetProperties.html +9 -4
- data/rdoc/RubyXL/ChartsheetProtection.html +9 -4
- data/rdoc/RubyXL/ChartsheetView.html +9 -4
- data/rdoc/RubyXL/ChartsheetViews.html +9 -4
- data/rdoc/RubyXL/Color.html +9 -4
- data/rdoc/RubyXL/ColorConvenienceClasses.html +9 -4
- data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +11 -6
- data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +14 -7
- data/rdoc/RubyXL/ColorConvenienceMethods.html +9 -4
- data/rdoc/RubyXL/ColorFilter.html +9 -4
- data/rdoc/RubyXL/ColorScale.html +9 -4
- data/rdoc/RubyXL/ColorSet.html +9 -4
- data/rdoc/RubyXL/Colors.html +9 -4
- data/rdoc/RubyXL/ColumnRange.html +9 -4
- data/rdoc/RubyXL/ColumnRanges.html +9 -4
- data/rdoc/RubyXL/Comment.html +9 -4
- data/rdoc/RubyXL/CommentList.html +9 -4
- data/rdoc/RubyXL/CommentsFile.html +9 -4
- data/rdoc/RubyXL/ConditionalFormatValue.html +9 -4
- data/rdoc/RubyXL/ConditionalFormatting.html +9 -4
- data/rdoc/RubyXL/ConditionalFormattingRule.html +9 -4
- data/rdoc/RubyXL/Connection.html +9 -4
- data/rdoc/RubyXL/ConnectionTable.html +9 -4
- data/rdoc/RubyXL/ConnectionTables.html +9 -4
- data/rdoc/RubyXL/ConnectionTextField.html +9 -4
- data/rdoc/RubyXL/ConnectionTextFields.html +9 -4
- data/rdoc/RubyXL/Connections.html +9 -4
- data/rdoc/RubyXL/ContentTypeDefault.html +9 -4
- data/rdoc/RubyXL/ContentTypeOverride.html +9 -4
- data/rdoc/RubyXL/ContentTypes.html +9 -4
- data/rdoc/RubyXL/ControlPropertiesFile.html +14 -4
- data/rdoc/RubyXL/CorePropertiesFile.html +11 -6
- data/rdoc/RubyXL/CustomColor.html +9 -4
- data/rdoc/RubyXL/CustomColorList.html +9 -4
- data/rdoc/RubyXL/CustomFilter.html +9 -4
- data/rdoc/RubyXL/CustomFilters.html +9 -4
- data/rdoc/RubyXL/CustomGeometry.html +9 -4
- data/rdoc/RubyXL/CustomProperties.html +9 -4
- data/rdoc/RubyXL/CustomPropertiesFile.html +9 -4
- data/rdoc/RubyXL/CustomProperty.html +9 -4
- data/rdoc/RubyXL/CustomPropertyFile.html +9 -4
- data/rdoc/RubyXL/CustomSheetView.html +9 -4
- data/rdoc/RubyXL/CustomSheetViews.html +9 -4
- data/rdoc/RubyXL/CustomWorkbookView.html +9 -4
- data/rdoc/RubyXL/CustomWorkbookViews.html +9 -4
- data/rdoc/RubyXL/CustomXMLFile.html +9 -4
- data/rdoc/RubyXL/DXF.html +9 -4
- data/rdoc/RubyXL/DXFs.html +9 -4
- data/rdoc/RubyXL/DataBar.html +9 -4
- data/rdoc/RubyXL/DataConsolidate.html +9 -4
- data/rdoc/RubyXL/DataConsolidationReference.html +9 -4
- data/rdoc/RubyXL/DataConsolidationReferences.html +9 -4
- data/rdoc/RubyXL/DataType.html +9 -4
- data/rdoc/RubyXL/DataValidation.html +9 -4
- data/rdoc/RubyXL/DataValidations.html +9 -4
- data/rdoc/RubyXL/DateGroupItem.html +9 -4
- data/rdoc/RubyXL/DefinedName.html +9 -4
- data/rdoc/RubyXL/DefinedNameExt.html +9 -4
- data/rdoc/RubyXL/DefinedNames.html +9 -4
- data/rdoc/RubyXL/DefinedNamesExt.html +9 -4
- data/rdoc/RubyXL/DocumentPropertiesFile.html +9 -4
- data/rdoc/RubyXL/DrawingFile.html +9 -4
- data/rdoc/RubyXL/DynamicFilter.html +9 -4
- data/rdoc/RubyXL/EmbeddedControl.html +9 -4
- data/rdoc/RubyXL/EmbeddedControls.html +9 -4
- data/rdoc/RubyXL/Extension.html +9 -4
- data/rdoc/RubyXL/ExtensionStorageArea.html +9 -4
- data/rdoc/RubyXL/Extents.html +9 -4
- data/rdoc/RubyXL/ExternalBook.html +9 -4
- data/rdoc/RubyXL/ExternalLinksFile.html +9 -4
- data/rdoc/RubyXL/ExternalReference.html +9 -4
- data/rdoc/RubyXL/ExternalReferences.html +9 -4
- data/rdoc/RubyXL/ExtraColorSchemeList.html +9 -4
- data/rdoc/RubyXL/FieldItem.html +9 -4
- data/rdoc/RubyXL/FileRecoveryProperties.html +9 -4
- data/rdoc/RubyXL/FileSharing.html +9 -4
- data/rdoc/RubyXL/FileVersion.html +9 -4
- data/rdoc/RubyXL/Fill.html +9 -4
- data/rdoc/RubyXL/Fills.html +9 -4
- data/rdoc/RubyXL/FilterContainer.html +9 -4
- data/rdoc/RubyXL/FloatNode.html +9 -4
- data/rdoc/RubyXL/FloatValue.html +9 -4
- data/rdoc/RubyXL/Font.html +9 -4
- data/rdoc/RubyXL/FontConvenienceMethods.html +9 -4
- data/rdoc/RubyXL/FontScheme.html +9 -4
- data/rdoc/RubyXL/Fonts.html +9 -4
- data/rdoc/RubyXL/Formula.html +9 -4
- data/rdoc/RubyXL/FunctionGroup.html +9 -4
- data/rdoc/RubyXL/FunctionGroups.html +9 -4
- data/rdoc/RubyXL/GenericStorageObject.html +9 -4
- data/rdoc/RubyXL/GradientFill.html +9 -4
- data/rdoc/RubyXL/HeaderFooterSettings.html +9 -4
- data/rdoc/RubyXL/Hyperlink.html +9 -4
- data/rdoc/RubyXL/HyperlinkRelFile.html +9 -4
- data/rdoc/RubyXL/Hyperlinks.html +9 -4
- data/rdoc/RubyXL/IconFilter.html +9 -4
- data/rdoc/RubyXL/IconSet.html +9 -4
- data/rdoc/RubyXL/IgnoredError.html +9 -4
- data/rdoc/RubyXL/IgnoredErrors.html +9 -4
- data/rdoc/RubyXL/IndexedColors.html +9 -4
- data/rdoc/RubyXL/InputCells.html +9 -4
- data/rdoc/RubyXL/IntegerNode.html +9 -4
- data/rdoc/RubyXL/IntegerValue.html +9 -4
- data/rdoc/RubyXL/LegacyCell.html +9 -4
- data/rdoc/RubyXL/LegacyWorksheet.html +11 -4
- data/rdoc/RubyXL/MRUColors.html +9 -4
- data/rdoc/RubyXL/MacrosFile.html +9 -4
- data/rdoc/RubyXL/MergedCell.html +9 -4
- data/rdoc/RubyXL/MergedCells.html +9 -4
- data/rdoc/RubyXL/NumFmt.html +9 -4
- data/rdoc/RubyXL/NumberFormat.html +9 -4
- data/rdoc/RubyXL/NumberFormats.html +9 -4
- data/rdoc/RubyXL/OLEObject.html +9 -4
- data/rdoc/RubyXL/OLEObjectFile.html +9 -4
- data/rdoc/RubyXL/OLEObjects.html +9 -4
- data/rdoc/RubyXL/OLESize.html +9 -4
- data/rdoc/RubyXL/OOXMLContainerObject.html +15 -10
- data/rdoc/RubyXL/OOXMLIgnored.html +9 -4
- data/rdoc/RubyXL/OOXMLObject.html +9 -4
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +9 -4
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +17 -7
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +9 -4
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +14 -9
- data/rdoc/RubyXL/OdbcOleDbProperties.html +9 -4
- data/rdoc/RubyXL/Offset.html +9 -4
- data/rdoc/RubyXL/OlapProperties.html +9 -4
- data/rdoc/RubyXL/OutlineProperties.html +9 -4
- data/rdoc/RubyXL/PageMargins.html +9 -4
- data/rdoc/RubyXL/PageSetup.html +9 -4
- data/rdoc/RubyXL/PageSetupProperties.html +9 -4
- data/rdoc/RubyXL/Pane.html +9 -4
- data/rdoc/RubyXL/Parser.html +9 -4
- data/rdoc/RubyXL/PatternFill.html +9 -4
- data/rdoc/RubyXL/PhoneticProperties.html +9 -4
- data/rdoc/RubyXL/PhoneticRun.html +9 -4
- data/rdoc/RubyXL/PivotArea.html +9 -4
- data/rdoc/RubyXL/PivotCache.html +9 -4
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +9 -4
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +9 -4
- data/rdoc/RubyXL/PivotCaches.html +9 -4
- data/rdoc/RubyXL/PivotReference.html +9 -4
- data/rdoc/RubyXL/PivotReferences.html +9 -4
- data/rdoc/RubyXL/PivotTableFile.html +9 -4
- data/rdoc/RubyXL/PivotTableSelection.html +9 -4
- data/rdoc/RubyXL/PresetGeometry.html +9 -4
- data/rdoc/RubyXL/PrintOptions.html +9 -4
- data/rdoc/RubyXL/PrinterSettingsFile.html +9 -4
- data/rdoc/RubyXL/ProtectedRange.html +9 -4
- data/rdoc/RubyXL/ProtectedRanges.html +9 -4
- data/rdoc/RubyXL/Protection.html +9 -4
- data/rdoc/RubyXL/QueryParameter.html +9 -4
- data/rdoc/RubyXL/QueryParameters.html +9 -4
- data/rdoc/RubyXL/QueryTable.html +9 -4
- data/rdoc/RubyXL/QueryTableDeletedField.html +9 -4
- data/rdoc/RubyXL/QueryTableDeletedFields.html +9 -4
- data/rdoc/RubyXL/QueryTableField.html +9 -4
- data/rdoc/RubyXL/QueryTableFields.html +9 -4
- data/rdoc/RubyXL/QueryTableRefresh.html +9 -4
- data/rdoc/RubyXL/RID.html +9 -4
- data/rdoc/RubyXL/RawOOXML.html +9 -4
- data/rdoc/RubyXL/Reference.html +9 -4
- data/rdoc/RubyXL/Relationship.html +9 -4
- data/rdoc/RubyXL/RelationshipSupport.html +9 -4
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +9 -4
- data/rdoc/RubyXL/RevisionPointer.html +9 -4
- data/rdoc/RubyXL/RichText.html +10 -5
- data/rdoc/RubyXL/RichTextRun.html +9 -4
- data/rdoc/RubyXL/Row.html +9 -4
- data/rdoc/RubyXL/RowExt.html +9 -4
- data/rdoc/RubyXL/RunProperties.html +9 -4
- data/rdoc/RubyXL/Scenario.html +9 -4
- data/rdoc/RubyXL/Scenarios.html +9 -4
- data/rdoc/RubyXL/Selection.html +9 -4
- data/rdoc/RubyXL/ShapeGuide.html +9 -4
- data/rdoc/RubyXL/ShapeTextRectangle.html +9 -4
- data/rdoc/RubyXL/SharedStringsTable.html +9 -4
- data/rdoc/RubyXL/Sheet.html +9 -4
- data/rdoc/RubyXL/SheetCalculationProperties.html +9 -4
- data/rdoc/RubyXL/SheetData.html +9 -4
- data/rdoc/RubyXL/SheetDataExt.html +9 -4
- data/rdoc/RubyXL/SheetDataSet.html +9 -4
- data/rdoc/RubyXL/SheetName.html +9 -4
- data/rdoc/RubyXL/SheetNames.html +9 -4
- data/rdoc/RubyXL/Sheets.html +9 -4
- data/rdoc/RubyXL/SlicerCacheFile.html +9 -4
- data/rdoc/RubyXL/SlicerFile.html +9 -4
- data/rdoc/RubyXL/SmartTagProperties.html +9 -4
- data/rdoc/RubyXL/SmartTagType.html +9 -4
- data/rdoc/RubyXL/SmartTagTypes.html +9 -4
- data/rdoc/RubyXL/SmartTags.html +9 -4
- data/rdoc/RubyXL/SortCondition.html +9 -4
- data/rdoc/RubyXL/SortState.html +9 -4
- data/rdoc/RubyXL/Sqref.html +9 -4
- data/rdoc/RubyXL/Stop.html +9 -4
- data/rdoc/RubyXL/StringNode.html +9 -4
- data/rdoc/RubyXL/StringNodeW3C.html +9 -4
- data/rdoc/RubyXL/StringValue.html +9 -4
- data/rdoc/RubyXL/Stylesheet.html +9 -4
- data/rdoc/RubyXL/TableFile.html +9 -4
- data/rdoc/RubyXL/TableParts.html +9 -4
- data/rdoc/RubyXL/TableStyle.html +9 -4
- data/rdoc/RubyXL/TableStyles.html +9 -4
- data/rdoc/RubyXL/Text.html +9 -4
- data/rdoc/RubyXL/TextImportSettings.html +9 -4
- data/rdoc/RubyXL/Theme.html +9 -4
- data/rdoc/RubyXL/ThemeElements.html +9 -4
- data/rdoc/RubyXL/ThumbnailFile.html +9 -4
- data/rdoc/RubyXL/Top10.html +9 -4
- data/rdoc/RubyXL/VMLDrawingFile.html +9 -4
- data/rdoc/RubyXL/Variant.html +9 -4
- data/rdoc/RubyXL/Vector.html +9 -4
- data/rdoc/RubyXL/VectorValue.html +9 -4
- data/rdoc/RubyXL/VisualProperties.html +9 -4
- data/rdoc/RubyXL/WebPublishObject.html +9 -4
- data/rdoc/RubyXL/WebPublishObjects.html +9 -4
- data/rdoc/RubyXL/WebPublishingItem.html +9 -4
- data/rdoc/RubyXL/WebPublishingItems.html +9 -4
- data/rdoc/RubyXL/WebPublishingProperties.html +9 -4
- data/rdoc/RubyXL/WebQueryProperties.html +9 -4
- data/rdoc/RubyXL/Workbook.html +33 -25
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +9 -4
- data/rdoc/RubyXL/WorkbookProperties.html +9 -4
- data/rdoc/RubyXL/WorkbookProtection.html +9 -4
- data/rdoc/RubyXL/WorkbookRoot.html +9 -4
- data/rdoc/RubyXL/WorkbookView.html +9 -4
- data/rdoc/RubyXL/WorkbookViews.html +9 -4
- data/rdoc/RubyXL/Worksheet.html +9 -4
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +52 -4
- data/rdoc/RubyXL/WorksheetDimensions.html +9 -4
- data/rdoc/RubyXL/WorksheetFormatProperties.html +9 -4
- data/rdoc/RubyXL/WorksheetProperties.html +9 -4
- data/rdoc/RubyXL/WorksheetProtection.html +9 -4
- data/rdoc/RubyXL/WorksheetView.html +9 -4
- data/rdoc/RubyXL/WorksheetViews.html +9 -4
- data/rdoc/RubyXL/XF.html +9 -4
- data/rdoc/created.rid +14 -14
- data/rdoc/css/rdoc.css +35 -6
- data/rdoc/index.html +11 -5
- data/rdoc/js/darkfish.js +22 -99
- data/rdoc/js/navigation.js +4 -40
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search.js +32 -31
- data/rdoc/js/search_index.js +1 -1
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js +6 -6
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +821 -5
- data/rubyXL.gemspec +17 -28
- data/spec/lib/cell_spec.rb +26 -2
- data/spec/lib/rgb_color_spec.rb +16 -0
- metadata +6 -8
- data/rdoc/js/jquery.js +0 -4
- data/test/output/test.xlsx +0 -0
|
@@ -4,21 +4,25 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::WebPublishObject - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::WebPublishObject - rubyXL 3.4.15</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
11
11
|
var index_rel_prefix = "../";
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<script src="../js/
|
|
15
|
-
<script src="../js/
|
|
14
|
+
<script src="../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../js/search.js" defer></script>
|
|
16
|
+
<script src="../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../js/darkfish.js" defer></script>
|
|
16
19
|
|
|
17
20
|
<link href="../css/fonts.css" rel="stylesheet">
|
|
18
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
|
|
22
26
|
<body id="top" role="document" class="class">
|
|
23
27
|
<nav role="navigation">
|
|
24
28
|
<div id="project-navigation">
|
|
@@ -92,12 +96,13 @@
|
|
|
92
96
|
|
|
93
97
|
|
|
94
98
|
</section>
|
|
99
|
+
|
|
95
100
|
</main>
|
|
96
101
|
|
|
97
102
|
|
|
98
103
|
<footer id="validator-badges" role="contentinfo">
|
|
99
104
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
100
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
|
105
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
101
106
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
102
107
|
</footer>
|
|
103
108
|
|
|
@@ -4,21 +4,25 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::WebPublishObjects - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::WebPublishObjects - rubyXL 3.4.15</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
11
11
|
var index_rel_prefix = "../";
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<script src="../js/
|
|
15
|
-
<script src="../js/
|
|
14
|
+
<script src="../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../js/search.js" defer></script>
|
|
16
|
+
<script src="../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../js/darkfish.js" defer></script>
|
|
16
19
|
|
|
17
20
|
<link href="../css/fonts.css" rel="stylesheet">
|
|
18
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
|
|
22
26
|
<body id="top" role="document" class="class">
|
|
23
27
|
<nav role="navigation">
|
|
24
28
|
<div id="project-navigation">
|
|
@@ -92,12 +96,13 @@
|
|
|
92
96
|
|
|
93
97
|
|
|
94
98
|
</section>
|
|
99
|
+
|
|
95
100
|
</main>
|
|
96
101
|
|
|
97
102
|
|
|
98
103
|
<footer id="validator-badges" role="contentinfo">
|
|
99
104
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
100
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
|
105
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
101
106
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
102
107
|
</footer>
|
|
103
108
|
|
|
@@ -4,21 +4,25 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::WebPublishingItem - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::WebPublishingItem - rubyXL 3.4.15</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
11
11
|
var index_rel_prefix = "../";
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<script src="../js/
|
|
15
|
-
<script src="../js/
|
|
14
|
+
<script src="../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../js/search.js" defer></script>
|
|
16
|
+
<script src="../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../js/darkfish.js" defer></script>
|
|
16
19
|
|
|
17
20
|
<link href="../css/fonts.css" rel="stylesheet">
|
|
18
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
|
|
22
26
|
<body id="top" role="document" class="class">
|
|
23
27
|
<nav role="navigation">
|
|
24
28
|
<div id="project-navigation">
|
|
@@ -92,12 +96,13 @@
|
|
|
92
96
|
|
|
93
97
|
|
|
94
98
|
</section>
|
|
99
|
+
|
|
95
100
|
</main>
|
|
96
101
|
|
|
97
102
|
|
|
98
103
|
<footer id="validator-badges" role="contentinfo">
|
|
99
104
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
100
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
|
105
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
101
106
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
102
107
|
</footer>
|
|
103
108
|
|
|
@@ -4,21 +4,25 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::WebPublishingItems - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::WebPublishingItems - rubyXL 3.4.15</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
11
11
|
var index_rel_prefix = "../";
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<script src="../js/
|
|
15
|
-
<script src="../js/
|
|
14
|
+
<script src="../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../js/search.js" defer></script>
|
|
16
|
+
<script src="../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../js/darkfish.js" defer></script>
|
|
16
19
|
|
|
17
20
|
<link href="../css/fonts.css" rel="stylesheet">
|
|
18
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
|
|
22
26
|
<body id="top" role="document" class="class">
|
|
23
27
|
<nav role="navigation">
|
|
24
28
|
<div id="project-navigation">
|
|
@@ -92,12 +96,13 @@
|
|
|
92
96
|
|
|
93
97
|
|
|
94
98
|
</section>
|
|
99
|
+
|
|
95
100
|
</main>
|
|
96
101
|
|
|
97
102
|
|
|
98
103
|
<footer id="validator-badges" role="contentinfo">
|
|
99
104
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
100
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
|
105
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
101
106
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
102
107
|
</footer>
|
|
103
108
|
|
|
@@ -4,21 +4,25 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::WebPublishingProperties - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::WebPublishingProperties - rubyXL 3.4.15</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
11
11
|
var index_rel_prefix = "../";
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<script src="../js/
|
|
15
|
-
<script src="../js/
|
|
14
|
+
<script src="../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../js/search.js" defer></script>
|
|
16
|
+
<script src="../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../js/darkfish.js" defer></script>
|
|
16
19
|
|
|
17
20
|
<link href="../css/fonts.css" rel="stylesheet">
|
|
18
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
|
|
22
26
|
<body id="top" role="document" class="class">
|
|
23
27
|
<nav role="navigation">
|
|
24
28
|
<div id="project-navigation">
|
|
@@ -92,12 +96,13 @@
|
|
|
92
96
|
|
|
93
97
|
|
|
94
98
|
</section>
|
|
99
|
+
|
|
95
100
|
</main>
|
|
96
101
|
|
|
97
102
|
|
|
98
103
|
<footer id="validator-badges" role="contentinfo">
|
|
99
104
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
100
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
|
105
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
101
106
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
102
107
|
</footer>
|
|
103
108
|
|
|
@@ -4,21 +4,25 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::WebQueryProperties - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::WebQueryProperties - rubyXL 3.4.15</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
11
11
|
var index_rel_prefix = "../";
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<script src="../js/
|
|
15
|
-
<script src="../js/
|
|
14
|
+
<script src="../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../js/search.js" defer></script>
|
|
16
|
+
<script src="../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../js/darkfish.js" defer></script>
|
|
16
19
|
|
|
17
20
|
<link href="../css/fonts.css" rel="stylesheet">
|
|
18
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
|
|
22
26
|
<body id="top" role="document" class="class">
|
|
23
27
|
<nav role="navigation">
|
|
24
28
|
<div id="project-navigation">
|
|
@@ -92,12 +96,13 @@
|
|
|
92
96
|
|
|
93
97
|
|
|
94
98
|
</section>
|
|
99
|
+
|
|
95
100
|
</main>
|
|
96
101
|
|
|
97
102
|
|
|
98
103
|
<footer id="validator-badges" role="contentinfo">
|
|
99
104
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
100
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
|
105
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
101
106
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
102
107
|
</footer>
|
|
103
108
|
|
data/rdoc/RubyXL/Workbook.html
CHANGED
|
@@ -4,21 +4,25 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
|
-
<title>class RubyXL::Workbook - rubyXL 3.4.
|
|
7
|
+
<title>class RubyXL::Workbook - rubyXL 3.4.15</title>
|
|
8
8
|
|
|
9
9
|
<script type="text/javascript">
|
|
10
10
|
var rdoc_rel_prefix = "../";
|
|
11
11
|
var index_rel_prefix = "../";
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<script src="../js/
|
|
15
|
-
<script src="../js/
|
|
14
|
+
<script src="../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../js/search.js" defer></script>
|
|
16
|
+
<script src="../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../js/darkfish.js" defer></script>
|
|
16
19
|
|
|
17
20
|
<link href="../css/fonts.css" rel="stylesheet">
|
|
18
21
|
<link href="../css/rdoc.css" rel="stylesheet">
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
|
|
22
26
|
<body id="top" role="document" class="class">
|
|
23
27
|
<nav role="navigation">
|
|
24
28
|
<div id="project-navigation">
|
|
@@ -303,7 +307,7 @@
|
|
|
303
307
|
|
|
304
308
|
|
|
305
309
|
<div class="method-source-code" id="new-source">
|
|
306
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
310
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 443</span>
|
|
307
311
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">worksheets</span> = [], <span class="ruby-identifier">src_file_path</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">creator</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">modifier</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">created_at</span> = <span class="ruby-keyword">nil</span>,
|
|
308
312
|
<span class="ruby-identifier">company</span> = <span class="ruby-string">''</span>, <span class="ruby-identifier">application</span> = <span class="ruby-constant">APPLICATION</span>, <span class="ruby-identifier">appversion</span> = <span class="ruby-constant">APPVERSION</span>, <span class="ruby-identifier">date1904</span> = <span class="ruby-value">0</span>,
|
|
309
313
|
<span class="ruby-identifier">is_template</span> = <span class="ruby-keyword">false</span>)
|
|
@@ -370,7 +374,7 @@
|
|
|
370
374
|
|
|
371
375
|
|
|
372
376
|
<div class="method-source-code" id="5B-5D-source">
|
|
373
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
377
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 476</span>
|
|
374
378
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">[]</span>(<span class="ruby-identifier">ind</span>)
|
|
375
379
|
<span class="ruby-keyword">case</span> <span class="ruby-identifier">ind</span>
|
|
376
380
|
<span class="ruby-keyword">when</span> <span class="ruby-constant">Integer</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">worksheets</span>[<span class="ruby-identifier">ind</span>]
|
|
@@ -408,7 +412,7 @@
|
|
|
408
412
|
|
|
409
413
|
|
|
410
414
|
<div class="method-source-code" id="add_worksheet-source">
|
|
411
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
415
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 486</span>
|
|
412
416
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">add_worksheet</span>(<span class="ruby-identifier">name</span> = <span class="ruby-keyword">nil</span>)
|
|
413
417
|
<span class="ruby-keyword">if</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-keyword">then</span>
|
|
414
418
|
<span class="ruby-identifier">n</span> = <span class="ruby-value">0</span>
|
|
@@ -451,7 +455,7 @@
|
|
|
451
455
|
|
|
452
456
|
|
|
453
457
|
<div class="method-source-code" id="application-source">
|
|
454
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
458
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 525</span>
|
|
455
459
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">application</span>
|
|
456
460
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span>.<span class="ruby-identifier">value</span>
|
|
457
461
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -484,7 +488,7 @@
|
|
|
484
488
|
|
|
485
489
|
|
|
486
490
|
<div class="method-source-code" id="application-3D-source">
|
|
487
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
491
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 529</span>
|
|
488
492
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">application=</span>(<span class="ruby-identifier">v</span>)
|
|
489
493
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">StringNode</span>.<span class="ruby-identifier">new</span>
|
|
490
494
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span>.<span class="ruby-identifier">value</span> = <span class="ruby-identifier">v</span>
|
|
@@ -518,7 +522,7 @@
|
|
|
518
522
|
|
|
519
523
|
|
|
520
524
|
<div class="method-source-code" id="appversion-source">
|
|
521
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
525
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 534</span>
|
|
522
526
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">appversion</span>
|
|
523
527
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span>.<span class="ruby-identifier">value</span>
|
|
524
528
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -551,7 +555,7 @@
|
|
|
551
555
|
|
|
552
556
|
|
|
553
557
|
<div class="method-source-code" id="appversion-3D-source">
|
|
554
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
558
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 538</span>
|
|
555
559
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">appversion=</span>(<span class="ruby-identifier">v</span>)
|
|
556
560
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">StringNode</span>.<span class="ruby-identifier">new</span>
|
|
557
561
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span>.<span class="ruby-identifier">value</span> = <span class="ruby-identifier">v</span>
|
|
@@ -633,7 +637,7 @@
|
|
|
633
637
|
|
|
634
638
|
|
|
635
639
|
<div class="method-source-code" id="company-source">
|
|
636
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
640
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 516</span>
|
|
637
641
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">company</span>
|
|
638
642
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span>.<span class="ruby-identifier">value</span>
|
|
639
643
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -666,7 +670,7 @@
|
|
|
666
670
|
|
|
667
671
|
|
|
668
672
|
<div class="method-source-code" id="company-3D-source">
|
|
669
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
673
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 520</span>
|
|
670
674
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">company=</span>(<span class="ruby-identifier">v</span>)
|
|
671
675
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">StringNode</span>.<span class="ruby-identifier">new</span>
|
|
672
676
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span>.<span class="ruby-identifier">value</span> = <span class="ruby-identifier">v</span>
|
|
@@ -736,7 +740,7 @@
|
|
|
736
740
|
|
|
737
741
|
|
|
738
742
|
<div class="method-source-code" id="created_at-source">
|
|
739
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
743
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 500</span>
|
|
740
744
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">created_at</span>
|
|
741
745
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">created_at</span>
|
|
742
746
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -769,7 +773,7 @@
|
|
|
769
773
|
|
|
770
774
|
|
|
771
775
|
<div class="method-source-code" id="created_at-3D-source">
|
|
772
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
776
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 504</span>
|
|
773
777
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">created_at=</span>(<span class="ruby-identifier">v</span>)
|
|
774
778
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">created_at</span> = <span class="ruby-identifier">v</span>
|
|
775
779
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -802,7 +806,7 @@
|
|
|
802
806
|
|
|
803
807
|
|
|
804
808
|
<div class="method-source-code" id="creator-source">
|
|
805
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
809
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 543</span>
|
|
806
810
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">creator</span>
|
|
807
811
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">creator</span>
|
|
808
812
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -835,7 +839,7 @@
|
|
|
835
839
|
|
|
836
840
|
|
|
837
841
|
<div class="method-source-code" id="creator-3D-source">
|
|
838
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
842
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 547</span>
|
|
839
843
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">creator=</span>(<span class="ruby-identifier">v</span>)
|
|
840
844
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">creator</span> = <span class="ruby-identifier">v</span>
|
|
841
845
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -868,7 +872,7 @@
|
|
|
868
872
|
|
|
869
873
|
|
|
870
874
|
<div class="method-source-code" id="date1904-source">
|
|
871
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
875
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 559</span>
|
|
872
876
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date1904</span>
|
|
873
877
|
<span class="ruby-identifier">workbook_properties</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">workbook_properties</span>.<span class="ruby-identifier">date1904</span>
|
|
874
878
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -901,7 +905,7 @@
|
|
|
901
905
|
|
|
902
906
|
|
|
903
907
|
<div class="method-source-code" id="date1904-3D-source">
|
|
904
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
908
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 563</span>
|
|
905
909
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date1904=</span>(<span class="ruby-identifier">v</span>)
|
|
906
910
|
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">workbook_properties</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">WorkbookProperties</span>.<span class="ruby-identifier">new</span>
|
|
907
911
|
<span class="ruby-identifier">workbook_properties</span>.<span class="ruby-identifier">date1904</span> = <span class="ruby-identifier">v</span>
|
|
@@ -937,7 +941,10 @@
|
|
|
937
941
|
<div class="method-source-code" id="date_to_num-source">
|
|
938
942
|
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 422</span>
|
|
939
943
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date_to_num</span>(<span class="ruby-identifier">date</span>)
|
|
940
|
-
<span class="ruby-
|
|
944
|
+
<span class="ruby-keyword">case</span> <span class="ruby-identifier">date</span>
|
|
945
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Date</span>, <span class="ruby-constant">DateTime</span> <span class="ruby-keyword">then</span> (<span class="ruby-identifier">date</span>.<span class="ruby-identifier">ajd</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">base_date</span>().<span class="ruby-identifier">ajd</span>).<span class="ruby-identifier">to_f</span>
|
|
946
|
+
<span class="ruby-keyword">when</span> <span class="ruby-constant">Time</span> <span class="ruby-keyword">then</span> ((<span class="ruby-identifier">date</span>.<span class="ruby-identifier">to_r</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">base_date</span>().<span class="ruby-identifier">to_time</span>.<span class="ruby-identifier">to_r</span>) <span class="ruby-operator">/</span> <span class="ruby-value">86400</span>).<span class="ruby-identifier">to_f</span>
|
|
947
|
+
<span class="ruby-keyword">end</span>
|
|
941
948
|
<span class="ruby-keyword">end</span></pre>
|
|
942
949
|
</div>
|
|
943
950
|
|
|
@@ -968,7 +975,7 @@
|
|
|
968
975
|
|
|
969
976
|
|
|
970
977
|
<div class="method-source-code" id="modified_at-source">
|
|
971
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
978
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 508</span>
|
|
972
979
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modified_at</span>
|
|
973
980
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modified_at</span>
|
|
974
981
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -1001,7 +1008,7 @@
|
|
|
1001
1008
|
|
|
1002
1009
|
|
|
1003
1010
|
<div class="method-source-code" id="modified_at-3D-source">
|
|
1004
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
1011
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 512</span>
|
|
1005
1012
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modified_at=</span>(<span class="ruby-identifier">v</span>)
|
|
1006
1013
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modified_at</span> = <span class="ruby-identifier">v</span>
|
|
1007
1014
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -1034,7 +1041,7 @@
|
|
|
1034
1041
|
|
|
1035
1042
|
|
|
1036
1043
|
<div class="method-source-code" id="modifier-source">
|
|
1037
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
1044
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 551</span>
|
|
1038
1045
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modifier</span>
|
|
1039
1046
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modifier</span>
|
|
1040
1047
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -1067,7 +1074,7 @@
|
|
|
1067
1074
|
|
|
1068
1075
|
|
|
1069
1076
|
<div class="method-source-code" id="modifier-3D-source">
|
|
1070
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
1077
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 555</span>
|
|
1071
1078
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modifier=</span>(<span class="ruby-identifier">v</span>)
|
|
1072
1079
|
<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modifier</span> = <span class="ruby-identifier">v</span>
|
|
1073
1080
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -1100,7 +1107,7 @@
|
|
|
1100
1107
|
|
|
1101
1108
|
|
|
1102
1109
|
<div class="method-source-code" id="num_to_date-source">
|
|
1103
|
-
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line
|
|
1110
|
+
<pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 429</span>
|
|
1104
1111
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">num_to_date</span>(<span class="ruby-identifier">num</span>)
|
|
1105
1112
|
<span class="ruby-comment"># Bug-for-bug Excel compatibility (https://support.microsoft.com/kb/214058/)</span>
|
|
1106
1113
|
<span class="ruby-keyword">if</span> <span class="ruby-identifier">num</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">num</span> <span class="ruby-operator"><</span> <span class="ruby-constant">MARCH_1_1900</span> <span class="ruby-keyword">then</span>
|
|
@@ -1295,12 +1302,13 @@
|
|
|
1295
1302
|
</section>
|
|
1296
1303
|
|
|
1297
1304
|
</section>
|
|
1305
|
+
|
|
1298
1306
|
</main>
|
|
1299
1307
|
|
|
1300
1308
|
|
|
1301
1309
|
<footer id="validator-badges" role="contentinfo">
|
|
1302
1310
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
1303
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
|
1311
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
1304
1312
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
1305
1313
|
</footer>
|
|
1306
1314
|
|