<!DOCTYPE html>

<html>
<head>
<meta charset="UTF-8">

<title>Table of Contents - rubyXL 2.4.1</title>

<link href="./fonts.css" rel="stylesheet">
<link href="./rdoc.css" rel="stylesheet">

<script type="text/javascript">
  var rdoc_rel_prefix = "./";
</script>

<script src="./js/jquery.js"></script>
<script src="./js/navigation.js"></script>
<script src="./js/search_index.js"></script>
<script src="./js/search.js"></script>
<script src="./js/searcher.js"></script>
<script src="./js/darkfish.js"></script>


<body id="top" class="table-of-contents">
<main role="main">
<h1 class="class">Table of Contents - rubyXL 2.4.1</h1>

<h2 id="pages">Pages</h2>
<ul>
  <li class="file">
    <a href="README_rdoc.html">README</a>

    <ul>
      <li><a href="README_rdoc.html#label-rubyXL">rubyXL</a>
      <li><a href="README_rdoc.html#label-To+Install%3A">To Install:</a>
      <li><a href="README_rdoc.html#label-To+Use%3A">To Use:</a>
      <li><a href="README_rdoc.html#label-Parsing+an+existing+workbook">Parsing an existing workbook</a>
      <li><a href="README_rdoc.html#label-Creating+a+new+Workbook">Creating a new Workbook</a>
      <li><a href="README_rdoc.html#label-Accessing">Accessing</a>
      <li><a href="README_rdoc.html#label-Accessing+a+Worksheet">Accessing a Worksheet</a>
      <li><a href="README_rdoc.html#label-Accessing+just+the+values">Accessing just the values</a>
      <li><a href="README_rdoc.html#label-Accessing+a+Row+%28Array+of+Cells%29">Accessing a Row (Array of Cells)</a>
      <li><a href="README_rdoc.html#label-Accessing+a+Cell+object">Accessing a Cell object</a>
      <li><a href="README_rdoc.html#label-Wrappers+for+accessing+Cell+properties">Wrappers for accessing Cell properties</a>
      <li><a href="README_rdoc.html#label-Wrappers+for+accessing+Row+properties+">Wrappers for accessing Row properties </a>
      <li><a href="README_rdoc.html#label-Accessing+column+properties">Accessing column properties</a>
      <li><a href="README_rdoc.html#label-Table+identification">Table identification</a>
      <li><a href="README_rdoc.html#label-Modifying">Modifying</a>
      <li><a href="README_rdoc.html#label-Adding+Worksheets">Adding Worksheets</a>
      <li><a href="README_rdoc.html#label-Adding+Cells">Adding Cells</a>
      <li><a href="README_rdoc.html#label-Changing+Cells">Changing Cells</a>
      <li><a href="README_rdoc.html#label-Changing+Fonts">Changing Fonts</a>
      <li><a href="README_rdoc.html#label-Changing+Fills+++++">Changing Fills     </a>
      <li><a href="README_rdoc.html#label-Changing+Borders">Changing Borders</a>
      <li><a href="README_rdoc.html#label-Changing+Alignment">Changing Alignment</a>
      <li><a href="README_rdoc.html#label-Horizontal">Horizontal</a>
      <li><a href="README_rdoc.html#label-Vertical">Vertical</a>
      <li><a href="README_rdoc.html#label-Changing+Row+Height">Changing Row Height</a>
      <li><a href="README_rdoc.html#label-Changing+Column+Width">Changing Column Width</a>
      <li><a href="README_rdoc.html#label-Merging+Cells">Merging Cells</a>
      <li><a href="README_rdoc.html#label-Insert+Row">Insert Row</a>
      <li><a href="README_rdoc.html#label-Insert+Column">Insert Column</a>
      <li><a href="README_rdoc.html#label-Delete+Row">Delete Row</a>
      <li><a href="README_rdoc.html#label-Delete+Column">Delete Column</a>
      <li><a href="README_rdoc.html#label-Insert+Cell">Insert Cell</a>
      <li><a href="README_rdoc.html#label-Delete+Cell">Delete Cell</a>
      <li><a href="README_rdoc.html#label-Writing">Writing</a>
      <li><a href="README_rdoc.html#label-Miscellaneous">Miscellaneous</a>
      <li><a href="README_rdoc.html#label-For+more+information">For more information</a>
      <li><a href="README_rdoc.html#label-Contributing+to+rubyXL">Contributing to rubyXL</a>
      <li><a href="README_rdoc.html#label-Copyright">Copyright</a>
    </ul>
  </li>
  
</ul>

<h2 id="classes">Classes and Modules</h2>
<ul>
  <li class="class">
    <a href="RubyXL/AExtension.html">RubyXL::AExtension</a>
  </li>
  <li class="class">
    <a href="RubyXL/AExtensionStorageArea.html">RubyXL::AExtensionStorageArea</a>
  </li>
  <li class="class">
    <a href="RubyXL/Alignment.html">RubyXL::Alignment</a>
  </li>
  <li class="class">
    <a href="RubyXL/BooleanNode.html">RubyXL::BooleanNode</a>
  </li>
  <li class="class">
    <a href="RubyXL/BooleanValue.html">RubyXL::BooleanValue</a>
  </li>
  <li class="class">
    <a href="RubyXL/BorderEdge.html">RubyXL::BorderEdge</a>
  </li>
  <li class="class">
    <a href="RubyXL/CalculationChain.html">RubyXL::CalculationChain</a>
  </li>
  <li class="class">
    <a href="RubyXL/CalculationChainCell.html">RubyXL::CalculationChainCell</a>
  </li>
  <li class="class">
    <a href="RubyXL/Cell.html">RubyXL::Cell</a>
  </li>
  <li class="class">
    <a href="RubyXL/CellStyle.html">RubyXL::CellStyle</a>
  </li>
  <li class="class">
    <a href="RubyXL/CellValue.html">RubyXL::CellValue</a>
  </li>
  <li class="class">
    <a href="RubyXL/ChartsheetProperties.html">RubyXL::ChartsheetProperties</a>
  </li>
  <li class="class">
    <a href="RubyXL/ChartsheetProtection.html">RubyXL::ChartsheetProtection</a>
  </li>
  <li class="class">
    <a href="RubyXL/Color.html">RubyXL::Color</a>
  </li>
  <li class="class">
    <a href="RubyXL/ColumnRange.html">RubyXL::ColumnRange</a>
  </li>
  <li class="class">
    <a href="RubyXL/ColumnRanges.html">RubyXL::ColumnRanges</a>
  </li>
  <li class="class">
    <a href="RubyXL/ContentTypeDefault.html">RubyXL::ContentTypeDefault</a>
  </li>
  <li class="class">
    <a href="RubyXL/ContentTypeOverride.html">RubyXL::ContentTypeOverride</a>
  </li>
  <li class="class">
    <a href="RubyXL/ContentTypes.html">RubyXL::ContentTypes</a>
  </li>
  <li class="class">
    <a href="RubyXL/DataValidation.html">RubyXL::DataValidation</a>
  </li>
  <li class="class">
    <a href="RubyXL/DateGroupItem.html">RubyXL::DateGroupItem</a>
  </li>
  <li class="class">
    <a href="RubyXL/DocumentProperties.html">RubyXL::DocumentProperties</a>
  </li>
  <li class="class">
    <a href="RubyXL/Extension.html">RubyXL::Extension</a>
  </li>
  <li class="class">
    <a href="RubyXL/ExtensionStorageArea.html">RubyXL::ExtensionStorageArea</a>
  </li>
  <li class="class">
    <a href="RubyXL/FileSharing.html">RubyXL::FileSharing</a>
  </li>
  <li class="class">
    <a href="RubyXL/FileVersion.html">RubyXL::FileVersion</a>
  </li>
  <li class="class">
    <a href="RubyXL/FloatNode.html">RubyXL::FloatNode</a>
  </li>
  <li class="class">
    <a href="RubyXL/FloatValue.html">RubyXL::FloatValue</a>
  </li>
  <li class="class">
    <a href="RubyXL/Font.html">RubyXL::Font</a>
  </li>
  <li class="class">
    <a href="RubyXL/Formula.html">RubyXL::Formula</a>
  </li>
  <li class="class">
    <a href="RubyXL/GenericStorage.html">RubyXL::GenericStorage</a>
  </li>
  <li class="class">
    <a href="RubyXL/IntegerNode.html">RubyXL::IntegerNode</a>
  </li>
  <li class="class">
    <a href="RubyXL/IntegerValue.html">RubyXL::IntegerValue</a>
  </li>
  <li class="module">
    <a href="RubyXL/LegacyCell.html">RubyXL::LegacyCell</a>
  </li>
  <li class="module">
    <a href="RubyXL/LegacyWorkbook.html">RubyXL::LegacyWorkbook</a>
  </li>
  <li class="module">
    <a href="RubyXL/LegacyWorksheet.html">RubyXL::LegacyWorksheet</a>
  </li>
  <li class="class">
    <a href="RubyXL/NumberFormat.html">RubyXL::NumberFormat</a>
  </li>
  <li class="class">
    <a href="RubyXL/NumberFormats.html">RubyXL::NumberFormats</a>
  </li>
  <li class="module">
    <a href="RubyXL/OOXMLObjectClassMethods.html">RubyXL::OOXMLObjectClassMethods</a>
  </li>
  <li class="class">
    <a href="RubyXL/OOXMLRelationshipsFile.html">RubyXL::OOXMLRelationshipsFile</a>
  </li>
  <li class="class">
    <a href="RubyXL/OutlineProperties.html">RubyXL::OutlineProperties</a>
  </li>
  <li class="class">
    <a href="RubyXL/PageSetupProperties.html">RubyXL::PageSetupProperties</a>
  </li>
  <li class="class">
    <a href="RubyXL/Parser.html">RubyXL::Parser</a>
  </li>
  <li class="class">
    <a href="RubyXL/RID.html">RubyXL::RID</a>
  </li>
  <li class="class">
    <a href="RubyXL/RawOOXML.html">RubyXL::RawOOXML</a>
  </li>
  <li class="class">
    <a href="RubyXL/Reference.html">RubyXL::Reference</a>
  </li>
  <li class="class">
    <a href="RubyXL/Relationship.html">RubyXL::Relationship</a>
  </li>
  <li class="class">
    <a href="RubyXL/RunProperties.html">RubyXL::RunProperties</a>
  </li>
  <li class="class">
    <a href="RubyXL/SharedStringsTable.html">RubyXL::SharedStringsTable</a>
  </li>
  <li class="class">
    <a href="RubyXL/Sqref.html">RubyXL::Sqref</a>
  </li>
  <li class="class">
    <a href="RubyXL/Stop.html">RubyXL::Stop</a>
  </li>
  <li class="class">
    <a href="RubyXL/StringNode.html">RubyXL::StringNode</a>
  </li>
  <li class="class">
    <a href="RubyXL/StringNodeW3C.html">RubyXL::StringNodeW3C</a>
  </li>
  <li class="class">
    <a href="RubyXL/StringValue.html">RubyXL::StringValue</a>
  </li>
  <li class="class">
    <a href="RubyXL/Text.html">RubyXL::Text</a>
  </li>
  <li class="class">
    <a href="RubyXL/Variant.html">RubyXL::Variant</a>
  </li>
  <li class="class">
    <a href="RubyXL/WebPublishingItem.html">RubyXL::WebPublishingItem</a>
  </li>
  <li class="class">
    <a href="RubyXL/WorkbookProperties.html">RubyXL::WorkbookProperties</a>
  </li>
  <li class="class">
    <a href="RubyXL/WorksheetProperties.html">RubyXL::WorksheetProperties</a>
  </li>
</ul>

<h2 id="methods">Methods</h2>
<ul>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-c-content_type">::content_type</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/CalculationChain.html#method-c-content_type">::content_type</a>
    &mdash;
    <span class="container">RubyXL::CalculationChain</span>

  <li class="method">
    <a href="RubyXL/DocumentProperties.html#method-c-content_type">::content_type</a>
    &mdash;
    <span class="container">RubyXL::DocumentProperties</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-c-ind2ref">::ind2ref</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/Parser.html#method-c-new">::new</a>
    &mdash;
    <span class="container">RubyXL::Parser</span>

  <li class="method">
    <a href="RubyXL/Sqref.html#method-c-new">::new</a>
    &mdash;
    <span class="container">RubyXL::Sqref</span>

  <li class="method">
    <a href="RubyXL/GenericStorage.html#method-c-new">::new</a>
    &mdash;
    <span class="container">RubyXL::GenericStorage</span>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-c-new">::new</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-c-new">::new</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-c-new">::new</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-c-new">::new</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/RawOOXML.html#method-c-parse">::parse</a>
    &mdash;
    <span class="container">RubyXL::RawOOXML</span>

  <li class="method">
    <a href="RubyXL/Parser.html#method-c-parse">::parse</a>
    &mdash;
    <span class="container">RubyXL::Parser</span>

  <li class="method">
    <a href="RubyXL/AExtension.html#method-c-parse">::parse</a>
    &mdash;
    <span class="container">RubyXL::AExtension</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-c-ref2ind">::ref2ind</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/Color.html#method-c-validate_color">::validate_color</a>
    &mdash;
    <span class="container">RubyXL::Color</span>

  <li class="method">
    <a href="RubyXL/CalculationChain.html#method-c-xlsx_path">::xlsx_path</a>
    &mdash;
    <span class="container">RubyXL::CalculationChain</span>

  <li class="method">
    <a href="RubyXL/DocumentProperties.html#method-c-xlsx_path">::xlsx_path</a>
    &mdash;
    <span class="container">RubyXL::DocumentProperties</span>

  <li class="method">
    <a href="RubyXL/ContentTypes.html#method-c-xlsx_path">::xlsx_path</a>
    &mdash;
    <span class="container">RubyXL::ContentTypes</span>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-c-xlsx_path">::xlsx_path</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/BorderEdge.html#method-i-3D-3D">#==</a>
    &mdash;
    <span class="container">RubyXL::BorderEdge</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-3D-3D">#==</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-3D-3D">#==</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-5B-5D">#[]</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-i-5B-5D">#[]</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-5B-5D">#[]</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-i-add">#add</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-add_cell">#add_cell</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/DocumentProperties.html#method-i-add_part_title">#add_part_title</a>
    &mdash;
    <span class="container">RubyXL::DocumentProperties</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-add_row">#add_row</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/GenericStorage.html#method-i-add_to_zip">#add_to_zip</a>
    &mdash;
    <span class="container">RubyXL::GenericStorage</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-add_worksheet">#add_worksheet</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/Text.html#method-i-before_write_xml">#before_write_xml</a>
    &mdash;
    <span class="container">RubyXL::Text</span>

  <li class="method">
    <a href="RubyXL/ColumnRanges.html#method-i-before_write_xml">#before_write_xml</a>
    &mdash;
    <span class="container">RubyXL::ColumnRanges</span>

  <li class="method">
    <a href="RubyXL/ContentTypes.html#method-i-before_write_xml">#before_write_xml</a>
    &mdash;
    <span class="container">RubyXL::ContentTypes</span>

  <li class="method">
    <a href="RubyXL/DocumentProperties.html#method-i-before_write_xml">#before_write_xml</a>
    &mdash;
    <span class="container">RubyXL::DocumentProperties</span>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-i-before_write_xml">#before_write_xml</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/GenericStorage.html#method-i-binary">#binary</a>
    &mdash;
    <span class="container">RubyXL::GenericStorage</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-border_bottom">#border_bottom</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-border_diagonal">#border_diagonal</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-border_left">#border_left</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-border_right">#border_right</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-border_top">#border_top</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-borders">#borders</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-cell_xfs">#cell_xfs</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_border_bottom">#change_border_bottom</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_border_diagonal">#change_border_diagonal</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_border_left">#change_border_left</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_border_right">#change_border_right</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_border_top">#change_border_top</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_bold">#change_column_bold</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_bottom">#change_column_border_bottom</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_diagonal">#change_column_border_diagonal</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_left">#change_column_border_left</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_right">#change_column_border_right</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_border_top">#change_column_border_top</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_fill">#change_column_fill</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_font_color">#change_column_font_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_font_name">#change_column_font_name</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_font_size">#change_column_font_size</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_horizontal_alignment">#change_column_horizontal_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_italics">#change_column_italics</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_strikethrough">#change_column_strikethrough</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_underline">#change_column_underline</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_vertical_alignment">#change_column_vertical_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_column_width">#change_column_width</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_contents">#change_contents</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_fill">#change_fill</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_font_bold">#change_font_bold</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_font_color">#change_font_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_font_italics">#change_font_italics</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_font_name">#change_font_name</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_font_size">#change_font_size</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_font_strikethrough">#change_font_strikethrough</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_font_underline">#change_font_underline</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_horizontal_alignment">#change_horizontal_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_bold">#change_row_bold</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_bottom">#change_row_border_bottom</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_diagonal">#change_row_border_diagonal</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_left">#change_row_border_left</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_right">#change_row_border_right</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_border_top">#change_row_border_top</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_fill">#change_row_fill</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_font_color">#change_row_font_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_font_name">#change_row_font_name</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_font_size">#change_row_font_size</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_height">#change_row_height</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_horizontal_alignment">#change_row_horizontal_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_italics">#change_row_italics</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_strikethrough">#change_row_strikethrough</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_underline">#change_row_underline</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-change_row_vertical_alignment">#change_row_vertical_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_text_wrap">#change_text_wrap</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-change_vertical_alignment">#change_vertical_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-column">#column</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-column-3D">#column=</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-cover-3F">#cover?</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/Parser.html#method-i-data_only">#data_only</a>
    &mdash;
    <span class="container">RubyXL::Parser</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-date_to_num">#date_to_num</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/OOXMLObjectClassMethods.html#method-i-define_attribute">#define_attribute</a>
    &mdash;
    <span class="container">RubyXL::OOXMLObjectClassMethods</span>

  <li class="method">
    <a href="RubyXL/OOXMLObjectClassMethods.html#method-i-define_child_node">#define_child_node</a>
    &mdash;
    <span class="container">RubyXL::OOXMLObjectClassMethods</span>

  <li class="method">
    <a href="RubyXL/OOXMLObjectClassMethods.html#method-i-define_element_name">#define_element_name</a>
    &mdash;
    <span class="container">RubyXL::OOXMLObjectClassMethods</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-delete_cell">#delete_cell</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-delete_column">#delete_column</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/ColumnRange.html#method-i-delete_column">#delete_column</a>
    &mdash;
    <span class="container">RubyXL::ColumnRange</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-delete_row">#delete_row</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/OOXMLRelationshipsFile.html#method-i-document_relationship">#document_relationship</a>
    &mdash;
    <span class="container">RubyXL::OOXMLRelationshipsFile</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-each">#each</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-each">#each</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-i-empty-3F">#empty?</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-extract_data">#extract_data</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-fill_color">#fill_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-fills">#fills</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/ColumnRanges.html#method-i-find">#find</a>
    &mdash;
    <span class="container">RubyXL::ColumnRanges</span>

  <li class="method">
    <a href="RubyXL/NumberFormats.html#method-i-find_by_format_id">#find_by_format_id</a>
    &mdash;
    <span class="container">RubyXL::NumberFormats</span>

  <li class="method">
    <a href="RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_rid">#find_by_rid</a>
    &mdash;
    <span class="container">RubyXL::OOXMLRelationshipsFile</span>

  <li class="method">
    <a href="RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_target">#find_by_target</a>
    &mdash;
    <span class="container">RubyXL::OOXMLRelationshipsFile</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-first_col">#first_col</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-first_row">#first_row</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-font_color">#font_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-font_name">#font_name</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-font_size">#font_size</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-fonts">#fonts</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/ContentTypes.html#method-i-generate_override">#generate_override</a>
    &mdash;
    <span class="container">RubyXL::ContentTypes</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_bottom">#get_column_border_bottom</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_diagonal">#get_column_border_diagonal</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_left">#get_column_border_left</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_right">#get_column_border_right</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_top">#get_column_border_top</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_fill">#get_column_fill</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_font_color">#get_column_font_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_font_name">#get_column_font_name</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_font_size">#get_column_font_size</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_horizontal_alignment">#get_column_horizontal_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_vertical_alignment">#get_column_vertical_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_width">#get_column_width</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-get_fill_color">#get_fill_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/SharedStringsTable.html#method-i-get_index">#get_index</a>
    &mdash;
    <span class="container">RubyXL::SharedStringsTable</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-get_name">#get_name</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/ColumnRanges.html#method-i-get_range">#get_range</a>
    &mdash;
    <span class="container">RubyXL::ColumnRanges</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-get_rgb_color">#get_rgb_color</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_bottom">#get_row_border_bottom</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_diagonal">#get_row_border_diagonal</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_left">#get_row_border_left</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_right">#get_row_border_right</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_border_top">#get_row_border_top</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_fill">#get_row_fill</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_font_color">#get_row_font_color</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_font_name">#get_row_font_name</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_font_size">#get_row_font_size</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_height">#get_row_height</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_horizontal_alignment">#get_row_horizontal_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_row_vertical_alignment">#get_row_vertical_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-get_size">#get_size</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-get_table">#get_table</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-horizontal_alignment">#horizontal_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/ColumnRange.html#method-i-include-3F">#include?</a>
    &mdash;
    <span class="container">RubyXL::ColumnRange</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-index_in_collection">#index_in_collection</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-insert_cell">#insert_cell</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/ColumnRange.html#method-i-insert_column">#insert_column</a>
    &mdash;
    <span class="container">RubyXL::ColumnRange</span>

  <li class="method">
    <a href="RubyXL/ColumnRanges.html#method-i-insert_column">#insert_column</a>
    &mdash;
    <span class="container">RubyXL::ColumnRanges</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-insert_column">#insert_column</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-insert_row">#insert_row</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-inspect">#inspect</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-inspect">#inspect</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-is_bold">#is_bold</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-is_bolded">#is_bolded</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_column_bolded">#is_column_bolded</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_column_italicized">#is_column_italicized</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_column_struckthrough">#is_column_struckthrough</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_column_underlined">#is_column_underlined</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-is_date-3F">#is_date?</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/NumberFormat.html#method-i-is_date_format-3F">#is_date_format?</a>
    &mdash;
    <span class="container">RubyXL::NumberFormat</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-is_italic">#is_italic</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-is_italicized">#is_italicized</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_row_bolded">#is_row_bolded</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_row_italicized">#is_row_italicized</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_row_struckthrough">#is_row_struckthrough</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-is_row_underlined">#is_row_underlined</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-is_strikethrough">#is_strikethrough</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-is_struckthrough">#is_struckthrough</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-is_underlined">#is_underlined</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-is_underlined">#is_underlined</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-last_col">#last_col</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-last_row">#last_row</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/GenericStorage.html#method-i-load_dir">#load_dir</a>
    &mdash;
    <span class="container">RubyXL::GenericStorage</span>

  <li class="method">
    <a href="RubyXL/GenericStorage.html#method-i-load_file">#load_file</a>
    &mdash;
    <span class="container">RubyXL::GenericStorage</span>

  <li class="method">
    <a href="RubyXL/LegacyWorksheet.html#method-i-merge_cells">#merge_cells</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorksheet</span>

  <li class="method">
    <a href="RubyXL/OOXMLRelationshipsFile.html#method-i-metadata_relationship">#metadata_relationship</a>
    &mdash;
    <span class="container">RubyXL::OOXMLRelationshipsFile</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-modify_alignment">#modify_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-modify_border">#modify_border</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-modify_fill">#modify_fill</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-modify_text_wrap">#modify_text_wrap</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-num_to_date">#num_to_date</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-number_format">#number_format</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/OOXMLObjectClassMethods.html#method-i-obtain_class_variable">#obtain_class_variable</a>
    &mdash;
    <span class="container">RubyXL::OOXMLObjectClassMethods</span>

  <li class="method">
    <a href="RubyXL/Parser.html#method-i-parse">#parse</a>
    &mdash;
    <span class="container">RubyXL::Parser</span>

  <li class="method">
    <a href="RubyXL/OOXMLObjectClassMethods.html#method-i-parse">#parse</a>
    &mdash;
    <span class="container">RubyXL::OOXMLObjectClassMethods</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-raw_value">#raw_value</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-raw_value-3D">#raw_value=</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-register_new_fill">#register_new_fill</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-register_new_font">#register_new_font</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-register_new_xf">#register_new_xf</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-row">#row</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-row-3D">#row=</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-set_bold">#set_bold</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/OOXMLObjectClassMethods.html#method-i-set_countable">#set_countable</a>
    &mdash;
    <span class="container">RubyXL::OOXMLObjectClassMethods</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-set_italic">#set_italic</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-set_name">#set_name</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-set_rgb_color">#set_rgb_color</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-set_size">#set_size</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-set_strikethrough">#set_strikethrough</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/Font.html#method-i-set_underline">#set_underline</a>
    &mdash;
    <span class="container">RubyXL::Font</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-single_cell-3F">#single_cell?</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-text_wrap">#text_wrap</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/Text.html#method-i-to_s">#to_s</a>
    &mdash;
    <span class="container">RubyXL::Text</span>

  <li class="method">
    <a href="RubyXL/Reference.html#method-i-to_s">#to_s</a>
    &mdash;
    <span class="container">RubyXL::Reference</span>

  <li class="method">
    <a href="RubyXL/Sqref.html#method-i-to_s">#to_s</a>
    &mdash;
    <span class="container">RubyXL::Sqref</span>

  <li class="method">
    <a href="RubyXL/Cell.html#method-i-value">#value</a>
    &mdash;
    <span class="container">RubyXL::Cell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-vertical_alignment">#vertical_alignment</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyCell.html#method-i-workbook">#workbook</a>
    &mdash;
    <span class="container">RubyXL::LegacyCell</span>

  <li class="method">
    <a href="RubyXL/LegacyWorkbook.html#method-i-write">#write</a>
    &mdash;
    <span class="container">RubyXL::LegacyWorkbook</span>

  <li class="method">
    <a href="RubyXL/AExtension.html#method-i-write_xml">#write_xml</a>
    &mdash;
    <span class="container">RubyXL::AExtension</span>

  <li class="method">
    <a href="RubyXL/RawOOXML.html#method-i-write_xml">#write_xml</a>
    &mdash;
    <span class="container">RubyXL::RawOOXML</span>
</ul>
</main>


<footer id="validator-badges" role="contentinfo">
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
  <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>