rubyXL-ptr 3.3.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +17 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +229 -0
- data/Rakefile +103 -0
- data/VERSION +1 -0
- data/lib/rubyXL.rb +12 -0
- data/lib/rubyXL/cell.rb +54 -0
- data/lib/rubyXL/convenience_methods.rb +1122 -0
- data/lib/rubyXL/objects/border.rb +74 -0
- data/lib/rubyXL/objects/calculation_chain.rb +31 -0
- data/lib/rubyXL/objects/cell_style.rb +65 -0
- data/lib/rubyXL/objects/chartsheet.rb +92 -0
- data/lib/rubyXL/objects/color.rb +27 -0
- data/lib/rubyXL/objects/column_range.rb +92 -0
- data/lib/rubyXL/objects/comments.rb +47 -0
- data/lib/rubyXL/objects/container_nodes.rb +135 -0
- data/lib/rubyXL/objects/content_types.rb +77 -0
- data/lib/rubyXL/objects/data_validation.rb +37 -0
- data/lib/rubyXL/objects/document_properties.rb +159 -0
- data/lib/rubyXL/objects/extensions.rb +40 -0
- data/lib/rubyXL/objects/external_links.rb +85 -0
- data/lib/rubyXL/objects/fill.rb +55 -0
- data/lib/rubyXL/objects/filters.rb +120 -0
- data/lib/rubyXL/objects/font.rb +48 -0
- data/lib/rubyXL/objects/formula.rb +24 -0
- data/lib/rubyXL/objects/ooxml_object.rb +460 -0
- data/lib/rubyXL/objects/reference.rb +110 -0
- data/lib/rubyXL/objects/relationships.rb +213 -0
- data/lib/rubyXL/objects/root.rb +86 -0
- data/lib/rubyXL/objects/shared_strings.rb +70 -0
- data/lib/rubyXL/objects/sheet_common.rb +51 -0
- data/lib/rubyXL/objects/sheet_data.rb +188 -0
- data/lib/rubyXL/objects/simple_types.rb +232 -0
- data/lib/rubyXL/objects/storage.rb +182 -0
- data/lib/rubyXL/objects/stylesheet.rb +232 -0
- data/lib/rubyXL/objects/text.rb +94 -0
- data/lib/rubyXL/objects/theme.rb +1716 -0
- data/lib/rubyXL/objects/workbook.rb +464 -0
- data/lib/rubyXL/objects/worksheet.rb +748 -0
- data/lib/rubyXL/parser.rb +29 -0
- data/lib/rubyXL/worksheet.rb +105 -0
- data/rdoc/README_rdoc.html +475 -0
- data/rdoc/RubyXL.html +598 -0
- data/rdoc/RubyXL/AExtension.html +223 -0
- data/rdoc/RubyXL/AExtensionStorageArea.html +103 -0
- data/rdoc/RubyXL/ActiveX.html +182 -0
- data/rdoc/RubyXL/ActiveXBinary.html +117 -0
- data/rdoc/RubyXL/AdjustHandleList.html +106 -0
- data/rdoc/RubyXL/Alignment.html +106 -0
- data/rdoc/RubyXL/AlternateContent.html +103 -0
- data/rdoc/RubyXL/Authors.html +106 -0
- data/rdoc/RubyXL/AutoFilter.html +106 -0
- data/rdoc/RubyXL/AutoFilterColumn.html +106 -0
- data/rdoc/RubyXL/BinaryImageFile.html +122 -0
- data/rdoc/RubyXL/BodyProperties.html +106 -0
- data/rdoc/RubyXL/BooleanNode.html +103 -0
- data/rdoc/RubyXL/BooleanValue.html +103 -0
- data/rdoc/RubyXL/Border.html +275 -0
- data/rdoc/RubyXL/BorderEdge.html +189 -0
- data/rdoc/RubyXL/Borders.html +157 -0
- data/rdoc/RubyXL/Break.html +106 -0
- data/rdoc/RubyXL/BreakList.html +106 -0
- data/rdoc/RubyXL/CT_AdjPoint2D.html +106 -0
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +106 -0
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +106 -0
- data/rdoc/RubyXL/CT_Backdrop.html +106 -0
- data/rdoc/RubyXL/CT_Bevel.html +106 -0
- data/rdoc/RubyXL/CT_BiLevelEffect.html +106 -0
- data/rdoc/RubyXL/CT_BlendEffect.html +106 -0
- data/rdoc/RubyXL/CT_Blip.html +106 -0
- data/rdoc/RubyXL/CT_BlipFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_BlurEffect.html +106 -0
- data/rdoc/RubyXL/CT_Camera.html +106 -0
- data/rdoc/RubyXL/CT_Color.html +106 -0
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +106 -0
- data/rdoc/RubyXL/CT_ColorMapping.html +106 -0
- data/rdoc/RubyXL/CT_ColorScheme.html +106 -0
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +106 -0
- data/rdoc/RubyXL/CT_ConnectionSite.html +106 -0
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +106 -0
- data/rdoc/RubyXL/CT_DashStop.html +106 -0
- data/rdoc/RubyXL/CT_DashStopList.html +106 -0
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +106 -0
- data/rdoc/RubyXL/CT_DuotoneEffect.html +106 -0
- data/rdoc/RubyXL/CT_EffectContainer.html +106 -0
- data/rdoc/RubyXL/CT_EffectList.html +106 -0
- data/rdoc/RubyXL/CT_EffectReference.html +106 -0
- data/rdoc/RubyXL/CT_EffectStyleItem.html +106 -0
- data/rdoc/RubyXL/CT_EffectStyleList.html +106 -0
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +106 -0
- data/rdoc/RubyXL/CT_FillEffect.html +106 -0
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +106 -0
- data/rdoc/RubyXL/CT_FillStyleList.html +106 -0
- data/rdoc/RubyXL/CT_FlatText.html +106 -0
- data/rdoc/RubyXL/CT_FontCollection.html +106 -0
- data/rdoc/RubyXL/CT_FontReference.html +106 -0
- data/rdoc/RubyXL/CT_GeomGuideList.html +106 -0
- data/rdoc/RubyXL/CT_GlowEffect.html +106 -0
- data/rdoc/RubyXL/CT_GradientFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_GradientStop.html +106 -0
- data/rdoc/RubyXL/CT_GradientStopList.html +106 -0
- data/rdoc/RubyXL/CT_HSLEffect.html +106 -0
- data/rdoc/RubyXL/CT_HslColor.html +106 -0
- data/rdoc/RubyXL/CT_Hyperlink.html +106 -0
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_LightRig.html +106 -0
- data/rdoc/RubyXL/CT_LineEndProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineProperties.html +106 -0
- data/rdoc/RubyXL/CT_LineStyleList.html +106 -0
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +106 -0
- data/rdoc/RubyXL/CT_LuminanceEffect.html +106 -0
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +106 -0
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_Path2D.html +106 -0
- data/rdoc/RubyXL/CT_Path2DArcTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DList.html +106 -0
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +106 -0
- data/rdoc/RubyXL/CT_Path2DTo.html +106 -0
- data/rdoc/RubyXL/CT_PathShadeProperties.html +106 -0
- data/rdoc/RubyXL/CT_PatternFillProperties.html +106 -0
- data/rdoc/RubyXL/CT_Point3D.html +106 -0
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +106 -0
- data/rdoc/RubyXL/CT_PresetColor.html +106 -0
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +106 -0
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +106 -0
- data/rdoc/RubyXL/CT_PresetTextShape.html +106 -0
- data/rdoc/RubyXL/CT_ReflectionEffect.html +106 -0
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +106 -0
- data/rdoc/RubyXL/CT_RelativeRect.html +106 -0
- data/rdoc/RubyXL/CT_SRgbColor.html +106 -0
- data/rdoc/RubyXL/CT_ScRgbColor.html +106 -0
- data/rdoc/RubyXL/CT_Scene3D.html +106 -0
- data/rdoc/RubyXL/CT_SchemeColor.html +106 -0
- data/rdoc/RubyXL/CT_Shape3D.html +106 -0
- data/rdoc/RubyXL/CT_ShapeStyle.html +106 -0
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +106 -0
- data/rdoc/RubyXL/CT_SphereCoords.html +106 -0
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +106 -0
- data/rdoc/RubyXL/CT_StyleMatrix.html +106 -0
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +106 -0
- data/rdoc/RubyXL/CT_SupplementalFont.html +106 -0
- data/rdoc/RubyXL/CT_SystemColor.html +106 -0
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextBlipBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextCharBullet.html +106 -0
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +106 -0
- data/rdoc/RubyXL/CT_TextFont.html +106 -0
- data/rdoc/RubyXL/CT_TextListStyle.html +106 -0
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +106 -0
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +106 -0
- data/rdoc/RubyXL/CT_TextSpacing.html +106 -0
- data/rdoc/RubyXL/CT_TextTabStop.html +106 -0
- data/rdoc/RubyXL/CT_TextTabStopList.html +106 -0
- data/rdoc/RubyXL/CT_TileInfoProperties.html +106 -0
- data/rdoc/RubyXL/CT_TintEffect.html +106 -0
- data/rdoc/RubyXL/CT_Transform2D.html +106 -0
- data/rdoc/RubyXL/CT_TransformEffect.html +106 -0
- data/rdoc/RubyXL/CT_Vector3D.html +106 -0
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +106 -0
- data/rdoc/RubyXL/CalculationChain.html +176 -0
- data/rdoc/RubyXL/CalculationChainCell.html +106 -0
- data/rdoc/RubyXL/CalculationProperties.html +106 -0
- data/rdoc/RubyXL/Cell.html +558 -0
- data/rdoc/RubyXL/CellConvenienceMethods.html +1211 -0
- data/rdoc/RubyXL/CellExt.html +106 -0
- data/rdoc/RubyXL/CellSmartTag.html +106 -0
- data/rdoc/RubyXL/CellSmartTagProperty.html +106 -0
- data/rdoc/RubyXL/CellSmartTags.html +106 -0
- data/rdoc/RubyXL/CellStyle.html +106 -0
- data/rdoc/RubyXL/CellStyleXFs.html +157 -0
- data/rdoc/RubyXL/CellStyles.html +157 -0
- data/rdoc/RubyXL/CellValue.html +158 -0
- data/rdoc/RubyXL/CellWatch.html +106 -0
- data/rdoc/RubyXL/CellWatches.html +106 -0
- data/rdoc/RubyXL/CellXFs.html +161 -0
- data/rdoc/RubyXL/ChartColorsFile.html +122 -0
- data/rdoc/RubyXL/ChartFile.html +189 -0
- data/rdoc/RubyXL/ChartStyleFile.html +122 -0
- data/rdoc/RubyXL/ChartUserShapesFile.html +122 -0
- data/rdoc/RubyXL/Chartsheet.html +260 -0
- data/rdoc/RubyXL/ChartsheetPageSetup.html +106 -0
- data/rdoc/RubyXL/ChartsheetProperties.html +106 -0
- data/rdoc/RubyXL/ChartsheetProtection.html +106 -0
- data/rdoc/RubyXL/ChartsheetView.html +106 -0
- data/rdoc/RubyXL/ChartsheetViews.html +106 -0
- data/rdoc/RubyXL/Color.html +175 -0
- data/rdoc/RubyXL/ColorFilter.html +106 -0
- data/rdoc/RubyXL/ColorScale.html +106 -0
- data/rdoc/RubyXL/ColorSet.html +106 -0
- data/rdoc/RubyXL/Colors.html +106 -0
- data/rdoc/RubyXL/ColumnRange.html +245 -0
- data/rdoc/RubyXL/ColumnRanges.html +289 -0
- data/rdoc/RubyXL/Comment.html +106 -0
- data/rdoc/RubyXL/CommentList.html +106 -0
- data/rdoc/RubyXL/CommentsFile.html +197 -0
- data/rdoc/RubyXL/ConditionalFormatValue.html +106 -0
- data/rdoc/RubyXL/ConditionalFormatting.html +106 -0
- data/rdoc/RubyXL/ConditionalFormattingRule.html +106 -0
- data/rdoc/RubyXL/ContentTypeDefault.html +103 -0
- data/rdoc/RubyXL/ContentTypeOverride.html +103 -0
- data/rdoc/RubyXL/ContentTypes.html +248 -0
- data/rdoc/RubyXL/ControlPropertiesFile.html +117 -0
- data/rdoc/RubyXL/CorePropertiesFile.html +474 -0
- data/rdoc/RubyXL/CustomColor.html +106 -0
- data/rdoc/RubyXL/CustomColorList.html +106 -0
- data/rdoc/RubyXL/CustomFilter.html +106 -0
- data/rdoc/RubyXL/CustomFilters.html +106 -0
- data/rdoc/RubyXL/CustomGeometry.html +106 -0
- data/rdoc/RubyXL/CustomProperties.html +106 -0
- data/rdoc/RubyXL/CustomPropertiesFile.html +122 -0
- data/rdoc/RubyXL/CustomProperty.html +106 -0
- data/rdoc/RubyXL/CustomSheetView.html +106 -0
- data/rdoc/RubyXL/CustomSheetViews.html +106 -0
- data/rdoc/RubyXL/CustomWorkbookView.html +106 -0
- data/rdoc/RubyXL/CustomWorkbookViews.html +106 -0
- data/rdoc/RubyXL/CustomXMLFile.html +117 -0
- data/rdoc/RubyXL/DXF.html +106 -0
- data/rdoc/RubyXL/DXFs.html +106 -0
- data/rdoc/RubyXL/DataBar.html +106 -0
- data/rdoc/RubyXL/DataConsolidate.html +106 -0
- data/rdoc/RubyXL/DataConsolidationReference.html +106 -0
- data/rdoc/RubyXL/DataConsolidationReferences.html +106 -0
- data/rdoc/RubyXL/DataType.html +143 -0
- data/rdoc/RubyXL/DataValidation.html +106 -0
- data/rdoc/RubyXL/DataValidations.html +106 -0
- data/rdoc/RubyXL/DateGroupItem.html +106 -0
- data/rdoc/RubyXL/DefinedName.html +106 -0
- data/rdoc/RubyXL/DefinedNameExt.html +106 -0
- data/rdoc/RubyXL/DefinedNames.html +106 -0
- data/rdoc/RubyXL/DefinedNamesExt.html +106 -0
- data/rdoc/RubyXL/DocumentPropertiesFile.html +255 -0
- data/rdoc/RubyXL/DrawingFile.html +188 -0
- data/rdoc/RubyXL/DynamicFilter.html +106 -0
- data/rdoc/RubyXL/EmbeddedControl.html +106 -0
- data/rdoc/RubyXL/EmbeddedControls.html +106 -0
- data/rdoc/RubyXL/Extension.html +106 -0
- data/rdoc/RubyXL/ExtensionStorageArea.html +106 -0
- data/rdoc/RubyXL/Extents.html +106 -0
- data/rdoc/RubyXL/ExternalBook.html +106 -0
- data/rdoc/RubyXL/ExternalLinksFile.html +184 -0
- data/rdoc/RubyXL/ExternalReference.html +106 -0
- data/rdoc/RubyXL/ExternalReferences.html +106 -0
- data/rdoc/RubyXL/ExtraColorSchemeList.html +106 -0
- data/rdoc/RubyXL/FieldItem.html +106 -0
- data/rdoc/RubyXL/FileRecoveryProperties.html +106 -0
- data/rdoc/RubyXL/FileSharing.html +106 -0
- data/rdoc/RubyXL/FileVersion.html +106 -0
- data/rdoc/RubyXL/Fill.html +157 -0
- data/rdoc/RubyXL/Fills.html +157 -0
- data/rdoc/RubyXL/FilterContainer.html +106 -0
- data/rdoc/RubyXL/FloatNode.html +103 -0
- data/rdoc/RubyXL/FloatValue.html +103 -0
- data/rdoc/RubyXL/Font.html +184 -0
- data/rdoc/RubyXL/FontConvenienceMethods.html +603 -0
- data/rdoc/RubyXL/FontScheme.html +106 -0
- data/rdoc/RubyXL/Fonts.html +157 -0
- data/rdoc/RubyXL/Formula.html +106 -0
- data/rdoc/RubyXL/FunctionGroup.html +106 -0
- data/rdoc/RubyXL/FunctionGroups.html +106 -0
- data/rdoc/RubyXL/GenericStorageObject.html +298 -0
- data/rdoc/RubyXL/GradientFill.html +106 -0
- data/rdoc/RubyXL/HeaderFooterSettings.html +106 -0
- data/rdoc/RubyXL/Hyperlink.html +106 -0
- data/rdoc/RubyXL/HyperlinkRelFile.html +117 -0
- data/rdoc/RubyXL/Hyperlinks.html +106 -0
- data/rdoc/RubyXL/IconFilter.html +106 -0
- data/rdoc/RubyXL/IconSet.html +106 -0
- data/rdoc/RubyXL/IgnoredError.html +106 -0
- data/rdoc/RubyXL/IgnoredErrors.html +106 -0
- data/rdoc/RubyXL/IndexedColors.html +106 -0
- data/rdoc/RubyXL/InputCells.html +106 -0
- data/rdoc/RubyXL/IntegerNode.html +103 -0
- data/rdoc/RubyXL/IntegerValue.html +103 -0
- data/rdoc/RubyXL/LegacyCell.html +181 -0
- data/rdoc/RubyXL/LegacyWorksheet.html +355 -0
- data/rdoc/RubyXL/MRUColors.html +106 -0
- data/rdoc/RubyXL/MacrosFile.html +122 -0
- data/rdoc/RubyXL/MergedCell.html +106 -0
- data/rdoc/RubyXL/MergedCells.html +106 -0
- data/rdoc/RubyXL/NumFmt.html +106 -0
- data/rdoc/RubyXL/NumberFormat.html +158 -0
- data/rdoc/RubyXL/NumberFormats.html +172 -0
- data/rdoc/RubyXL/OLEObject.html +106 -0
- data/rdoc/RubyXL/OLEObjectFile.html +122 -0
- data/rdoc/RubyXL/OLEObjects.html +106 -0
- data/rdoc/RubyXL/OLESize.html +106 -0
- data/rdoc/RubyXL/OOXMLContainerObject.html +394 -0
- data/rdoc/RubyXL/OOXMLObject.html +118 -0
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +532 -0
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +564 -0
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +603 -0
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +384 -0
- data/rdoc/RubyXL/Offset.html +106 -0
- data/rdoc/RubyXL/OutlineProperties.html +106 -0
- data/rdoc/RubyXL/PageMargins.html +106 -0
- data/rdoc/RubyXL/PageSetup.html +106 -0
- data/rdoc/RubyXL/PageSetupProperties.html +106 -0
- data/rdoc/RubyXL/Pane.html +106 -0
- data/rdoc/RubyXL/Parser.html +204 -0
- data/rdoc/RubyXL/PatternFill.html +106 -0
- data/rdoc/RubyXL/PhoneticProperties.html +106 -0
- data/rdoc/RubyXL/PhoneticRun.html +106 -0
- data/rdoc/RubyXL/PivotArea.html +106 -0
- data/rdoc/RubyXL/PivotCache.html +106 -0
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +133 -0
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +122 -0
- data/rdoc/RubyXL/PivotCaches.html +106 -0
- data/rdoc/RubyXL/PivotReference.html +106 -0
- data/rdoc/RubyXL/PivotReferences.html +106 -0
- data/rdoc/RubyXL/PivotTableFile.html +133 -0
- data/rdoc/RubyXL/PivotTableSelection.html +106 -0
- data/rdoc/RubyXL/PresetGeometry.html +106 -0
- data/rdoc/RubyXL/PrintOptions.html +106 -0
- data/rdoc/RubyXL/PrinterSettingsFile.html +122 -0
- data/rdoc/RubyXL/ProtectedRange.html +106 -0
- data/rdoc/RubyXL/ProtectedRanges.html +106 -0
- data/rdoc/RubyXL/Protection.html +106 -0
- data/rdoc/RubyXL/RID.html +103 -0
- data/rdoc/RubyXL/RawOOXML.html +223 -0
- data/rdoc/RubyXL/Reference.html +640 -0
- data/rdoc/RubyXL/Relationship.html +103 -0
- data/rdoc/RubyXL/RelationshipSupport.html +419 -0
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +148 -0
- data/rdoc/RubyXL/RichText.html +159 -0
- data/rdoc/RubyXL/RichTextRun.html +157 -0
- data/rdoc/RubyXL/Row.html +439 -0
- data/rdoc/RubyXL/RowExt.html +106 -0
- data/rdoc/RubyXL/RunProperties.html +106 -0
- data/rdoc/RubyXL/Scenario.html +106 -0
- data/rdoc/RubyXL/Scenarios.html +106 -0
- data/rdoc/RubyXL/Selection.html +165 -0
- data/rdoc/RubyXL/ShapeGuide.html +106 -0
- data/rdoc/RubyXL/ShapeTextRectangle.html +106 -0
- data/rdoc/RubyXL/SharedStringsTable.html +424 -0
- data/rdoc/RubyXL/Sheet.html +106 -0
- data/rdoc/RubyXL/SheetCalculationProperties.html +106 -0
- data/rdoc/RubyXL/SheetData.html +192 -0
- data/rdoc/RubyXL/SheetDataExt.html +106 -0
- data/rdoc/RubyXL/SheetDataSet.html +106 -0
- data/rdoc/RubyXL/SheetName.html +106 -0
- data/rdoc/RubyXL/SheetNames.html +106 -0
- data/rdoc/RubyXL/Sheets.html +106 -0
- data/rdoc/RubyXL/SlicerCacheFile.html +122 -0
- data/rdoc/RubyXL/SlicerFile.html +122 -0
- data/rdoc/RubyXL/SmartTagProperties.html +106 -0
- data/rdoc/RubyXL/SmartTagType.html +106 -0
- data/rdoc/RubyXL/SmartTagTypes.html +106 -0
- data/rdoc/RubyXL/SmartTags.html +106 -0
- data/rdoc/RubyXL/SortCondition.html +106 -0
- data/rdoc/RubyXL/SortState.html +106 -0
- data/rdoc/RubyXL/Sqref.html +197 -0
- data/rdoc/RubyXL/Stop.html +106 -0
- data/rdoc/RubyXL/StringNode.html +103 -0
- data/rdoc/RubyXL/StringNodeW3C.html +197 -0
- data/rdoc/RubyXL/StringValue.html +103 -0
- data/rdoc/RubyXL/Stylesheet.html +354 -0
- data/rdoc/RubyXL/TableFile.html +122 -0
- data/rdoc/RubyXL/TableParts.html +103 -0
- data/rdoc/RubyXL/TableStyle.html +106 -0
- data/rdoc/RubyXL/TableStyles.html +106 -0
- data/rdoc/RubyXL/Text.html +216 -0
- data/rdoc/RubyXL/Theme.html +535 -0
- data/rdoc/RubyXL/ThemeElements.html +106 -0
- data/rdoc/RubyXL/ThumbnailFile.html +122 -0
- data/rdoc/RubyXL/Top10.html +106 -0
- data/rdoc/RubyXL/VMLDrawingFile.html +134 -0
- data/rdoc/RubyXL/Variant.html +106 -0
- data/rdoc/RubyXL/Vector.html +161 -0
- data/rdoc/RubyXL/VectorValue.html +103 -0
- data/rdoc/RubyXL/VisualProperties.html +106 -0
- data/rdoc/RubyXL/WebPublishObject.html +106 -0
- data/rdoc/RubyXL/WebPublishObjects.html +106 -0
- data/rdoc/RubyXL/WebPublishingItem.html +106 -0
- data/rdoc/RubyXL/WebPublishingItems.html +106 -0
- data/rdoc/RubyXL/WebPublishingProperties.html +106 -0
- data/rdoc/RubyXL/Workbook.html +633 -0
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +1321 -0
- data/rdoc/RubyXL/WorkbookProperties.html +106 -0
- data/rdoc/RubyXL/WorkbookProtection.html +106 -0
- data/rdoc/RubyXL/WorkbookRoot.html +402 -0
- data/rdoc/RubyXL/WorkbookView.html +106 -0
- data/rdoc/RubyXL/WorkbookViews.html +106 -0
- data/rdoc/RubyXL/Worksheet.html +433 -0
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +2861 -0
- data/rdoc/RubyXL/WorksheetDimensions.html +106 -0
- data/rdoc/RubyXL/WorksheetFormatProperties.html +103 -0
- data/rdoc/RubyXL/WorksheetProperties.html +106 -0
- data/rdoc/RubyXL/WorksheetProtection.html +106 -0
- data/rdoc/RubyXL/WorksheetView.html +106 -0
- data/rdoc/RubyXL/WorksheetViews.html +106 -0
- data/rdoc/RubyXL/XF.html +106 -0
- data/rdoc/created.rid +38 -0
- data/rdoc/css/fonts.css +167 -0
- data/rdoc/css/rdoc.css +590 -0
- data/rdoc/fonts/Lato-Light.ttf +0 -0
- data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
- data/rdoc/fonts/Lato-Regular.ttf +0 -0
- data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/rdoc/images/add.png +0 -0
- data/rdoc/images/arrow_up.png +0 -0
- data/rdoc/images/brick.png +0 -0
- data/rdoc/images/brick_link.png +0 -0
- data/rdoc/images/bug.png +0 -0
- data/rdoc/images/bullet_black.png +0 -0
- data/rdoc/images/bullet_toggle_minus.png +0 -0
- data/rdoc/images/bullet_toggle_plus.png +0 -0
- data/rdoc/images/date.png +0 -0
- data/rdoc/images/delete.png +0 -0
- data/rdoc/images/find.png +0 -0
- data/rdoc/images/loadingAnimation.gif +0 -0
- data/rdoc/images/macFFBgHack.png +0 -0
- data/rdoc/images/package.png +0 -0
- data/rdoc/images/page_green.png +0 -0
- data/rdoc/images/page_white_text.png +0 -0
- data/rdoc/images/page_white_width.png +0 -0
- data/rdoc/images/plugin.png +0 -0
- data/rdoc/images/ruby.png +0 -0
- data/rdoc/images/tag_blue.png +0 -0
- data/rdoc/images/tag_green.png +0 -0
- data/rdoc/images/transparent.png +0 -0
- data/rdoc/images/wrench.png +0 -0
- data/rdoc/images/wrench_orange.png +0 -0
- data/rdoc/images/zoom.png +0 -0
- data/rdoc/index.html +796 -0
- data/rdoc/js/darkfish.js +161 -0
- data/rdoc/js/jquery.js +4 -0
- data/rdoc/js/navigation.js +142 -0
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search.js +109 -0
- data/rdoc/js/search_index.js +1 -0
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js +229 -0
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +2758 -0
- data/rubyXL.gemspec +516 -0
- data/spec/lib/cell_spec.rb +515 -0
- data/spec/lib/color_spec.rb +13 -0
- data/spec/lib/parser_spec.rb +118 -0
- data/spec/lib/reference_spec.rb +28 -0
- data/spec/lib/stylesheet_spec.rb +28 -0
- data/spec/lib/text_spec.rb +29 -0
- data/spec/lib/workbook_spec.rb +174 -0
- data/spec/lib/worksheet_spec.rb +1363 -0
- data/spec/spec_helper.rb +11 -0
- data/test/input/.gitkeep +0 -0
- data/test/output/.gitkeep +0 -0
- data/test/test_parse_write.rb +15 -0
- data/tmp/.gitignore +1 -0
- metadata +615 -0
@@ -0,0 +1,77 @@
|
|
1
|
+
require 'rubyXL/objects/ooxml_object'
|
2
|
+
|
3
|
+
module RubyXL
|
4
|
+
|
5
|
+
class ContentTypeDefault < OOXMLObject
|
6
|
+
define_attribute(:Extension, :string)
|
7
|
+
define_attribute(:ContentType, :string)
|
8
|
+
define_element_name 'Default'
|
9
|
+
end
|
10
|
+
|
11
|
+
class ContentTypeOverride < OOXMLObject
|
12
|
+
define_attribute(:PartName, :string)
|
13
|
+
define_attribute(:ContentType, :string)
|
14
|
+
define_element_name 'Override'
|
15
|
+
end
|
16
|
+
|
17
|
+
class ContentTypes < OOXMLTopLevelObject
|
18
|
+
SAVE_ORDER = 999 # Must be saved last, so it has time to accumulate overrides from all others.
|
19
|
+
XLSX_PATH = ROOT.join('[Content_Types].xml')
|
20
|
+
|
21
|
+
define_child_node(RubyXL::ContentTypeDefault, :collection => true, :accessor => :defaults)
|
22
|
+
define_child_node(RubyXL::ContentTypeOverride, :collection => true, :accessor => :overrides)
|
23
|
+
|
24
|
+
set_namespaces('http://schemas.openxmlformats.org/package/2006/content-types' => nil)
|
25
|
+
define_element_name 'Types'
|
26
|
+
|
27
|
+
def xlsx_path
|
28
|
+
XLSX_PATH
|
29
|
+
end
|
30
|
+
|
31
|
+
def before_write_xml
|
32
|
+
content_types_by_ext = {}
|
33
|
+
|
34
|
+
# Collect all extensions and corresponding content types
|
35
|
+
root.rels_hash.each_pair { |klass, objects|
|
36
|
+
objects.each { |obj|
|
37
|
+
next unless klass.const_defined?(:CONTENT_TYPE)
|
38
|
+
ext = obj.xlsx_path.extname[1..-1]
|
39
|
+
next if ext.nil?
|
40
|
+
content_types_by_ext[ext] ||= []
|
41
|
+
content_types_by_ext[ext] << klass::CONTENT_TYPE
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
self.defaults = [ RubyXL::ContentTypeDefault.new(:extension => 'xml', :content_type => 'application/xml') ]
|
46
|
+
|
47
|
+
# Determine which content types are used most often, and add them to the list of defaults
|
48
|
+
content_types_by_ext.each_pair { |ext, content_types_arr|
|
49
|
+
next if ext.nil? || defaults.any? { |d| d.extension == ext }
|
50
|
+
most_frequent_ct = content_types_arr.group_by { |ct| ct }.values.max_by(&:size).first
|
51
|
+
defaults << RubyXL::ContentTypeDefault.new(:extension => ext, :content_type => most_frequent_ct )
|
52
|
+
}
|
53
|
+
|
54
|
+
self.overrides = []
|
55
|
+
|
56
|
+
# Add overrides for the files with known extensions but different content types.
|
57
|
+
root.rels_hash.each_pair { |klass, objects|
|
58
|
+
objects.each { |obj|
|
59
|
+
obj_content_type = case
|
60
|
+
when obj.respond_to?(:content_type) then obj.content_type
|
61
|
+
when defined?(klass::CONTENT_TYPE) then klass::CONTENT_TYPE
|
62
|
+
else next
|
63
|
+
end
|
64
|
+
|
65
|
+
ext = obj.xlsx_path.extname[1..-1]
|
66
|
+
next if defaults.any? { |d| (d.extension == ext) && (d.content_type == obj_content_type) }
|
67
|
+
overrides << RubyXL::ContentTypeOverride.new(:part_name => obj.xlsx_path,
|
68
|
+
:content_type => obj_content_type)
|
69
|
+
}
|
70
|
+
}
|
71
|
+
|
72
|
+
true
|
73
|
+
end
|
74
|
+
|
75
|
+
end
|
76
|
+
|
77
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
require 'rubyXL/objects/ooxml_object'
|
2
|
+
require 'rubyXL/objects/simple_types'
|
3
|
+
require 'rubyXL/objects/formula'
|
4
|
+
|
5
|
+
module RubyXL
|
6
|
+
|
7
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_dataValidation-1.html
|
8
|
+
class DataValidation < OOXMLObject
|
9
|
+
define_attribute(:type, RubyXL::ST_DataValidationType, :default => 'none')
|
10
|
+
define_attribute(:errorStyle, RubyXL::ST_DataValidationErrorStyle, :default => 'stop')
|
11
|
+
define_attribute(:imeMode, RubyXL::ST_DataValidationImeMode, :default => 'noControl')
|
12
|
+
define_attribute(:operator, RubyXL::ST_DataValidationOperator, :default => 'between')
|
13
|
+
define_attribute(:allowBlank, :bool, :default => false)
|
14
|
+
define_attribute(:showDropDown, :bool, :default => false)
|
15
|
+
define_attribute(:showInputMessage, :bool, :default => false)
|
16
|
+
define_attribute(:showErrorMessage, :bool, :default => false)
|
17
|
+
define_attribute(:errorTitle, :string)
|
18
|
+
define_attribute(:error, :string)
|
19
|
+
define_attribute(:promptTitle, :string)
|
20
|
+
define_attribute(:prompt, :string)
|
21
|
+
define_attribute(:sqref, :sqref, :required => true)
|
22
|
+
|
23
|
+
define_child_node(RubyXL::Formula, :node_name => :formula1)
|
24
|
+
define_child_node(RubyXL::Formula, :node_name => :formula2)
|
25
|
+
define_element_name 'dataValidation'
|
26
|
+
end
|
27
|
+
|
28
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_dataValidations-1.html
|
29
|
+
class DataValidations < OOXMLContainerObject
|
30
|
+
define_attribute(:disablePrompts, :bool, :default => false)
|
31
|
+
define_attribute(:xWindow, :int)
|
32
|
+
define_attribute(:yWindow, :int)
|
33
|
+
define_child_node(RubyXL::DataValidation, :collection => :with_count)
|
34
|
+
define_element_name 'dataValidations'
|
35
|
+
end
|
36
|
+
|
37
|
+
end
|
@@ -0,0 +1,159 @@
|
|
1
|
+
require 'rubyXL/objects/ooxml_object'
|
2
|
+
require 'rubyXL/objects/container_nodes'
|
3
|
+
require 'time'
|
4
|
+
|
5
|
+
module RubyXL
|
6
|
+
|
7
|
+
# http://www.datypic.com/sc/ooxml/e-extended-properties_Properties.html
|
8
|
+
class DocumentPropertiesFile < OOXMLTopLevelObject
|
9
|
+
CONTENT_TYPE = 'application/vnd.openxmlformats-officedocument.extended-properties+xml'
|
10
|
+
REL_TYPE = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties'
|
11
|
+
|
12
|
+
attr_accessor :workbook
|
13
|
+
|
14
|
+
define_child_node(RubyXL::StringNode, :node_name => :Template)
|
15
|
+
define_child_node(RubyXL::StringNode, :node_name => :Manager)
|
16
|
+
define_child_node(RubyXL::StringNode, :node_name => :Company)
|
17
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :Pages)
|
18
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :Words)
|
19
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :Characters)
|
20
|
+
define_child_node(RubyXL::StringNode, :node_name => :PresentationFormat)
|
21
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :Lines)
|
22
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :Paragraphs)
|
23
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :Slides)
|
24
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :Notes)
|
25
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :TotalTime)
|
26
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :HiddenSlides)
|
27
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :MMClips)
|
28
|
+
define_child_node(RubyXL::BooleanNode, :node_name => :ScaleCrop)
|
29
|
+
define_child_node(RubyXL::VectorValue, :node_name => :HeadingPairs)
|
30
|
+
define_child_node(RubyXL::VectorValue, :node_name => :TitlesOfParts)
|
31
|
+
define_child_node(RubyXL::BooleanNode, :node_name => :LinksUpToDate)
|
32
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :CharactersWithSpaces)
|
33
|
+
define_child_node(RubyXL::BooleanNode, :node_name => :SharedDoc)
|
34
|
+
define_child_node(RubyXL::StringNode, :node_name => :HyperlinkBase)
|
35
|
+
define_child_node(RubyXL::VectorValue, :node_name => :HLinks)
|
36
|
+
define_child_node(RubyXL::BooleanNode, :node_name => :HyperlinksChanged)
|
37
|
+
define_child_node(RubyXL::StringNode, :node_name => :DigSig)
|
38
|
+
define_child_node(RubyXL::StringNode, :node_name => :Application)
|
39
|
+
define_child_node(RubyXL::StringNode, :node_name => :AppVersion)
|
40
|
+
define_child_node(RubyXL::IntegerNode, :node_name => :DocSecurity)
|
41
|
+
set_namespaces('http://schemas.openxmlformats.org/officeDocument/2006/extended-properties' => nil,
|
42
|
+
'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes' => 'vt')
|
43
|
+
define_element_name 'Properties'
|
44
|
+
|
45
|
+
def add_parts_count(name, count)
|
46
|
+
return unless count > 0
|
47
|
+
heading_pairs.vt_vector.vt_variant << RubyXL::Variant.new(:vt_lpstr => RubyXL::StringNode.new(:value => name))
|
48
|
+
heading_pairs.vt_vector.vt_variant << RubyXL::Variant.new(:vt_i4 => RubyXL::IntegerNode.new(:value => count))
|
49
|
+
end
|
50
|
+
private :add_parts_count
|
51
|
+
|
52
|
+
def add_part_title(name)
|
53
|
+
titles_of_parts.vt_vector.vt_lpstr << RubyXL::StringNode.new(:value => name)
|
54
|
+
end
|
55
|
+
private :add_part_title
|
56
|
+
|
57
|
+
def before_write_xml
|
58
|
+
workbook = root.workbook
|
59
|
+
|
60
|
+
self.heading_pairs = RubyXL::VectorValue.new(:vt_vector => RubyXL::Vector.new(:base_type => 'variant'))
|
61
|
+
self.titles_of_parts = RubyXL::VectorValue.new(:vt_vector => RubyXL::Vector.new(:base_type => 'lpstr'))
|
62
|
+
|
63
|
+
worksheets = chartsheets = 0
|
64
|
+
|
65
|
+
workbook.worksheets.each { |sheet|
|
66
|
+
add_part_title(sheet.sheet_name)
|
67
|
+
|
68
|
+
case sheet
|
69
|
+
when RubyXL::Worksheet then worksheets += 1
|
70
|
+
when RubyXL::Chartsheet then chartsheets += 1
|
71
|
+
end
|
72
|
+
}
|
73
|
+
add_parts_count('Worksheets', worksheets) if worksheets > 0
|
74
|
+
add_parts_count('Charts', chartsheets) if chartsheets > 0
|
75
|
+
|
76
|
+
if workbook.defined_names then
|
77
|
+
add_parts_count('Named Ranges', workbook.defined_names.size)
|
78
|
+
workbook.defined_names.each { |defined_name| add_part_title(defined_name.name) }
|
79
|
+
end
|
80
|
+
|
81
|
+
true
|
82
|
+
end
|
83
|
+
|
84
|
+
def xlsx_path
|
85
|
+
ROOT.join('docProps', 'app.xml')
|
86
|
+
end
|
87
|
+
|
88
|
+
end
|
89
|
+
|
90
|
+
|
91
|
+
class CorePropertiesFile < OOXMLTopLevelObject
|
92
|
+
CONTENT_TYPE = 'application/vnd.openxmlformats-package.core-properties+xml'
|
93
|
+
REL_TYPE = 'http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties'
|
94
|
+
|
95
|
+
attr_accessor :workbook
|
96
|
+
|
97
|
+
define_child_node(RubyXL::StringNode, :node_name => 'dc:creator')
|
98
|
+
define_child_node(RubyXL::StringNode, :node_name => 'dc:description')
|
99
|
+
define_child_node(RubyXL::StringNode, :node_name => 'dc:identifier')
|
100
|
+
define_child_node(RubyXL::StringNode, :node_name => 'dc:language')
|
101
|
+
define_child_node(RubyXL::StringNode, :node_name => 'dc:subject')
|
102
|
+
define_child_node(RubyXL::StringNode, :node_name => 'dc:title')
|
103
|
+
define_child_node(RubyXL::StringNodeW3C, :node_name => 'dcterms:created')
|
104
|
+
define_child_node(RubyXL::StringNodeW3C, :node_name => 'dcterms:modified')
|
105
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:lastModifiedBy')
|
106
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:lastPrinted')
|
107
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:category')
|
108
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:contentStatus')
|
109
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:contentType')
|
110
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:keywords')
|
111
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:revision')
|
112
|
+
define_child_node(RubyXL::StringNode, :node_name => 'cp:version')
|
113
|
+
|
114
|
+
set_namespaces('http://schemas.openxmlformats.org/package/2006/metadata/core-properties' => 'cp',
|
115
|
+
'http://purl.org/dc/elements/1.1/' => 'dc',
|
116
|
+
'http://purl.org/dc/terms/' => 'dcterms',
|
117
|
+
'http://purl.org/dc/dcmitype/' => 'dcmitype',
|
118
|
+
'http://www.w3.org/2001/XMLSchema-instance' => 'xsi')
|
119
|
+
define_element_name 'cp:coreProperties'
|
120
|
+
|
121
|
+
def xlsx_path
|
122
|
+
ROOT.join('docProps', 'core.xml')
|
123
|
+
end
|
124
|
+
|
125
|
+
def creator
|
126
|
+
dc_creator && dc_creator.value
|
127
|
+
end
|
128
|
+
|
129
|
+
def creator=(v)
|
130
|
+
self.dc_creator = v && RubyXL::StringNodeW3C.new(:value => v)
|
131
|
+
end
|
132
|
+
|
133
|
+
def modifier
|
134
|
+
cp_last_modified_by && cp_last_modified_by.value
|
135
|
+
end
|
136
|
+
|
137
|
+
def modifier=(v)
|
138
|
+
self.cp_last_modified_by = v && RubyXL::StringNodeW3C.new(:value => v)
|
139
|
+
end
|
140
|
+
|
141
|
+
def created_at
|
142
|
+
dcterms_created && dcterms_created.to_time
|
143
|
+
end
|
144
|
+
|
145
|
+
def created_at=(v)
|
146
|
+
self.dcterms_created = RubyXL::StringNodeW3C.default(v)
|
147
|
+
end
|
148
|
+
|
149
|
+
def modified_at
|
150
|
+
dcterms_modified && dcterms_modified.to_time
|
151
|
+
end
|
152
|
+
|
153
|
+
def modified_at=(v)
|
154
|
+
self.dcterms_modified = RubyXL::StringNodeW3C.default(v)
|
155
|
+
end
|
156
|
+
|
157
|
+
end
|
158
|
+
|
159
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
require 'rubyXL/objects/ooxml_object'
|
2
|
+
|
3
|
+
module RubyXL
|
4
|
+
|
5
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_ext-1.html
|
6
|
+
class RawOOXML < OOXMLObject
|
7
|
+
attr_accessor :raw_xml
|
8
|
+
|
9
|
+
def self.parse(node, ignore)
|
10
|
+
obj = new
|
11
|
+
obj.raw_xml = node.to_xml
|
12
|
+
obj
|
13
|
+
end
|
14
|
+
|
15
|
+
def write_xml(xml, node_name_override = nil)
|
16
|
+
self.raw_xml
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_ext-1.html
|
21
|
+
class Extension < RawOOXML
|
22
|
+
define_attribute(:uri, :string)
|
23
|
+
define_element_name 'ext'
|
24
|
+
end
|
25
|
+
|
26
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_extLst-1.html
|
27
|
+
class ExtensionStorageArea < OOXMLObject
|
28
|
+
define_child_node(RubyXL::Extension, :collection => true)
|
29
|
+
define_element_name 'extLst'
|
30
|
+
end
|
31
|
+
|
32
|
+
class AlternateContent < RawOOXML
|
33
|
+
define_element_name 'mc:AlternateContent'
|
34
|
+
end
|
35
|
+
|
36
|
+
class RevisionPtr < RawOOXML
|
37
|
+
define_element_name 'xr:revisionPtr'
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
@@ -0,0 +1,85 @@
|
|
1
|
+
module RubyXL
|
2
|
+
|
3
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_sheetName-1.html
|
4
|
+
class SheetName < OOXMLObject
|
5
|
+
define_attribute(:val, :string)
|
6
|
+
define_element_name 'sheetName'
|
7
|
+
end
|
8
|
+
|
9
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_sheetNames-1.html
|
10
|
+
class SheetNames < OOXMLContainerObject
|
11
|
+
define_child_node(RubyXL::SheetName, :collection => true)
|
12
|
+
define_element_name 'sheetNames'
|
13
|
+
end
|
14
|
+
|
15
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_definedName-1.html
|
16
|
+
class DefinedNameExt < OOXMLObject
|
17
|
+
define_attribute(:name, :string, :required => true)
|
18
|
+
define_attribute(:refersTo, :string)
|
19
|
+
define_attribute(:sheetId, :uint)
|
20
|
+
define_element_name 'definedName'
|
21
|
+
end
|
22
|
+
|
23
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_definedNames-1.html
|
24
|
+
class DefinedNamesExt < OOXMLContainerObject
|
25
|
+
define_child_node(RubyXL::DefinedNameExt, :collection => true)
|
26
|
+
define_element_name 'definedNames'
|
27
|
+
end
|
28
|
+
|
29
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_cell-1.html
|
30
|
+
class CellExt < OOXMLObject
|
31
|
+
define_child_node(RubyXL::StringNode, :node_name => :v)
|
32
|
+
define_attribute(:r, :sqref)
|
33
|
+
define_attribute(:t, :string, :default => 'n')
|
34
|
+
define_attribute(:vm, :uint, :default => 0)
|
35
|
+
define_element_name 'cell'
|
36
|
+
end
|
37
|
+
|
38
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_row-2.html
|
39
|
+
class RowExt < OOXMLObject
|
40
|
+
define_child_node(RubyXL::CellExt, :collection => true)
|
41
|
+
define_attribute(:r, :uint, :required => true)
|
42
|
+
define_element_name 'row'
|
43
|
+
end
|
44
|
+
|
45
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_sheetData-3.html
|
46
|
+
class SheetDataExt < OOXMLObject
|
47
|
+
define_child_node(RubyXL::RowExt, :collection => true)
|
48
|
+
define_attribute(:sheetId, :uint, :required => true)
|
49
|
+
define_attribute(:refreshError, :bool)
|
50
|
+
define_element_name 'sheetData'
|
51
|
+
end
|
52
|
+
|
53
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_sheetDataSet-1.html
|
54
|
+
class SheetDataSet < OOXMLContainerObject
|
55
|
+
define_child_node(RubyXL::SheetDataExt, :collection => true)
|
56
|
+
define_element_name 'sheetDataSet'
|
57
|
+
end
|
58
|
+
|
59
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_externalBook-1.html
|
60
|
+
class ExternalBook < OOXMLObject
|
61
|
+
define_child_node(RubyXL::SheetNames)
|
62
|
+
define_child_node(RubyXL::DefinedNamesExt)
|
63
|
+
define_child_node(RubyXL::SheetDataSet)
|
64
|
+
define_attribute(:'r:id', :string, :required => true)
|
65
|
+
define_element_name 'externalBook'
|
66
|
+
end
|
67
|
+
|
68
|
+
class ExternalLinksFile < OOXMLTopLevelObject
|
69
|
+
CONTENT_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml'
|
70
|
+
REL_TYPE = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink'
|
71
|
+
|
72
|
+
include RubyXL::RelationshipSupport
|
73
|
+
define_child_node(RubyXL::ExternalBook)
|
74
|
+
|
75
|
+
define_element_name 'externalLink'
|
76
|
+
set_namespaces('http://schemas.openxmlformats.org/spreadsheetml/2006/main' => nil,
|
77
|
+
'http://schemas.openxmlformats.org/markup-compatibility/2006' => 'mc',
|
78
|
+
'http://schemas.openxmlformats.org/officeDocument/2006/relationships' => 'r')
|
79
|
+
|
80
|
+
def xlsx_path
|
81
|
+
ROOT.join('xl', 'externalLinks', "externalLink#{file_index}.xml")
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
end
|
@@ -0,0 +1,55 @@
|
|
1
|
+
require 'rubyXL/objects/ooxml_object'
|
2
|
+
require 'rubyXL/objects/simple_types'
|
3
|
+
|
4
|
+
module RubyXL
|
5
|
+
|
6
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_stop-1.html
|
7
|
+
class Stop < OOXMLObject
|
8
|
+
define_attribute(:position, :double, :required => true)
|
9
|
+
define_child_node(RubyXL::Color)
|
10
|
+
define_element_name 'stop'
|
11
|
+
end
|
12
|
+
|
13
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_patternFill-1.html
|
14
|
+
class PatternFill < OOXMLObject
|
15
|
+
define_attribute(:patternType, RubyXL::ST_PatternType)
|
16
|
+
define_child_node(RubyXL::Color, :node_name => :fgColor )
|
17
|
+
define_child_node(RubyXL::Color, :node_name => :bgColor )
|
18
|
+
define_element_name 'patternFill'
|
19
|
+
end
|
20
|
+
|
21
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_gradientFill-1.html
|
22
|
+
class GradientFill < OOXMLObject
|
23
|
+
define_attribute(:type, RubyXL::ST_GradientType, :default => 'linear')
|
24
|
+
define_attribute(:degree, :double, :default => 0)
|
25
|
+
define_attribute(:left, :double, :default => 0)
|
26
|
+
define_attribute(:right, :double, :default => 0)
|
27
|
+
define_attribute(:top, :double, :default => 0)
|
28
|
+
define_attribute(:bottom, :double, :default => 0)
|
29
|
+
define_child_node(RubyXL::Stop, :collection => true)
|
30
|
+
define_element_name 'gradientFill'
|
31
|
+
end
|
32
|
+
|
33
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_fill-1.html
|
34
|
+
class Fill < OOXMLObject
|
35
|
+
define_child_node(RubyXL::PatternFill)
|
36
|
+
define_child_node(RubyXL::GradientFill)
|
37
|
+
define_element_name 'fill'
|
38
|
+
|
39
|
+
def self.default(pattern_type)
|
40
|
+
self.new(:pattern_fill => RubyXL::PatternFill.new(:pattern_type => pattern_type))
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
44
|
+
|
45
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_fills-1.html
|
46
|
+
class Fills < OOXMLContainerObject
|
47
|
+
define_child_node(RubyXL::Fill, :collection => :with_count)
|
48
|
+
define_element_name 'fills'
|
49
|
+
|
50
|
+
def self.default
|
51
|
+
self.new(:_ => [ RubyXL::Fill.default('none'), RubyXL::Fill.default('gray125') ])
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
end
|