axlsx 1.0.9 → 1.0.10

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.
Files changed (87) hide show
  1. data/Gemfile +7 -0
  2. data/Gemfile.lock +20 -0
  3. data/README.md +46 -3
  4. data/axlsx.gemspec +10 -10
  5. data/doc/Axlsx/App.html +111 -86
  6. data/doc/Axlsx/Ar/ClassMethods.html +188 -0
  7. data/doc/Axlsx/Ar/InstanceMethods.html +108 -0
  8. data/doc/Axlsx/Ar/SingletonMethods.html +312 -0
  9. data/doc/Axlsx/Ar.html +196 -0
  10. data/doc/Axlsx/Axis.html +57 -48
  11. data/doc/Axlsx/Bar3DChart.html +64 -54
  12. data/doc/Axlsx/BarSeries.html +29 -24
  13. data/doc/Axlsx/Border.html +45 -38
  14. data/doc/Axlsx/BorderPr.html +51 -44
  15. data/doc/Axlsx/CatAxis.html +32 -26
  16. data/doc/Axlsx/CatAxisData.html +25 -23
  17. data/doc/Axlsx/Cell.html +486 -65
  18. data/doc/Axlsx/CellAlignment.html +63 -50
  19. data/doc/Axlsx/CellProtection.html +20 -16
  20. data/doc/Axlsx/CellStyle.html +36 -28
  21. data/doc/Axlsx/Chart.html +102 -86
  22. data/doc/Axlsx/Color.html +27 -21
  23. data/doc/Axlsx/ContentType.html +15 -13
  24. data/doc/Axlsx/Core.html +27 -24
  25. data/doc/Axlsx/DataTypeValidator.html +13 -12
  26. data/doc/Axlsx/Default.html +21 -17
  27. data/doc/Axlsx/Drawing.html +82 -68
  28. data/doc/Axlsx/Fill.html +14 -11
  29. data/doc/Axlsx/Font.html +98 -82
  30. data/doc/Axlsx/GradientFill.html +47 -37
  31. data/doc/Axlsx/GradientStop.html +17 -13
  32. data/doc/Axlsx/GraphicFrame.html +39 -34
  33. data/doc/Axlsx/Line3DChart.html +64 -55
  34. data/doc/Axlsx/LineSeries.html +24 -20
  35. data/doc/Axlsx/Marker.html +40 -33
  36. data/doc/Axlsx/NumFmt.html +52 -47
  37. data/doc/Axlsx/OneCellAnchor.html +49 -41
  38. data/doc/Axlsx/Override.html +21 -17
  39. data/doc/Axlsx/Package.html +186 -77
  40. data/doc/Axlsx/PatternFill.html +47 -41
  41. data/doc/Axlsx/Pic.html +99 -83
  42. data/doc/Axlsx/Pie3DChart.html +17 -15
  43. data/doc/Axlsx/PieSeries.html +29 -24
  44. data/doc/Axlsx/RegexValidator.html +6 -5
  45. data/doc/Axlsx/Relationship.html +21 -17
  46. data/doc/Axlsx/Relationships.html +15 -13
  47. data/doc/Axlsx/RestrictionValidator.html +7 -6
  48. data/doc/Axlsx/Row.html +187 -33
  49. data/doc/Axlsx/Scaling.html +35 -29
  50. data/doc/Axlsx/SerAxis.html +23 -19
  51. data/doc/Axlsx/Series.html +140 -28
  52. data/doc/Axlsx/SeriesTitle.html +16 -15
  53. data/doc/Axlsx/Styles.html +179 -164
  54. data/doc/Axlsx/TableStyle.html +28 -23
  55. data/doc/Axlsx/TableStyleElement.html +53 -47
  56. data/doc/Axlsx/TableStyles.html +26 -22
  57. data/doc/Axlsx/Title.html +32 -28
  58. data/doc/Axlsx/TwoCellAnchor.html +50 -42
  59. data/doc/Axlsx/ValAxis.html +18 -15
  60. data/doc/Axlsx/ValAxisData.html +20 -19
  61. data/doc/Axlsx/View3D.html +48 -38
  62. data/doc/Axlsx/Workbook.html +225 -201
  63. data/doc/Axlsx/Worksheet.html +869 -184
  64. data/doc/Axlsx/Xf.html +75 -58
  65. data/doc/Axlsx.html +207 -124
  66. data/doc/_index.html +2 -2
  67. data/doc/css/style.css +1 -1
  68. data/doc/file.LICENSE.html +11 -10
  69. data/doc/file.README.html +142 -93
  70. data/doc/index.html +142 -93
  71. data/doc/js/app.js +4 -4
  72. data/doc/method_list.html +460 -364
  73. data/doc/top-level-namespace.html +2 -2
  74. data/examples/example.rb +71 -14
  75. data/lib/axlsx/package.rb +8 -1
  76. data/lib/axlsx/stylesheet/styles.rb +1 -1
  77. data/lib/axlsx/util/simple_typed_list.rb +5 -0
  78. data/lib/axlsx/version.rb +1 -1
  79. data/lib/axlsx/workbook/workbook.rb +4 -2
  80. data/lib/axlsx/workbook/worksheet/cell.rb +8 -13
  81. data/lib/axlsx/workbook/worksheet/row.rb +15 -0
  82. data/lib/axlsx/workbook/worksheet/worksheet.rb +44 -1
  83. data/lib/axlsx.rb +3 -5
  84. data/test/rels/tc_relationships.rb +2 -6
  85. data/test/workbook/worksheet/tc_row.rb +6 -0
  86. data/test/workbook/worksheet/tc_worksheet.rb +36 -0
  87. metadata +139 -55
data/doc/method_list.html CHANGED
@@ -81,17 +81,17 @@
81
81
 
82
82
 
83
83
  <li class="r2 ">
84
- <span class='object_link'><a href="Axlsx/Override.html#ContentType-instance_method" title="Axlsx::Override#ContentType (method)">#ContentType</a></span>
84
+ <span class='object_link'><a href="Axlsx/Default.html#ContentType-instance_method" title="Axlsx::Default#ContentType (method)">#ContentType</a></span>
85
85
 
86
- <small>Axlsx::Override</small>
86
+ <small>Axlsx::Default</small>
87
87
 
88
88
  </li>
89
89
 
90
90
 
91
91
  <li class="r1 ">
92
- <span class='object_link'><a href="Axlsx/Default.html#ContentType-instance_method" title="Axlsx::Default#ContentType (method)">#ContentType</a></span>
92
+ <span class='object_link'><a href="Axlsx/Override.html#ContentType-instance_method" title="Axlsx::Override#ContentType (method)">#ContentType</a></span>
93
93
 
94
- <small>Axlsx::Default</small>
94
+ <small>Axlsx::Override</small>
95
95
 
96
96
  </li>
97
97
 
@@ -289,33 +289,33 @@
289
289
 
290
290
 
291
291
  <li class="r2 ">
292
- <span class='object_link'><a href="Axlsx/Worksheet.html#add_chart-instance_method" title="Axlsx::Worksheet#add_chart (method)">#add_chart</a></span>
292
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#add_chart-instance_method" title="Axlsx::TwoCellAnchor#add_chart (method)">#add_chart</a></span>
293
293
 
294
- <small>Axlsx::Worksheet</small>
294
+ <small>Axlsx::TwoCellAnchor</small>
295
295
 
296
296
  </li>
297
297
 
298
298
 
299
299
  <li class="r1 ">
300
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#add_chart-instance_method" title="Axlsx::TwoCellAnchor#add_chart (method)">#add_chart</a></span>
300
+ <span class='object_link'><a href="Axlsx/Worksheet.html#add_chart-instance_method" title="Axlsx::Worksheet#add_chart (method)">#add_chart</a></span>
301
301
 
302
- <small>Axlsx::TwoCellAnchor</small>
302
+ <small>Axlsx::Worksheet</small>
303
303
 
304
304
  </li>
305
305
 
306
306
 
307
307
  <li class="r2 ">
308
- <span class='object_link'><a href="Axlsx/Worksheet.html#add_image-instance_method" title="Axlsx::Worksheet#add_image (method)">#add_image</a></span>
308
+ <span class='object_link'><a href="Axlsx/Drawing.html#add_image-instance_method" title="Axlsx::Drawing#add_image (method)">#add_image</a></span>
309
309
 
310
- <small>Axlsx::Worksheet</small>
310
+ <small>Axlsx::Drawing</small>
311
311
 
312
312
  </li>
313
313
 
314
314
 
315
315
  <li class="r1 ">
316
- <span class='object_link'><a href="Axlsx/Drawing.html#add_image-instance_method" title="Axlsx::Drawing#add_image (method)">#add_image</a></span>
316
+ <span class='object_link'><a href="Axlsx/Worksheet.html#add_image-instance_method" title="Axlsx::Worksheet#add_image (method)">#add_image</a></span>
317
317
 
318
- <small>Axlsx::Drawing</small>
318
+ <small>Axlsx::Worksheet</small>
319
319
 
320
320
  </li>
321
321
 
@@ -361,17 +361,17 @@
361
361
 
362
362
 
363
363
  <li class="r1 ">
364
- <span class='object_link'><a href="Axlsx/GraphicFrame.html#anchor-instance_method" title="Axlsx::GraphicFrame#anchor (method)">#anchor</a></span>
364
+ <span class='object_link'><a href="Axlsx/Pic.html#anchor-instance_method" title="Axlsx::Pic#anchor (method)">#anchor</a></span>
365
365
 
366
- <small>Axlsx::GraphicFrame</small>
366
+ <small>Axlsx::Pic</small>
367
367
 
368
368
  </li>
369
369
 
370
370
 
371
371
  <li class="r2 ">
372
- <span class='object_link'><a href="Axlsx/Pic.html#anchor-instance_method" title="Axlsx::Pic#anchor (method)">#anchor</a></span>
372
+ <span class='object_link'><a href="Axlsx/GraphicFrame.html#anchor-instance_method" title="Axlsx::GraphicFrame#anchor (method)">#anchor</a></span>
373
373
 
374
- <small>Axlsx::Pic</small>
374
+ <small>Axlsx::GraphicFrame</small>
375
375
 
376
376
  </li>
377
377
 
@@ -433,17 +433,17 @@
433
433
 
434
434
 
435
435
  <li class="r2 ">
436
- <span class='object_link'><a href="Axlsx/CatAxis.html#auto-instance_method" title="Axlsx::CatAxis#auto (method)">#auto</a></span>
436
+ <span class='object_link'><a href="Axlsx/Color.html#auto-instance_method" title="Axlsx::Color#auto (method)">#auto</a></span>
437
437
 
438
- <small>Axlsx::CatAxis</small>
438
+ <small>Axlsx::Color</small>
439
439
 
440
440
  </li>
441
441
 
442
442
 
443
443
  <li class="r1 ">
444
- <span class='object_link'><a href="Axlsx/Color.html#auto-instance_method" title="Axlsx::Color#auto (method)">#auto</a></span>
444
+ <span class='object_link'><a href="Axlsx/CatAxis.html#auto-instance_method" title="Axlsx::CatAxis#auto (method)">#auto</a></span>
445
445
 
446
- <small>Axlsx::Color</small>
446
+ <small>Axlsx::CatAxis</small>
447
447
 
448
448
  </li>
449
449
 
@@ -457,6 +457,14 @@
457
457
 
458
458
 
459
459
  <li class="r1 ">
460
+ <span class='object_link'><a href="Axlsx/Worksheet.html#auto_width-instance_method" title="Axlsx::Worksheet#auto_width (method)">#auto_width</a></span>
461
+
462
+ <small>Axlsx::Worksheet</small>
463
+
464
+ </li>
465
+
466
+
467
+ <li class="r2 ">
460
468
  <span class='object_link'><a href="Axlsx/Axis.html#axId-instance_method" title="Axlsx::Axis#axId (method)">#axId</a></span>
461
469
 
462
470
  <small>Axlsx::Axis</small>
@@ -464,7 +472,7 @@
464
472
  </li>
465
473
 
466
474
 
467
- <li class="r2 ">
475
+ <li class="r1 ">
468
476
  <span class='object_link'><a href="Axlsx/Axis.html#axPos-instance_method" title="Axlsx::Axis#axPos (method)">#axPos</a></span>
469
477
 
470
478
  <small>Axlsx::Axis</small>
@@ -472,7 +480,7 @@
472
480
  </li>
473
481
 
474
482
 
475
- <li class="r1 ">
483
+ <li class="r2 ">
476
484
  <span class='object_link'><a href="Axlsx/Font.html#b-instance_method" title="Axlsx::Font#b (method)">#b</a></span>
477
485
 
478
486
  <small>Axlsx::Font</small>
@@ -480,7 +488,7 @@
480
488
  </li>
481
489
 
482
490
 
483
- <li class="r2 ">
491
+ <li class="r1 ">
484
492
  <span class='object_link'><a href="Axlsx/Bar3DChart.html#barDir-instance_method" title="Axlsx::Bar3DChart#barDir (method)">#barDir</a></span>
485
493
 
486
494
  <small>Axlsx::Bar3DChart</small>
@@ -488,7 +496,7 @@
488
496
  </li>
489
497
 
490
498
 
491
- <li class="r1 ">
499
+ <li class="r2 ">
492
500
  <span class='object_link'><a href="Axlsx/PatternFill.html#bgColor-instance_method" title="Axlsx::PatternFill#bgColor (method)">#bgColor</a></span>
493
501
 
494
502
  <small>Axlsx::PatternFill</small>
@@ -496,7 +504,7 @@
496
504
  </li>
497
505
 
498
506
 
499
- <li class="r2 ">
507
+ <li class="r1 ">
500
508
  <span class='object_link'><a href="Axlsx/Xf.html#borderId-instance_method" title="Axlsx::Xf#borderId (method)">#borderId</a></span>
501
509
 
502
510
  <small>Axlsx::Xf</small>
@@ -504,7 +512,7 @@
504
512
  </li>
505
513
 
506
514
 
507
- <li class="r1 ">
515
+ <li class="r2 ">
508
516
  <span class='object_link'><a href="Axlsx/Styles.html#borders-instance_method" title="Axlsx::Styles#borders (method)">#borders</a></span>
509
517
 
510
518
  <small>Axlsx::Styles</small>
@@ -512,7 +520,7 @@
512
520
  </li>
513
521
 
514
522
 
515
- <li class="r2 ">
523
+ <li class="r1 ">
516
524
  <span class='object_link'><a href="Axlsx/GradientFill.html#bottom-instance_method" title="Axlsx::GradientFill#bottom (method)">#bottom</a></span>
517
525
 
518
526
  <small>Axlsx::GradientFill</small>
@@ -520,7 +528,7 @@
520
528
  </li>
521
529
 
522
530
 
523
- <li class="r1 ">
531
+ <li class="r2 ">
524
532
  <span class='object_link'><a href="Axlsx/CellStyle.html#builtinId-instance_method" title="Axlsx::CellStyle#builtinId (method)">#builtinId</a></span>
525
533
 
526
534
  <small>Axlsx::CellStyle</small>
@@ -528,15 +536,15 @@
528
536
  </li>
529
537
 
530
538
 
531
- <li class="r2 ">
532
- <span class='object_link'><a href="Axlsx/Line3DChart.html#catAxis-instance_method" title="Axlsx::Line3DChart#catAxis (method)">#catAxis</a></span>
539
+ <li class="r1 ">
540
+ <span class='object_link'><a href="Axlsx/Cell.html#cast_value-instance_method" title="Axlsx::Cell#cast_value (method)">#cast_value</a></span>
533
541
 
534
- <small>Axlsx::Line3DChart</small>
542
+ <small>Axlsx::Cell</small>
535
543
 
536
544
  </li>
537
545
 
538
546
 
539
- <li class="r1 ">
547
+ <li class="r2 ">
540
548
  <span class='object_link'><a href="Axlsx/Bar3DChart.html#catAxis-instance_method" title="Axlsx::Bar3DChart#catAxis (method)">#catAxis</a></span>
541
549
 
542
550
  <small>Axlsx::Bar3DChart</small>
@@ -544,6 +552,14 @@
544
552
  </li>
545
553
 
546
554
 
555
+ <li class="r1 ">
556
+ <span class='object_link'><a href="Axlsx/Line3DChart.html#catAxis-instance_method" title="Axlsx::Line3DChart#catAxis (method)">#catAxis</a></span>
557
+
558
+ <small>Axlsx::Line3DChart</small>
559
+
560
+ </li>
561
+
562
+
547
563
  <li class="r2 ">
548
564
  <span class='object_link'><a href="Axlsx/Title.html#cell-instance_method" title="Axlsx::Title#cell (method)">#cell</a></span>
549
565
 
@@ -585,6 +601,14 @@
585
601
 
586
602
 
587
603
  <li class="r1 ">
604
+ <span class='object_link'><a href="Axlsx/Cell.html#cell_type_from_value-instance_method" title="Axlsx::Cell#cell_type_from_value (method)">#cell_type_from_value</a></span>
605
+
606
+ <small>Axlsx::Cell</small>
607
+
608
+ </li>
609
+
610
+
611
+ <li class="r2 ">
588
612
  <span class='object_link'><a href="Axlsx/Row.html#cells-instance_method" title="Axlsx::Row#cells (method)">#cells</a></span>
589
613
 
590
614
  <small>Axlsx::Row</small>
@@ -592,7 +616,7 @@
592
616
  </li>
593
617
 
594
618
 
595
- <li class="r2 ">
619
+ <li class="r1 ">
596
620
  <span class='object_link'><a href="Axlsx/Font.html#charset-instance_method" title="Axlsx::Font#charset (method)">#charset</a></span>
597
621
 
598
622
  <small>Axlsx::Font</small>
@@ -600,6 +624,14 @@
600
624
  </li>
601
625
 
602
626
 
627
+ <li class="r2 ">
628
+ <span class='object_link'><a href="Axlsx/GraphicFrame.html#chart-instance_method" title="Axlsx::GraphicFrame#chart (method)">#chart</a></span>
629
+
630
+ <small>Axlsx::GraphicFrame</small>
631
+
632
+ </li>
633
+
634
+
603
635
  <li class="r1 ">
604
636
  <span class='object_link'><a href="Axlsx/Series.html#chart-instance_method" title="Axlsx::Series#chart (method)">#chart</a></span>
605
637
 
@@ -609,9 +641,9 @@
609
641
 
610
642
 
611
643
  <li class="r2 ">
612
- <span class='object_link'><a href="Axlsx/GraphicFrame.html#chart-instance_method" title="Axlsx::GraphicFrame#chart (method)">#chart</a></span>
644
+ <span class='object_link'><a href="Axlsx/Drawing.html#charts-instance_method" title="Axlsx::Drawing#charts (method)">#charts</a></span>
613
645
 
614
- <small>Axlsx::GraphicFrame</small>
646
+ <small>Axlsx::Drawing</small>
615
647
 
616
648
  </li>
617
649
 
@@ -625,15 +657,15 @@
625
657
 
626
658
 
627
659
  <li class="r2 ">
628
- <span class='object_link'><a href="Axlsx/Drawing.html#charts-instance_method" title="Axlsx::Drawing#charts (method)">#charts</a></span>
660
+ <span class='object_link'><a href="Axlsx/Marker.html#col-instance_method" title="Axlsx::Marker#col (method)">#col</a></span>
629
661
 
630
- <small>Axlsx::Drawing</small>
662
+ <small>Axlsx::Marker</small>
631
663
 
632
664
  </li>
633
665
 
634
666
 
635
667
  <li class="r1 ">
636
- <span class='object_link'><a href="Axlsx/Marker.html#col-instance_method" title="Axlsx::Marker#col (method)">#col</a></span>
668
+ <span class='object_link'><a href="Axlsx/Marker.html#colOff-instance_method" title="Axlsx::Marker#colOff (method)">#colOff</a></span>
637
669
 
638
670
  <small>Axlsx::Marker</small>
639
671
 
@@ -641,14 +673,22 @@
641
673
 
642
674
 
643
675
  <li class="r2 ">
644
- <span class='object_link'><a href="Axlsx/Marker.html#colOff-instance_method" title="Axlsx::Marker#colOff (method)">#colOff</a></span>
676
+ <span class='object_link'><a href="Axlsx/Cell.html#col_ref-instance_method" title="Axlsx::Cell#col_ref (method)">#col_ref</a></span>
645
677
 
646
- <small>Axlsx::Marker</small>
678
+ <small>Axlsx::Cell</small>
647
679
 
648
680
  </li>
649
681
 
650
682
 
651
683
  <li class="r1 ">
684
+ <span class='object_link'><a href="Axlsx/Worksheet.html#col_style-instance_method" title="Axlsx::Worksheet#col_style (method)">#col_style</a></span>
685
+
686
+ <small>Axlsx::Worksheet</small>
687
+
688
+ </li>
689
+
690
+
691
+ <li class="r2 ">
652
692
  <span class='object_link'><a href="Axlsx/GradientStop.html#color-instance_method" title="Axlsx::GradientStop#color (method)">#color</a></span>
653
693
 
654
694
  <small>Axlsx::GradientStop</small>
@@ -656,7 +696,7 @@
656
696
  </li>
657
697
 
658
698
 
659
- <li class="r2 ">
699
+ <li class="r1 ">
660
700
  <span class='object_link'><a href="Axlsx/Font.html#color-instance_method" title="Axlsx::Font#color (method)">#color</a></span>
661
701
 
662
702
  <small>Axlsx::Font</small>
@@ -664,7 +704,7 @@
664
704
  </li>
665
705
 
666
706
 
667
- <li class="r1 ">
707
+ <li class="r2 ">
668
708
  <span class='object_link'><a href="Axlsx/BorderPr.html#color-instance_method" title="Axlsx::BorderPr#color (method)">#color</a></span>
669
709
 
670
710
  <small>Axlsx::BorderPr</small>
@@ -672,6 +712,14 @@
672
712
  </li>
673
713
 
674
714
 
715
+ <li class="r1 ">
716
+ <span class='object_link'><a href="Axlsx/Worksheet.html#cols-instance_method" title="Axlsx::Worksheet#cols (method)">#cols</a></span>
717
+
718
+ <small>Axlsx::Worksheet</small>
719
+
720
+ </li>
721
+
722
+
675
723
  <li class="r2 ">
676
724
  <span class='object_link'><a href="Axlsx/Font.html#condense-instance_method" title="Axlsx::Font#condense (method)">#condense</a></span>
677
725
 
@@ -753,7 +801,7 @@
753
801
 
754
802
 
755
803
  <li class="r2 ">
756
- <span class='object_link'><a href="Axlsx/Workbook.html#date1904-instance_method" title="Axlsx::Workbook#date1904 (method)">#date1904</a></span>
804
+ <span class='object_link'><a href="Axlsx/Workbook.html#date1904-class_method" title="Axlsx::Workbook.date1904 (method)">date1904</a></span>
757
805
 
758
806
  <small>Axlsx::Workbook</small>
759
807
 
@@ -761,7 +809,7 @@
761
809
 
762
810
 
763
811
  <li class="r1 ">
764
- <span class='object_link'><a href="Axlsx/Workbook.html#date1904-class_method" title="Axlsx::Workbook.date1904 (method)">date1904</a></span>
812
+ <span class='object_link'><a href="Axlsx/Workbook.html#date1904-instance_method" title="Axlsx::Workbook#date1904 (method)">#date1904</a></span>
765
813
 
766
814
  <small>Axlsx::Workbook</small>
767
815
 
@@ -849,17 +897,17 @@
849
897
 
850
898
 
851
899
  <li class="r2 ">
852
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#drawing-instance_method" title="Axlsx::TwoCellAnchor#drawing (method)">#drawing</a></span>
900
+ <span class='object_link'><a href="Axlsx/OneCellAnchor.html#drawing-instance_method" title="Axlsx::OneCellAnchor#drawing (method)">#drawing</a></span>
853
901
 
854
- <small>Axlsx::TwoCellAnchor</small>
902
+ <small>Axlsx::OneCellAnchor</small>
855
903
 
856
904
  </li>
857
905
 
858
906
 
859
907
  <li class="r1 ">
860
- <span class='object_link'><a href="Axlsx/OneCellAnchor.html#drawing-instance_method" title="Axlsx::OneCellAnchor#drawing (method)">#drawing</a></span>
908
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#drawing-instance_method" title="Axlsx::TwoCellAnchor#drawing (method)">#drawing</a></span>
861
909
 
862
- <small>Axlsx::OneCellAnchor</small>
910
+ <small>Axlsx::TwoCellAnchor</small>
863
911
 
864
912
  </li>
865
913
 
@@ -1001,25 +1049,25 @@
1001
1049
 
1002
1050
 
1003
1051
  <li class="r1 ">
1004
- <span class='object_link'><a href="Axlsx/Chart.html#from-instance_method" title="Axlsx::Chart#from (method)">#from</a></span>
1052
+ <span class='object_link'><a href="Axlsx/OneCellAnchor.html#from-instance_method" title="Axlsx::OneCellAnchor#from (method)">#from</a></span>
1005
1053
 
1006
- <small>Axlsx::Chart</small>
1054
+ <small>Axlsx::OneCellAnchor</small>
1007
1055
 
1008
1056
  </li>
1009
1057
 
1010
1058
 
1011
1059
  <li class="r2 ">
1012
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#from-instance_method" title="Axlsx::TwoCellAnchor#from (method)">#from</a></span>
1060
+ <span class='object_link'><a href="Axlsx/Chart.html#from-instance_method" title="Axlsx::Chart#from (method)">#from</a></span>
1013
1061
 
1014
- <small>Axlsx::TwoCellAnchor</small>
1062
+ <small>Axlsx::Chart</small>
1015
1063
 
1016
1064
  </li>
1017
1065
 
1018
1066
 
1019
1067
  <li class="r1 ">
1020
- <span class='object_link'><a href="Axlsx/OneCellAnchor.html#from-instance_method" title="Axlsx::OneCellAnchor#from (method)">#from</a></span>
1068
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#from-instance_method" title="Axlsx::TwoCellAnchor#from (method)">#from</a></span>
1021
1069
 
1022
- <small>Axlsx::OneCellAnchor</small>
1070
+ <small>Axlsx::TwoCellAnchor</small>
1023
1071
 
1024
1072
  </li>
1025
1073
 
@@ -1057,17 +1105,17 @@
1057
1105
 
1058
1106
 
1059
1107
  <li class="r2 ">
1060
- <span class='object_link'><a href="Axlsx/Bar3DChart.html#grouping-instance_method" title="Axlsx::Bar3DChart#grouping (method)">#grouping</a></span>
1108
+ <span class='object_link'><a href="Axlsx/Line3DChart.html#grouping-instance_method" title="Axlsx::Line3DChart#grouping (method)">#grouping</a></span>
1061
1109
 
1062
- <small>Axlsx::Bar3DChart</small>
1110
+ <small>Axlsx::Line3DChart</small>
1063
1111
 
1064
1112
  </li>
1065
1113
 
1066
1114
 
1067
1115
  <li class="r1 ">
1068
- <span class='object_link'><a href="Axlsx/Line3DChart.html#grouping-instance_method" title="Axlsx::Line3DChart#grouping (method)">#grouping</a></span>
1116
+ <span class='object_link'><a href="Axlsx/Bar3DChart.html#grouping-instance_method" title="Axlsx::Bar3DChart#grouping (method)">#grouping</a></span>
1069
1117
 
1070
- <small>Axlsx::Line3DChart</small>
1118
+ <small>Axlsx::Bar3DChart</small>
1071
1119
 
1072
1120
  </li>
1073
1121
 
@@ -1153,17 +1201,17 @@
1153
1201
 
1154
1202
 
1155
1203
  <li class="r2 ">
1156
- <span class='object_link'><a href="Axlsx/Drawing.html#images-instance_method" title="Axlsx::Drawing#images (method)">#images</a></span>
1204
+ <span class='object_link'><a href="Axlsx/Workbook.html#images-instance_method" title="Axlsx::Workbook#images (method)">#images</a></span>
1157
1205
 
1158
- <small>Axlsx::Drawing</small>
1206
+ <small>Axlsx::Workbook</small>
1159
1207
 
1160
1208
  </li>
1161
1209
 
1162
1210
 
1163
1211
  <li class="r1 ">
1164
- <span class='object_link'><a href="Axlsx/Workbook.html#images-instance_method" title="Axlsx::Workbook#images (method)">#images</a></span>
1212
+ <span class='object_link'><a href="Axlsx/Drawing.html#images-instance_method" title="Axlsx::Drawing#images (method)">#images</a></span>
1165
1213
 
1166
- <small>Axlsx::Workbook</small>
1214
+ <small>Axlsx::Drawing</small>
1167
1215
 
1168
1216
  </li>
1169
1217
 
@@ -1177,33 +1225,33 @@
1177
1225
 
1178
1226
 
1179
1227
  <li class="r1 ">
1180
- <span class='object_link'><a href="Axlsx/Worksheet.html#index-instance_method" title="Axlsx::Worksheet#index (method)">#index</a></span>
1228
+ <span class='object_link'><a href="Axlsx/Row.html#index-instance_method" title="Axlsx::Row#index (method)">#index</a></span>
1181
1229
 
1182
- <small>Axlsx::Worksheet</small>
1230
+ <small>Axlsx::Row</small>
1183
1231
 
1184
1232
  </li>
1185
1233
 
1186
1234
 
1187
1235
  <li class="r2 ">
1188
- <span class='object_link'><a href="Axlsx/Row.html#index-instance_method" title="Axlsx::Row#index (method)">#index</a></span>
1236
+ <span class='object_link'><a href="Axlsx/Worksheet.html#index-instance_method" title="Axlsx::Worksheet#index (method)">#index</a></span>
1189
1237
 
1190
- <small>Axlsx::Row</small>
1238
+ <small>Axlsx::Worksheet</small>
1191
1239
 
1192
1240
  </li>
1193
1241
 
1194
1242
 
1195
1243
  <li class="r1 ">
1196
- <span class='object_link'><a href="Axlsx/Series.html#index-instance_method" title="Axlsx::Series#index (method)">#index</a></span>
1244
+ <span class='object_link'><a href="Axlsx/Drawing.html#index-instance_method" title="Axlsx::Drawing#index (method)">#index</a></span>
1197
1245
 
1198
- <small>Axlsx::Series</small>
1246
+ <small>Axlsx::Drawing</small>
1199
1247
 
1200
1248
  </li>
1201
1249
 
1202
1250
 
1203
1251
  <li class="r2 ">
1204
- <span class='object_link'><a href="Axlsx/Chart.html#index-instance_method" title="Axlsx::Chart#index (method)">#index</a></span>
1252
+ <span class='object_link'><a href="Axlsx/Series.html#index-instance_method" title="Axlsx::Series#index (method)">#index</a></span>
1205
1253
 
1206
- <small>Axlsx::Chart</small>
1254
+ <small>Axlsx::Series</small>
1207
1255
 
1208
1256
  </li>
1209
1257
 
@@ -1217,33 +1265,33 @@
1217
1265
 
1218
1266
 
1219
1267
  <li class="r2 ">
1220
- <span class='object_link'><a href="Axlsx/OneCellAnchor.html#index-instance_method" title="Axlsx::OneCellAnchor#index (method)">#index</a></span>
1268
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#index-instance_method" title="Axlsx::TwoCellAnchor#index (method)">#index</a></span>
1221
1269
 
1222
- <small>Axlsx::OneCellAnchor</small>
1270
+ <small>Axlsx::TwoCellAnchor</small>
1223
1271
 
1224
1272
  </li>
1225
1273
 
1226
1274
 
1227
1275
  <li class="r1 ">
1228
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#index-instance_method" title="Axlsx::TwoCellAnchor#index (method)">#index</a></span>
1276
+ <span class='object_link'><a href="Axlsx/Chart.html#index-instance_method" title="Axlsx::Chart#index (method)">#index</a></span>
1229
1277
 
1230
- <small>Axlsx::TwoCellAnchor</small>
1278
+ <small>Axlsx::Chart</small>
1231
1279
 
1232
1280
  </li>
1233
1281
 
1234
1282
 
1235
1283
  <li class="r2 ">
1236
- <span class='object_link'><a href="Axlsx/Pic.html#index-instance_method" title="Axlsx::Pic#index (method)">#index</a></span>
1284
+ <span class='object_link'><a href="Axlsx/OneCellAnchor.html#index-instance_method" title="Axlsx::OneCellAnchor#index (method)">#index</a></span>
1237
1285
 
1238
- <small>Axlsx::Pic</small>
1286
+ <small>Axlsx::OneCellAnchor</small>
1239
1287
 
1240
1288
  </li>
1241
1289
 
1242
1290
 
1243
1291
  <li class="r1 ">
1244
- <span class='object_link'><a href="Axlsx/Drawing.html#index-instance_method" title="Axlsx::Drawing#index (method)">#index</a></span>
1292
+ <span class='object_link'><a href="Axlsx/Pic.html#index-instance_method" title="Axlsx::Pic#index (method)">#index</a></span>
1245
1293
 
1246
- <small>Axlsx::Drawing</small>
1294
+ <small>Axlsx::Pic</small>
1247
1295
 
1248
1296
  </li>
1249
1297
 
@@ -1257,265 +1305,265 @@
1257
1305
 
1258
1306
 
1259
1307
  <li class="r1 ">
1260
- <span class='object_link'><a href="Axlsx/Font.html#initialize-instance_method" title="Axlsx::Font#initialize (method)">#initialize</a></span>
1308
+ <span class='object_link'><a href="Axlsx/Bar3DChart.html#initialize-instance_method" title="Axlsx::Bar3DChart#initialize (method)">#initialize</a></span>
1261
1309
 
1262
- <small>Axlsx::Font</small>
1310
+ <small>Axlsx::Bar3DChart</small>
1263
1311
 
1264
1312
  </li>
1265
1313
 
1266
1314
 
1267
1315
  <li class="r2 ">
1268
- <span class='object_link'><a href="Axlsx/Core.html#initialize-instance_method" title="Axlsx::Core#initialize (method)">#initialize</a></span>
1316
+ <span class='object_link'><a href="Axlsx/GradientFill.html#initialize-instance_method" title="Axlsx::GradientFill#initialize (method)">#initialize</a></span>
1269
1317
 
1270
- <small>Axlsx::Core</small>
1318
+ <small>Axlsx::GradientFill</small>
1271
1319
 
1272
1320
  </li>
1273
1321
 
1274
1322
 
1275
1323
  <li class="r1 ">
1276
- <span class='object_link'><a href="Axlsx/Bar3DChart.html#initialize-instance_method" title="Axlsx::Bar3DChart#initialize (method)">#initialize</a></span>
1324
+ <span class='object_link'><a href="Axlsx/Core.html#initialize-instance_method" title="Axlsx::Core#initialize (method)">#initialize</a></span>
1277
1325
 
1278
- <small>Axlsx::Bar3DChart</small>
1326
+ <small>Axlsx::Core</small>
1279
1327
 
1280
1328
  </li>
1281
1329
 
1282
1330
 
1283
1331
  <li class="r2 ">
1284
- <span class='object_link'><a href="Axlsx/Override.html#initialize-instance_method" title="Axlsx::Override#initialize (method)">#initialize</a></span>
1332
+ <span class='object_link'><a href="Axlsx/Scaling.html#initialize-instance_method" title="Axlsx::Scaling#initialize (method)">#initialize</a></span>
1285
1333
 
1286
- <small>Axlsx::Override</small>
1334
+ <small>Axlsx::Scaling</small>
1287
1335
 
1288
1336
  </li>
1289
1337
 
1290
1338
 
1291
1339
  <li class="r1 ">
1292
- <span class='object_link'><a href="Axlsx/View3D.html#initialize-instance_method" title="Axlsx::View3D#initialize (method)">#initialize</a></span>
1340
+ <span class='object_link'><a href="Axlsx/Styles.html#initialize-instance_method" title="Axlsx::Styles#initialize (method)">#initialize</a></span>
1293
1341
 
1294
- <small>Axlsx::View3D</small>
1342
+ <small>Axlsx::Styles</small>
1295
1343
 
1296
1344
  </li>
1297
1345
 
1298
1346
 
1299
1347
  <li class="r2 ">
1300
- <span class='object_link'><a href="Axlsx/CatAxisData.html#initialize-instance_method" title="Axlsx::CatAxisData#initialize (method)">#initialize</a></span>
1348
+ <span class='object_link'><a href="Axlsx/TableStyles.html#initialize-instance_method" title="Axlsx::TableStyles#initialize (method)">#initialize</a></span>
1301
1349
 
1302
- <small>Axlsx::CatAxisData</small>
1350
+ <small>Axlsx::TableStyles</small>
1303
1351
 
1304
1352
  </li>
1305
1353
 
1306
1354
 
1307
1355
  <li class="r1 ">
1308
- <span class='object_link'><a href="Axlsx/Drawing.html#initialize-instance_method" title="Axlsx::Drawing#initialize (method)">#initialize</a></span>
1356
+ <span class='object_link'><a href="Axlsx/Fill.html#initialize-instance_method" title="Axlsx::Fill#initialize (method)">#initialize</a></span>
1309
1357
 
1310
- <small>Axlsx::Drawing</small>
1358
+ <small>Axlsx::Fill</small>
1311
1359
 
1312
1360
  </li>
1313
1361
 
1314
1362
 
1315
1363
  <li class="r2 ">
1316
- <span class='object_link'><a href="Axlsx/Xf.html#initialize-instance_method" title="Axlsx::Xf#initialize (method)">#initialize</a></span>
1364
+ <span class='object_link'><a href="Axlsx/Workbook.html#initialize-instance_method" title="Axlsx::Workbook#initialize (method)">#initialize</a></span>
1317
1365
 
1318
- <small>Axlsx::Xf</small>
1366
+ <small>Axlsx::Workbook</small>
1319
1367
 
1320
1368
  </li>
1321
1369
 
1322
1370
 
1323
1371
  <li class="r1 ">
1324
- <span class='object_link'><a href="Axlsx/LineSeries.html#initialize-instance_method" title="Axlsx::LineSeries#initialize (method)">#initialize</a></span>
1372
+ <span class='object_link'><a href="Axlsx/Drawing.html#initialize-instance_method" title="Axlsx::Drawing#initialize (method)">#initialize</a></span>
1325
1373
 
1326
- <small>Axlsx::LineSeries</small>
1374
+ <small>Axlsx::Drawing</small>
1327
1375
 
1328
1376
  </li>
1329
1377
 
1330
1378
 
1331
1379
  <li class="r2 ">
1332
- <span class='object_link'><a href="Axlsx/Axis.html#initialize-instance_method" title="Axlsx::Axis#initialize (method)">#initialize</a></span>
1380
+ <span class='object_link'><a href="Axlsx/GradientStop.html#initialize-instance_method" title="Axlsx::GradientStop#initialize (method)">#initialize</a></span>
1333
1381
 
1334
- <small>Axlsx::Axis</small>
1382
+ <small>Axlsx::GradientStop</small>
1335
1383
 
1336
1384
  </li>
1337
1385
 
1338
1386
 
1339
1387
  <li class="r1 ">
1340
- <span class='object_link'><a href="Axlsx/PieSeries.html#initialize-instance_method" title="Axlsx::PieSeries#initialize (method)">#initialize</a></span>
1388
+ <span class='object_link'><a href="Axlsx/Chart.html#initialize-instance_method" title="Axlsx::Chart#initialize (method)">#initialize</a></span>
1341
1389
 
1342
- <small>Axlsx::PieSeries</small>
1390
+ <small>Axlsx::Chart</small>
1343
1391
 
1344
1392
  </li>
1345
1393
 
1346
1394
 
1347
1395
  <li class="r2 ">
1348
- <span class='object_link'><a href="Axlsx/Title.html#initialize-instance_method" title="Axlsx::Title#initialize (method)">#initialize</a></span>
1396
+ <span class='object_link'><a href="Axlsx/Line3DChart.html#initialize-instance_method" title="Axlsx::Line3DChart#initialize (method)">#initialize</a></span>
1349
1397
 
1350
- <small>Axlsx::Title</small>
1398
+ <small>Axlsx::Line3DChart</small>
1351
1399
 
1352
1400
  </li>
1353
1401
 
1354
1402
 
1355
1403
  <li class="r1 ">
1356
- <span class='object_link'><a href="Axlsx/GradientFill.html#initialize-instance_method" title="Axlsx::GradientFill#initialize (method)">#initialize</a></span>
1404
+ <span class='object_link'><a href="Axlsx/ContentType.html#initialize-instance_method" title="Axlsx::ContentType#initialize (method)">#initialize</a></span>
1357
1405
 
1358
- <small>Axlsx::GradientFill</small>
1406
+ <small>Axlsx::ContentType</small>
1359
1407
 
1360
1408
  </li>
1361
1409
 
1362
1410
 
1363
1411
  <li class="r2 ">
1364
- <span class='object_link'><a href="Axlsx/Scaling.html#initialize-instance_method" title="Axlsx::Scaling#initialize (method)">#initialize</a></span>
1412
+ <span class='object_link'><a href="Axlsx/Font.html#initialize-instance_method" title="Axlsx::Font#initialize (method)">#initialize</a></span>
1365
1413
 
1366
- <small>Axlsx::Scaling</small>
1414
+ <small>Axlsx::Font</small>
1367
1415
 
1368
1416
  </li>
1369
1417
 
1370
1418
 
1371
1419
  <li class="r1 ">
1372
- <span class='object_link'><a href="Axlsx/Relationships.html#initialize-instance_method" title="Axlsx::Relationships#initialize (method)">#initialize</a></span>
1420
+ <span class='object_link'><a href="Axlsx/NumFmt.html#initialize-instance_method" title="Axlsx::NumFmt#initialize (method)">#initialize</a></span>
1373
1421
 
1374
- <small>Axlsx::Relationships</small>
1422
+ <small>Axlsx::NumFmt</small>
1375
1423
 
1376
1424
  </li>
1377
1425
 
1378
1426
 
1379
1427
  <li class="r2 ">
1380
- <span class='object_link'><a href="Axlsx/Default.html#initialize-instance_method" title="Axlsx::Default#initialize (method)">#initialize</a></span>
1428
+ <span class='object_link'><a href="Axlsx/ValAxis.html#initialize-instance_method" title="Axlsx::ValAxis#initialize (method)">#initialize</a></span>
1381
1429
 
1382
- <small>Axlsx::Default</small>
1430
+ <small>Axlsx::ValAxis</small>
1383
1431
 
1384
1432
  </li>
1385
1433
 
1386
1434
 
1387
1435
  <li class="r1 ">
1388
- <span class='object_link'><a href="Axlsx/BarSeries.html#initialize-instance_method" title="Axlsx::BarSeries#initialize (method)">#initialize</a></span>
1436
+ <span class='object_link'><a href="Axlsx/Series.html#initialize-instance_method" title="Axlsx::Series#initialize (method)">#initialize</a></span>
1389
1437
 
1390
- <small>Axlsx::BarSeries</small>
1438
+ <small>Axlsx::Series</small>
1391
1439
 
1392
1440
  </li>
1393
1441
 
1394
1442
 
1395
1443
  <li class="r2 ">
1396
- <span class='object_link'><a href="Axlsx/CellAlignment.html#initialize-instance_method" title="Axlsx::CellAlignment#initialize (method)">#initialize</a></span>
1444
+ <span class='object_link'><a href="Axlsx/LineSeries.html#initialize-instance_method" title="Axlsx::LineSeries#initialize (method)">#initialize</a></span>
1397
1445
 
1398
- <small>Axlsx::CellAlignment</small>
1446
+ <small>Axlsx::LineSeries</small>
1399
1447
 
1400
1448
  </li>
1401
1449
 
1402
1450
 
1403
1451
  <li class="r1 ">
1404
- <span class='object_link'><a href="Axlsx/CatAxis.html#initialize-instance_method" title="Axlsx::CatAxis#initialize (method)">#initialize</a></span>
1452
+ <span class='object_link'><a href="Axlsx/Marker.html#initialize-instance_method" title="Axlsx::Marker#initialize (method)">#initialize</a></span>
1405
1453
 
1406
- <small>Axlsx::CatAxis</small>
1454
+ <small>Axlsx::Marker</small>
1407
1455
 
1408
1456
  </li>
1409
1457
 
1410
1458
 
1411
1459
  <li class="r2 ">
1412
- <span class='object_link'><a href="Axlsx/NumFmt.html#initialize-instance_method" title="Axlsx::NumFmt#initialize (method)">#initialize</a></span>
1460
+ <span class='object_link'><a href="Axlsx/Default.html#initialize-instance_method" title="Axlsx::Default#initialize (method)">#initialize</a></span>
1413
1461
 
1414
- <small>Axlsx::NumFmt</small>
1462
+ <small>Axlsx::Default</small>
1415
1463
 
1416
1464
  </li>
1417
1465
 
1418
1466
 
1419
1467
  <li class="r1 ">
1420
- <span class='object_link'><a href="Axlsx/GradientStop.html#initialize-instance_method" title="Axlsx::GradientStop#initialize (method)">#initialize</a></span>
1468
+ <span class='object_link'><a href="Axlsx/Override.html#initialize-instance_method" title="Axlsx::Override#initialize (method)">#initialize</a></span>
1421
1469
 
1422
- <small>Axlsx::GradientStop</small>
1470
+ <small>Axlsx::Override</small>
1423
1471
 
1424
1472
  </li>
1425
1473
 
1426
1474
 
1427
1475
  <li class="r2 ">
1428
- <span class='object_link'><a href="Axlsx/Pie3DChart.html#initialize-instance_method" title="Axlsx::Pie3DChart#initialize (method)">#initialize</a></span>
1476
+ <span class='object_link'><a href="Axlsx/BorderPr.html#initialize-instance_method" title="Axlsx::BorderPr#initialize (method)">#initialize</a></span>
1429
1477
 
1430
- <small>Axlsx::Pie3DChart</small>
1478
+ <small>Axlsx::BorderPr</small>
1431
1479
 
1432
1480
  </li>
1433
1481
 
1434
1482
 
1435
1483
  <li class="r1 ">
1436
- <span class='object_link'><a href="Axlsx/Relationship.html#initialize-instance_method" title="Axlsx::Relationship#initialize (method)">#initialize</a></span>
1484
+ <span class='object_link'><a href="Axlsx/Relationships.html#initialize-instance_method" title="Axlsx::Relationships#initialize (method)">#initialize</a></span>
1437
1485
 
1438
- <small>Axlsx::Relationship</small>
1486
+ <small>Axlsx::Relationships</small>
1439
1487
 
1440
1488
  </li>
1441
1489
 
1442
1490
 
1443
1491
  <li class="r2 ">
1444
- <span class='object_link'><a href="Axlsx/Color.html#initialize-instance_method" title="Axlsx::Color#initialize (method)">#initialize</a></span>
1492
+ <span class='object_link'><a href="Axlsx/Axis.html#initialize-instance_method" title="Axlsx::Axis#initialize (method)">#initialize</a></span>
1445
1493
 
1446
- <small>Axlsx::Color</small>
1494
+ <small>Axlsx::Axis</small>
1447
1495
 
1448
1496
  </li>
1449
1497
 
1450
1498
 
1451
1499
  <li class="r1 ">
1452
- <span class='object_link'><a href="Axlsx/BorderPr.html#initialize-instance_method" title="Axlsx::BorderPr#initialize (method)">#initialize</a></span>
1500
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#initialize-instance_method" title="Axlsx::TwoCellAnchor#initialize (method)">#initialize</a></span>
1453
1501
 
1454
- <small>Axlsx::BorderPr</small>
1502
+ <small>Axlsx::TwoCellAnchor</small>
1455
1503
 
1456
1504
  </li>
1457
1505
 
1458
1506
 
1459
1507
  <li class="r2 ">
1460
- <span class='object_link'><a href="Axlsx/Pic.html#initialize-instance_method" title="Axlsx::Pic#initialize (method)">#initialize</a></span>
1508
+ <span class='object_link'><a href="Axlsx/CellAlignment.html#initialize-instance_method" title="Axlsx::CellAlignment#initialize (method)">#initialize</a></span>
1461
1509
 
1462
- <small>Axlsx::Pic</small>
1510
+ <small>Axlsx::CellAlignment</small>
1463
1511
 
1464
1512
  </li>
1465
1513
 
1466
1514
 
1467
1515
  <li class="r1 ">
1468
- <span class='object_link'><a href="Axlsx/Marker.html#initialize-instance_method" title="Axlsx::Marker#initialize (method)">#initialize</a></span>
1516
+ <span class='object_link'><a href="Axlsx/Xf.html#initialize-instance_method" title="Axlsx::Xf#initialize (method)">#initialize</a></span>
1469
1517
 
1470
- <small>Axlsx::Marker</small>
1518
+ <small>Axlsx::Xf</small>
1471
1519
 
1472
1520
  </li>
1473
1521
 
1474
1522
 
1475
1523
  <li class="r2 ">
1476
- <span class='object_link'><a href="Axlsx/SerAxis.html#initialize-instance_method" title="Axlsx::SerAxis#initialize (method)">#initialize</a></span>
1524
+ <span class='object_link'><a href="Axlsx/Row.html#initialize-instance_method" title="Axlsx::Row#initialize (method)">#initialize</a></span>
1477
1525
 
1478
- <small>Axlsx::SerAxis</small>
1526
+ <small>Axlsx::Row</small>
1479
1527
 
1480
1528
  </li>
1481
1529
 
1482
1530
 
1483
1531
  <li class="r1 ">
1484
- <span class='object_link'><a href="Axlsx/Styles.html#initialize-instance_method" title="Axlsx::Styles#initialize (method)">#initialize</a></span>
1532
+ <span class='object_link'><a href="Axlsx/CatAxisData.html#initialize-instance_method" title="Axlsx::CatAxisData#initialize (method)">#initialize</a></span>
1485
1533
 
1486
- <small>Axlsx::Styles</small>
1534
+ <small>Axlsx::CatAxisData</small>
1487
1535
 
1488
1536
  </li>
1489
1537
 
1490
1538
 
1491
1539
  <li class="r2 ">
1492
- <span class='object_link'><a href="Axlsx/TableStyles.html#initialize-instance_method" title="Axlsx::TableStyles#initialize (method)">#initialize</a></span>
1540
+ <span class='object_link'><a href="Axlsx/CellProtection.html#initialize-instance_method" title="Axlsx::CellProtection#initialize (method)">#initialize</a></span>
1493
1541
 
1494
- <small>Axlsx::TableStyles</small>
1542
+ <small>Axlsx::CellProtection</small>
1495
1543
 
1496
1544
  </li>
1497
1545
 
1498
1546
 
1499
1547
  <li class="r1 ">
1500
- <span class='object_link'><a href="Axlsx/ValAxis.html#initialize-instance_method" title="Axlsx::ValAxis#initialize (method)">#initialize</a></span>
1548
+ <span class='object_link'><a href="Axlsx/TableStyleElement.html#initialize-instance_method" title="Axlsx::TableStyleElement#initialize (method)">#initialize</a></span>
1501
1549
 
1502
- <small>Axlsx::ValAxis</small>
1550
+ <small>Axlsx::TableStyleElement</small>
1503
1551
 
1504
1552
  </li>
1505
1553
 
1506
1554
 
1507
1555
  <li class="r2 ">
1508
- <span class='object_link'><a href="Axlsx/Cell.html#initialize-instance_method" title="Axlsx::Cell#initialize (method)">#initialize</a></span>
1556
+ <span class='object_link'><a href="Axlsx/Border.html#initialize-instance_method" title="Axlsx::Border#initialize (method)">#initialize</a></span>
1509
1557
 
1510
- <small>Axlsx::Cell</small>
1558
+ <small>Axlsx::Border</small>
1511
1559
 
1512
1560
  </li>
1513
1561
 
1514
1562
 
1515
1563
  <li class="r1 ">
1516
- <span class='object_link'><a href="Axlsx/ContentType.html#initialize-instance_method" title="Axlsx::ContentType#initialize (method)">#initialize</a></span>
1564
+ <span class='object_link'><a href="Axlsx/View3D.html#initialize-instance_method" title="Axlsx::View3D#initialize (method)">#initialize</a></span>
1517
1565
 
1518
- <small>Axlsx::ContentType</small>
1566
+ <small>Axlsx::View3D</small>
1519
1567
 
1520
1568
  </li>
1521
1569
 
@@ -1529,129 +1577,129 @@
1529
1577
 
1530
1578
 
1531
1579
  <li class="r1 ">
1532
- <span class='object_link'><a href="Axlsx/Fill.html#initialize-instance_method" title="Axlsx::Fill#initialize (method)">#initialize</a></span>
1580
+ <span class='object_link'><a href="Axlsx/SerAxis.html#initialize-instance_method" title="Axlsx::SerAxis#initialize (method)">#initialize</a></span>
1533
1581
 
1534
- <small>Axlsx::Fill</small>
1582
+ <small>Axlsx::SerAxis</small>
1535
1583
 
1536
1584
  </li>
1537
1585
 
1538
1586
 
1539
1587
  <li class="r2 ">
1540
- <span class='object_link'><a href="Axlsx/Worksheet.html#initialize-instance_method" title="Axlsx::Worksheet#initialize (method)">#initialize</a></span>
1588
+ <span class='object_link'><a href="Axlsx/Pie3DChart.html#initialize-instance_method" title="Axlsx::Pie3DChart#initialize (method)">#initialize</a></span>
1541
1589
 
1542
- <small>Axlsx::Worksheet</small>
1590
+ <small>Axlsx::Pie3DChart</small>
1543
1591
 
1544
1592
  </li>
1545
1593
 
1546
1594
 
1547
1595
  <li class="r1 ">
1548
- <span class='object_link'><a href="Axlsx/Border.html#initialize-instance_method" title="Axlsx::Border#initialize (method)">#initialize</a></span>
1596
+ <span class='object_link'><a href="Axlsx/Cell.html#initialize-instance_method" title="Axlsx::Cell#initialize (method)">#initialize</a></span>
1549
1597
 
1550
- <small>Axlsx::Border</small>
1598
+ <small>Axlsx::Cell</small>
1551
1599
 
1552
1600
  </li>
1553
1601
 
1554
1602
 
1555
1603
  <li class="r2 ">
1556
- <span class='object_link'><a href="Axlsx/TableStyleElement.html#initialize-instance_method" title="Axlsx::TableStyleElement#initialize (method)">#initialize</a></span>
1604
+ <span class='object_link'><a href="Axlsx/OneCellAnchor.html#initialize-instance_method" title="Axlsx::OneCellAnchor#initialize (method)">#initialize</a></span>
1557
1605
 
1558
- <small>Axlsx::TableStyleElement</small>
1606
+ <small>Axlsx::OneCellAnchor</small>
1559
1607
 
1560
1608
  </li>
1561
1609
 
1562
1610
 
1563
1611
  <li class="r1 ">
1564
- <span class='object_link'><a href="Axlsx/Package.html#initialize-instance_method" title="Axlsx::Package#initialize (method)">#initialize</a></span>
1612
+ <span class='object_link'><a href="Axlsx/CellStyle.html#initialize-instance_method" title="Axlsx::CellStyle#initialize (method)">#initialize</a></span>
1565
1613
 
1566
- <small>Axlsx::Package</small>
1614
+ <small>Axlsx::CellStyle</small>
1567
1615
 
1568
1616
  </li>
1569
1617
 
1570
1618
 
1571
1619
  <li class="r2 ">
1572
- <span class='object_link'><a href="Axlsx/PatternFill.html#initialize-instance_method" title="Axlsx::PatternFill#initialize (method)">#initialize</a></span>
1620
+ <span class='object_link'><a href="Axlsx/BarSeries.html#initialize-instance_method" title="Axlsx::BarSeries#initialize (method)">#initialize</a></span>
1573
1621
 
1574
- <small>Axlsx::PatternFill</small>
1622
+ <small>Axlsx::BarSeries</small>
1575
1623
 
1576
1624
  </li>
1577
1625
 
1578
1626
 
1579
1627
  <li class="r1 ">
1580
- <span class='object_link'><a href="Axlsx/OneCellAnchor.html#initialize-instance_method" title="Axlsx::OneCellAnchor#initialize (method)">#initialize</a></span>
1628
+ <span class='object_link'><a href="Axlsx/Color.html#initialize-instance_method" title="Axlsx::Color#initialize (method)">#initialize</a></span>
1581
1629
 
1582
- <small>Axlsx::OneCellAnchor</small>
1630
+ <small>Axlsx::Color</small>
1583
1631
 
1584
1632
  </li>
1585
1633
 
1586
1634
 
1587
1635
  <li class="r2 ">
1588
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#initialize-instance_method" title="Axlsx::TwoCellAnchor#initialize (method)">#initialize</a></span>
1636
+ <span class='object_link'><a href="Axlsx/PatternFill.html#initialize-instance_method" title="Axlsx::PatternFill#initialize (method)">#initialize</a></span>
1589
1637
 
1590
- <small>Axlsx::TwoCellAnchor</small>
1638
+ <small>Axlsx::PatternFill</small>
1591
1639
 
1592
1640
  </li>
1593
1641
 
1594
1642
 
1595
1643
  <li class="r1 ">
1596
- <span class='object_link'><a href="Axlsx/Row.html#initialize-instance_method" title="Axlsx::Row#initialize (method)">#initialize</a></span>
1644
+ <span class='object_link'><a href="Axlsx/CatAxis.html#initialize-instance_method" title="Axlsx::CatAxis#initialize (method)">#initialize</a></span>
1597
1645
 
1598
- <small>Axlsx::Row</small>
1646
+ <small>Axlsx::CatAxis</small>
1599
1647
 
1600
1648
  </li>
1601
1649
 
1602
1650
 
1603
1651
  <li class="r2 ">
1604
- <span class='object_link'><a href="Axlsx/Workbook.html#initialize-instance_method" title="Axlsx::Workbook#initialize (method)">#initialize</a></span>
1652
+ <span class='object_link'><a href="Axlsx/Title.html#initialize-instance_method" title="Axlsx::Title#initialize (method)">#initialize</a></span>
1605
1653
 
1606
- <small>Axlsx::Workbook</small>
1654
+ <small>Axlsx::Title</small>
1607
1655
 
1608
1656
  </li>
1609
1657
 
1610
1658
 
1611
1659
  <li class="r1 ">
1612
- <span class='object_link'><a href="Axlsx/Chart.html#initialize-instance_method" title="Axlsx::Chart#initialize (method)">#initialize</a></span>
1660
+ <span class='object_link'><a href="Axlsx/Relationship.html#initialize-instance_method" title="Axlsx::Relationship#initialize (method)">#initialize</a></span>
1613
1661
 
1614
- <small>Axlsx::Chart</small>
1662
+ <small>Axlsx::Relationship</small>
1615
1663
 
1616
1664
  </li>
1617
1665
 
1618
1666
 
1619
1667
  <li class="r2 ">
1620
- <span class='object_link'><a href="Axlsx/CellProtection.html#initialize-instance_method" title="Axlsx::CellProtection#initialize (method)">#initialize</a></span>
1668
+ <span class='object_link'><a href="Axlsx/PieSeries.html#initialize-instance_method" title="Axlsx::PieSeries#initialize (method)">#initialize</a></span>
1621
1669
 
1622
- <small>Axlsx::CellProtection</small>
1670
+ <small>Axlsx::PieSeries</small>
1623
1671
 
1624
1672
  </li>
1625
1673
 
1626
1674
 
1627
1675
  <li class="r1 ">
1628
- <span class='object_link'><a href="Axlsx/Line3DChart.html#initialize-instance_method" title="Axlsx::Line3DChart#initialize (method)">#initialize</a></span>
1676
+ <span class='object_link'><a href="Axlsx/TableStyle.html#initialize-instance_method" title="Axlsx::TableStyle#initialize (method)">#initialize</a></span>
1629
1677
 
1630
- <small>Axlsx::Line3DChart</small>
1678
+ <small>Axlsx::TableStyle</small>
1631
1679
 
1632
1680
  </li>
1633
1681
 
1634
1682
 
1635
1683
  <li class="r2 ">
1636
- <span class='object_link'><a href="Axlsx/Series.html#initialize-instance_method" title="Axlsx::Series#initialize (method)">#initialize</a></span>
1684
+ <span class='object_link'><a href="Axlsx/Pic.html#initialize-instance_method" title="Axlsx::Pic#initialize (method)">#initialize</a></span>
1637
1685
 
1638
- <small>Axlsx::Series</small>
1686
+ <small>Axlsx::Pic</small>
1639
1687
 
1640
1688
  </li>
1641
1689
 
1642
1690
 
1643
1691
  <li class="r1 ">
1644
- <span class='object_link'><a href="Axlsx/TableStyle.html#initialize-instance_method" title="Axlsx::TableStyle#initialize (method)">#initialize</a></span>
1692
+ <span class='object_link'><a href="Axlsx/Worksheet.html#initialize-instance_method" title="Axlsx::Worksheet#initialize (method)">#initialize</a></span>
1645
1693
 
1646
- <small>Axlsx::TableStyle</small>
1694
+ <small>Axlsx::Worksheet</small>
1647
1695
 
1648
1696
  </li>
1649
1697
 
1650
1698
 
1651
1699
  <li class="r2 ">
1652
- <span class='object_link'><a href="Axlsx/CellStyle.html#initialize-instance_method" title="Axlsx::CellStyle#initialize (method)">#initialize</a></span>
1700
+ <span class='object_link'><a href="Axlsx/Package.html#initialize-instance_method" title="Axlsx::Package#initialize (method)">#initialize</a></span>
1653
1701
 
1654
- <small>Axlsx::CellStyle</small>
1702
+ <small>Axlsx::Package</small>
1655
1703
 
1656
1704
  </li>
1657
1705
 
@@ -1673,17 +1721,17 @@
1673
1721
 
1674
1722
 
1675
1723
  <li class="r1 ">
1676
- <span class='object_link'><a href="Axlsx/LineSeries.html#labels-instance_method" title="Axlsx::LineSeries#labels (method)">#labels</a></span>
1724
+ <span class='object_link'><a href="Axlsx/PieSeries.html#labels-instance_method" title="Axlsx::PieSeries#labels (method)">#labels</a></span>
1677
1725
 
1678
- <small>Axlsx::LineSeries</small>
1726
+ <small>Axlsx::PieSeries</small>
1679
1727
 
1680
1728
  </li>
1681
1729
 
1682
1730
 
1683
1731
  <li class="r2 ">
1684
- <span class='object_link'><a href="Axlsx/PieSeries.html#labels-instance_method" title="Axlsx::PieSeries#labels (method)">#labels</a></span>
1732
+ <span class='object_link'><a href="Axlsx/LineSeries.html#labels-instance_method" title="Axlsx::LineSeries#labels (method)">#labels</a></span>
1685
1733
 
1686
- <small>Axlsx::PieSeries</small>
1734
+ <small>Axlsx::LineSeries</small>
1687
1735
 
1688
1736
  </li>
1689
1737
 
@@ -1745,41 +1793,41 @@
1745
1793
 
1746
1794
 
1747
1795
  <li class="r2 ">
1748
- <span class='object_link'><a href="Axlsx/Worksheet.html#name-instance_method" title="Axlsx::Worksheet#name (method)">#name</a></span>
1796
+ <span class='object_link'><a href="Axlsx/BorderPr.html#name-instance_method" title="Axlsx::BorderPr#name (method)">#name</a></span>
1749
1797
 
1750
- <small>Axlsx::Worksheet</small>
1798
+ <small>Axlsx::BorderPr</small>
1751
1799
 
1752
1800
  </li>
1753
1801
 
1754
1802
 
1755
1803
  <li class="r1 ">
1756
- <span class='object_link'><a href="Axlsx/Pic.html#name-instance_method" title="Axlsx::Pic#name (method)">#name</a></span>
1804
+ <span class='object_link'><a href="Axlsx/CellStyle.html#name-instance_method" title="Axlsx::CellStyle#name (method)">#name</a></span>
1757
1805
 
1758
- <small>Axlsx::Pic</small>
1806
+ <small>Axlsx::CellStyle</small>
1759
1807
 
1760
1808
  </li>
1761
1809
 
1762
1810
 
1763
1811
  <li class="r2 ">
1764
- <span class='object_link'><a href="Axlsx/Font.html#name-instance_method" title="Axlsx::Font#name (method)">#name</a></span>
1812
+ <span class='object_link'><a href="Axlsx/Worksheet.html#name-instance_method" title="Axlsx::Worksheet#name (method)">#name</a></span>
1765
1813
 
1766
- <small>Axlsx::Font</small>
1814
+ <small>Axlsx::Worksheet</small>
1767
1815
 
1768
1816
  </li>
1769
1817
 
1770
1818
 
1771
1819
  <li class="r1 ">
1772
- <span class='object_link'><a href="Axlsx/CellStyle.html#name-instance_method" title="Axlsx::CellStyle#name (method)">#name</a></span>
1820
+ <span class='object_link'><a href="Axlsx/Font.html#name-instance_method" title="Axlsx::Font#name (method)">#name</a></span>
1773
1821
 
1774
- <small>Axlsx::CellStyle</small>
1822
+ <small>Axlsx::Font</small>
1775
1823
 
1776
1824
  </li>
1777
1825
 
1778
1826
 
1779
1827
  <li class="r2 ">
1780
- <span class='object_link'><a href="Axlsx/BorderPr.html#name-instance_method" title="Axlsx::BorderPr#name (method)">#name</a></span>
1828
+ <span class='object_link'><a href="Axlsx/Pic.html#name-instance_method" title="Axlsx::Pic#name (method)">#name</a></span>
1781
1829
 
1782
- <small>Axlsx::BorderPr</small>
1830
+ <small>Axlsx::Pic</small>
1783
1831
 
1784
1832
  </li>
1785
1833
 
@@ -1793,17 +1841,17 @@
1793
1841
 
1794
1842
 
1795
1843
  <li class="r2 ">
1796
- <span class='object_link'><a href="Axlsx/NumFmt.html#numFmtId-instance_method" title="Axlsx::NumFmt#numFmtId (method)">#numFmtId</a></span>
1844
+ <span class='object_link'><a href="Axlsx/Xf.html#numFmtId-instance_method" title="Axlsx::Xf#numFmtId (method)">#numFmtId</a></span>
1797
1845
 
1798
- <small>Axlsx::NumFmt</small>
1846
+ <small>Axlsx::Xf</small>
1799
1847
 
1800
1848
  </li>
1801
1849
 
1802
1850
 
1803
1851
  <li class="r1 ">
1804
- <span class='object_link'><a href="Axlsx/Xf.html#numFmtId-instance_method" title="Axlsx::Xf#numFmtId (method)">#numFmtId</a></span>
1852
+ <span class='object_link'><a href="Axlsx/NumFmt.html#numFmtId-instance_method" title="Axlsx::NumFmt#numFmtId (method)">#numFmtId</a></span>
1805
1853
 
1806
- <small>Axlsx::Xf</small>
1854
+ <small>Axlsx::NumFmt</small>
1807
1855
 
1808
1856
  </li>
1809
1857
 
@@ -1817,17 +1865,17 @@
1817
1865
 
1818
1866
 
1819
1867
  <li class="r1 ">
1820
- <span class='object_link'><a href="Axlsx/OneCellAnchor.html#object-instance_method" title="Axlsx::OneCellAnchor#object (method)">#object</a></span>
1868
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#object-instance_method" title="Axlsx::TwoCellAnchor#object (method)">#object</a></span>
1821
1869
 
1822
- <small>Axlsx::OneCellAnchor</small>
1870
+ <small>Axlsx::TwoCellAnchor</small>
1823
1871
 
1824
1872
  </li>
1825
1873
 
1826
1874
 
1827
1875
  <li class="r2 ">
1828
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#object-instance_method" title="Axlsx::TwoCellAnchor#object (method)">#object</a></span>
1876
+ <span class='object_link'><a href="Axlsx/OneCellAnchor.html#object-instance_method" title="Axlsx::OneCellAnchor#object (method)">#object</a></span>
1829
1877
 
1830
- <small>Axlsx::TwoCellAnchor</small>
1878
+ <small>Axlsx::OneCellAnchor</small>
1831
1879
 
1832
1880
  </li>
1833
1881
 
@@ -1857,17 +1905,17 @@
1857
1905
 
1858
1906
 
1859
1907
  <li class="r2 ">
1860
- <span class='object_link'><a href="Axlsx/Font.html#outline-instance_method" title="Axlsx::Font#outline (method)">#outline</a></span>
1908
+ <span class='object_link'><a href="Axlsx/Border.html#outline-instance_method" title="Axlsx::Border#outline (method)">#outline</a></span>
1861
1909
 
1862
- <small>Axlsx::Font</small>
1910
+ <small>Axlsx::Border</small>
1863
1911
 
1864
1912
  </li>
1865
1913
 
1866
1914
 
1867
1915
  <li class="r1 ">
1868
- <span class='object_link'><a href="Axlsx/Border.html#outline-instance_method" title="Axlsx::Border#outline (method)">#outline</a></span>
1916
+ <span class='object_link'><a href="Axlsx/Font.html#outline-instance_method" title="Axlsx::Font#outline (method)">#outline</a></span>
1869
1917
 
1870
- <small>Axlsx::Border</small>
1918
+ <small>Axlsx::Font</small>
1871
1919
 
1872
1920
  </li>
1873
1921
 
@@ -1905,9 +1953,9 @@
1905
1953
 
1906
1954
 
1907
1955
  <li class="r2 ">
1908
- <span class='object_link'><a href="Axlsx/Pic.html#pn-instance_method" title="Axlsx::Pic#pn (method)">#pn</a></span>
1956
+ <span class='object_link'><a href="Axlsx/Drawing.html#pn-instance_method" title="Axlsx::Drawing#pn (method)">#pn</a></span>
1909
1957
 
1910
- <small>Axlsx::Pic</small>
1958
+ <small>Axlsx::Drawing</small>
1911
1959
 
1912
1960
  </li>
1913
1961
 
@@ -1921,9 +1969,9 @@
1921
1969
 
1922
1970
 
1923
1971
  <li class="r2 ">
1924
- <span class='object_link'><a href="Axlsx/Drawing.html#pn-instance_method" title="Axlsx::Drawing#pn (method)">#pn</a></span>
1972
+ <span class='object_link'><a href="Axlsx/Pic.html#pn-instance_method" title="Axlsx::Pic#pn (method)">#pn</a></span>
1925
1973
 
1926
- <small>Axlsx::Drawing</small>
1974
+ <small>Axlsx::Pic</small>
1927
1975
 
1928
1976
  </li>
1929
1977
 
@@ -1993,17 +2041,17 @@
1993
2041
 
1994
2042
 
1995
2043
  <li class="r1 ">
1996
- <span class='object_link'><a href="Axlsx/GraphicFrame.html#rId-instance_method" title="Axlsx::GraphicFrame#rId (method)">#rId</a></span>
2044
+ <span class='object_link'><a href="Axlsx/Drawing.html#rId-instance_method" title="Axlsx::Drawing#rId (method)">#rId</a></span>
1997
2045
 
1998
- <small>Axlsx::GraphicFrame</small>
2046
+ <small>Axlsx::Drawing</small>
1999
2047
 
2000
2048
  </li>
2001
2049
 
2002
2050
 
2003
2051
  <li class="r2 ">
2004
- <span class='object_link'><a href="Axlsx/Drawing.html#rId-instance_method" title="Axlsx::Drawing#rId (method)">#rId</a></span>
2052
+ <span class='object_link'><a href="Axlsx/GraphicFrame.html#rId-instance_method" title="Axlsx::GraphicFrame#rId (method)">#rId</a></span>
2005
2053
 
2006
- <small>Axlsx::Drawing</small>
2054
+ <small>Axlsx::GraphicFrame</small>
2007
2055
 
2008
2056
  </li>
2009
2057
 
@@ -2025,17 +2073,17 @@
2025
2073
 
2026
2074
 
2027
2075
  <li class="r1 ">
2028
- <span class='object_link'><a href="Axlsx/Worksheet.html#relationships-instance_method" title="Axlsx::Worksheet#relationships (method)">#relationships</a></span>
2076
+ <span class='object_link'><a href="Axlsx/Workbook.html#relationships-instance_method" title="Axlsx::Workbook#relationships (method)">#relationships</a></span>
2029
2077
 
2030
- <small>Axlsx::Worksheet</small>
2078
+ <small>Axlsx::Workbook</small>
2031
2079
 
2032
2080
  </li>
2033
2081
 
2034
2082
 
2035
2083
  <li class="r2 ">
2036
- <span class='object_link'><a href="Axlsx/Workbook.html#relationships-instance_method" title="Axlsx::Workbook#relationships (method)">#relationships</a></span>
2084
+ <span class='object_link'><a href="Axlsx/Worksheet.html#relationships-instance_method" title="Axlsx::Worksheet#relationships (method)">#relationships</a></span>
2037
2085
 
2038
- <small>Axlsx::Workbook</small>
2086
+ <small>Axlsx::Worksheet</small>
2039
2087
 
2040
2088
  </li>
2041
2089
 
@@ -2057,17 +2105,17 @@
2057
2105
 
2058
2106
 
2059
2107
  <li class="r1 ">
2060
- <span class='object_link'><a href="Axlsx/Worksheet.html#rels_pn-instance_method" title="Axlsx::Worksheet#rels_pn (method)">#rels_pn</a></span>
2108
+ <span class='object_link'><a href="Axlsx/Drawing.html#rels_pn-instance_method" title="Axlsx::Drawing#rels_pn (method)">#rels_pn</a></span>
2061
2109
 
2062
- <small>Axlsx::Worksheet</small>
2110
+ <small>Axlsx::Drawing</small>
2063
2111
 
2064
2112
  </li>
2065
2113
 
2066
2114
 
2067
2115
  <li class="r2 ">
2068
- <span class='object_link'><a href="Axlsx/Drawing.html#rels_pn-instance_method" title="Axlsx::Drawing#rels_pn (method)">#rels_pn</a></span>
2116
+ <span class='object_link'><a href="Axlsx/Worksheet.html#rels_pn-instance_method" title="Axlsx::Worksheet#rels_pn (method)">#rels_pn</a></span>
2069
2117
 
2070
- <small>Axlsx::Drawing</small>
2118
+ <small>Axlsx::Worksheet</small>
2071
2119
 
2072
2120
  </li>
2073
2121
 
@@ -2105,17 +2153,17 @@
2105
2153
 
2106
2154
 
2107
2155
  <li class="r1 ">
2108
- <span class='object_link'><a href="Axlsx/Marker.html#row-instance_method" title="Axlsx::Marker#row (method)">#row</a></span>
2156
+ <span class='object_link'><a href="Axlsx/Cell.html#row-instance_method" title="Axlsx::Cell#row (method)">#row</a></span>
2109
2157
 
2110
- <small>Axlsx::Marker</small>
2158
+ <small>Axlsx::Cell</small>
2111
2159
 
2112
2160
  </li>
2113
2161
 
2114
2162
 
2115
2163
  <li class="r2 ">
2116
- <span class='object_link'><a href="Axlsx/Cell.html#row-instance_method" title="Axlsx::Cell#row (method)">#row</a></span>
2164
+ <span class='object_link'><a href="Axlsx/Marker.html#row-instance_method" title="Axlsx::Marker#row (method)">#row</a></span>
2117
2165
 
2118
- <small>Axlsx::Cell</small>
2166
+ <small>Axlsx::Marker</small>
2119
2167
 
2120
2168
  </li>
2121
2169
 
@@ -2129,6 +2177,14 @@
2129
2177
 
2130
2178
 
2131
2179
  <li class="r2 ">
2180
+ <span class='object_link'><a href="Axlsx/Worksheet.html#row_style-instance_method" title="Axlsx::Worksheet#row_style (method)">#row_style</a></span>
2181
+
2182
+ <small>Axlsx::Worksheet</small>
2183
+
2184
+ </li>
2185
+
2186
+
2187
+ <li class="r1 ">
2132
2188
  <span class='object_link'><a href="Axlsx/Worksheet.html#rows-instance_method" title="Axlsx::Worksheet#rows (method)">#rows</a></span>
2133
2189
 
2134
2190
  <small>Axlsx::Worksheet</small>
@@ -2136,6 +2192,14 @@
2136
2192
  </li>
2137
2193
 
2138
2194
 
2195
+ <li class="r2 ">
2196
+ <span class='object_link'><a href="Axlsx/Package.html#ruport_table-instance_method" title="Axlsx::Package#ruport_table (method)">#ruport_table</a></span>
2197
+
2198
+ <small>Axlsx::Package</small>
2199
+
2200
+ </li>
2201
+
2202
+
2139
2203
  <li class="r1 ">
2140
2204
  <span class='object_link'><a href="Axlsx/Axis.html#scaling-instance_method" title="Axlsx::Axis#scaling (method)">#scaling</a></span>
2141
2205
 
@@ -2185,17 +2249,17 @@
2185
2249
 
2186
2250
 
2187
2251
  <li class="r1 ">
2188
- <span class='object_link'><a href="Axlsx/BarSeries.html#shape-instance_method" title="Axlsx::BarSeries#shape (method)">#shape</a></span>
2252
+ <span class='object_link'><a href="Axlsx/Bar3DChart.html#shape-instance_method" title="Axlsx::Bar3DChart#shape (method)">#shape</a></span>
2189
2253
 
2190
- <small>Axlsx::BarSeries</small>
2254
+ <small>Axlsx::Bar3DChart</small>
2191
2255
 
2192
2256
  </li>
2193
2257
 
2194
2258
 
2195
2259
  <li class="r2 ">
2196
- <span class='object_link'><a href="Axlsx/Bar3DChart.html#shape-instance_method" title="Axlsx::Bar3DChart#shape (method)">#shape</a></span>
2260
+ <span class='object_link'><a href="Axlsx/BarSeries.html#shape-instance_method" title="Axlsx::BarSeries#shape (method)">#shape</a></span>
2197
2261
 
2198
- <small>Axlsx::Bar3DChart</small>
2262
+ <small>Axlsx::BarSeries</small>
2199
2263
 
2200
2264
  </li>
2201
2265
 
@@ -2225,17 +2289,17 @@
2225
2289
 
2226
2290
 
2227
2291
  <li class="r2 ">
2228
- <span class='object_link'><a href="Axlsx/Chart.html#start_at-instance_method" title="Axlsx::Chart#start_at (method)">#start_at</a></span>
2292
+ <span class='object_link'><a href="Axlsx/Pic.html#start_at-instance_method" title="Axlsx::Pic#start_at (method)">#start_at</a></span>
2229
2293
 
2230
- <small>Axlsx::Chart</small>
2294
+ <small>Axlsx::Pic</small>
2231
2295
 
2232
2296
  </li>
2233
2297
 
2234
2298
 
2235
2299
  <li class="r1 ">
2236
- <span class='object_link'><a href="Axlsx/Pic.html#start_at-instance_method" title="Axlsx::Pic#start_at (method)">#start_at</a></span>
2300
+ <span class='object_link'><a href="Axlsx/Chart.html#start_at-instance_method" title="Axlsx::Chart#start_at (method)">#start_at</a></span>
2237
2301
 
2238
- <small>Axlsx::Pic</small>
2302
+ <small>Axlsx::Chart</small>
2239
2303
 
2240
2304
  </li>
2241
2305
 
@@ -2281,6 +2345,14 @@
2281
2345
 
2282
2346
 
2283
2347
  <li class="r1 ">
2348
+ <span class='object_link'><a href="Axlsx/Row.html#style%3D-instance_method" title="Axlsx::Row#style= (method)">#style=</a></span>
2349
+
2350
+ <small>Axlsx::Row</small>
2351
+
2352
+ </li>
2353
+
2354
+
2355
+ <li class="r2 ">
2284
2356
  <span class='object_link'><a href="Axlsx/Workbook.html#styles-instance_method" title="Axlsx::Workbook#styles (method)">#styles</a></span>
2285
2357
 
2286
2358
  <small>Axlsx::Workbook</small>
@@ -2288,7 +2360,7 @@
2288
2360
  </li>
2289
2361
 
2290
2362
 
2291
- <li class="r2 ">
2363
+ <li class="r1 ">
2292
2364
  <span class='object_link'><a href="Axlsx/Font.html#sz-instance_method" title="Axlsx::Font#sz (method)">#sz</a></span>
2293
2365
 
2294
2366
  <small>Axlsx::Font</small>
@@ -2296,7 +2368,7 @@
2296
2368
  </li>
2297
2369
 
2298
2370
 
2299
- <li class="r1 ">
2371
+ <li class="r2 ">
2300
2372
  <span class='object_link'><a href="Axlsx/TableStyle.html#table-instance_method" title="Axlsx::TableStyle#table (method)">#table</a></span>
2301
2373
 
2302
2374
  <small>Axlsx::TableStyle</small>
@@ -2304,7 +2376,7 @@
2304
2376
  </li>
2305
2377
 
2306
2378
 
2307
- <li class="r2 ">
2379
+ <li class="r1 ">
2308
2380
  <span class='object_link'><a href="Axlsx/Styles.html#tableStyles-instance_method" title="Axlsx::Styles#tableStyles (method)">#tableStyles</a></span>
2309
2381
 
2310
2382
  <small>Axlsx::Styles</small>
@@ -2312,7 +2384,7 @@
2312
2384
  </li>
2313
2385
 
2314
2386
 
2315
- <li class="r1 ">
2387
+ <li class="r2 ">
2316
2388
  <span class='object_link'><a href="Axlsx/Title.html#text-instance_method" title="Axlsx::Title#text (method)">#text</a></span>
2317
2389
 
2318
2390
  <small>Axlsx::Title</small>
@@ -2320,7 +2392,7 @@
2320
2392
  </li>
2321
2393
 
2322
2394
 
2323
- <li class="r2 ">
2395
+ <li class="r1 ">
2324
2396
  <span class='object_link'><a href="Axlsx/CellAlignment.html#textRotation-instance_method" title="Axlsx::CellAlignment#textRotation (method)">#textRotation</a></span>
2325
2397
 
2326
2398
  <small>Axlsx::CellAlignment</small>
@@ -2328,7 +2400,7 @@
2328
2400
  </li>
2329
2401
 
2330
2402
 
2331
- <li class="r1 ">
2403
+ <li class="r2 ">
2332
2404
  <span class='object_link'><a href="Axlsx/Axis.html#tickLblPos-instance_method" title="Axlsx::Axis#tickLblPos (method)">#tickLblPos</a></span>
2333
2405
 
2334
2406
  <small>Axlsx::Axis</small>
@@ -2336,7 +2408,7 @@
2336
2408
  </li>
2337
2409
 
2338
2410
 
2339
- <li class="r2 ">
2411
+ <li class="r1 ">
2340
2412
  <span class='object_link'><a href="Axlsx/SerAxis.html#tickLblSkip-instance_method" title="Axlsx::SerAxis#tickLblSkip (method)">#tickLblSkip</a></span>
2341
2413
 
2342
2414
  <small>Axlsx::SerAxis</small>
@@ -2344,7 +2416,7 @@
2344
2416
  </li>
2345
2417
 
2346
2418
 
2347
- <li class="r1 ">
2419
+ <li class="r2 ">
2348
2420
  <span class='object_link'><a href="Axlsx/SerAxis.html#tickMarkSkip-instance_method" title="Axlsx::SerAxis#tickMarkSkip (method)">#tickMarkSkip</a></span>
2349
2421
 
2350
2422
  <small>Axlsx::SerAxis</small>
@@ -2352,7 +2424,7 @@
2352
2424
  </li>
2353
2425
 
2354
2426
 
2355
- <li class="r2 ">
2427
+ <li class="r1 ">
2356
2428
  <span class='object_link'><a href="Axlsx/Color.html#tint-instance_method" title="Axlsx::Color#tint (method)">#tint</a></span>
2357
2429
 
2358
2430
  <small>Axlsx::Color</small>
@@ -2360,7 +2432,7 @@
2360
2432
  </li>
2361
2433
 
2362
2434
 
2363
- <li class="r1 ">
2435
+ <li class="r2 ">
2364
2436
  <span class='object_link'><a href="Axlsx/Chart.html#title-instance_method" title="Axlsx::Chart#title (method)">#title</a></span>
2365
2437
 
2366
2438
  <small>Axlsx::Chart</small>
@@ -2368,7 +2440,7 @@
2368
2440
  </li>
2369
2441
 
2370
2442
 
2371
- <li class="r2 ">
2443
+ <li class="r1 ">
2372
2444
  <span class='object_link'><a href="Axlsx/Series.html#title-instance_method" title="Axlsx::Series#title (method)">#title</a></span>
2373
2445
 
2374
2446
  <small>Axlsx::Series</small>
@@ -2376,6 +2448,14 @@
2376
2448
  </li>
2377
2449
 
2378
2450
 
2451
+ <li class="r2 ">
2452
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#to-instance_method" title="Axlsx::TwoCellAnchor#to (method)">#to</a></span>
2453
+
2454
+ <small>Axlsx::TwoCellAnchor</small>
2455
+
2456
+ </li>
2457
+
2458
+
2379
2459
  <li class="r1 ">
2380
2460
  <span class='object_link'><a href="Axlsx/Chart.html#to-instance_method" title="Axlsx::Chart#to (method)">#to</a></span>
2381
2461
 
@@ -2385,113 +2465,113 @@
2385
2465
 
2386
2466
 
2387
2467
  <li class="r2 ">
2388
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#to-instance_method" title="Axlsx::TwoCellAnchor#to (method)">#to</a></span>
2468
+ <span class='object_link'><a href="Axlsx/Row.html#to_ary-instance_method" title="Axlsx::Row#to_ary (method)">#to_ary</a></span>
2389
2469
 
2390
- <small>Axlsx::TwoCellAnchor</small>
2470
+ <small>Axlsx::Row</small>
2391
2471
 
2392
2472
  </li>
2393
2473
 
2394
2474
 
2395
2475
  <li class="r1 ">
2396
- <span class='object_link'><a href="Axlsx/Workbook.html#to_xml-instance_method" title="Axlsx::Workbook#to_xml (method)">#to_xml</a></span>
2476
+ <span class='object_link'><a href="Axlsx/ValAxis.html#to_xml-instance_method" title="Axlsx::ValAxis#to_xml (method)">#to_xml</a></span>
2397
2477
 
2398
- <small>Axlsx::Workbook</small>
2478
+ <small>Axlsx::ValAxis</small>
2399
2479
 
2400
2480
  </li>
2401
2481
 
2402
2482
 
2403
2483
  <li class="r2 ">
2404
- <span class='object_link'><a href="Axlsx/TableStyleElement.html#to_xml-instance_method" title="Axlsx::TableStyleElement#to_xml (method)">#to_xml</a></span>
2484
+ <span class='object_link'><a href="Axlsx/Font.html#to_xml-instance_method" title="Axlsx::Font#to_xml (method)">#to_xml</a></span>
2405
2485
 
2406
- <small>Axlsx::TableStyleElement</small>
2486
+ <small>Axlsx::Font</small>
2407
2487
 
2408
2488
  </li>
2409
2489
 
2410
2490
 
2411
2491
  <li class="r1 ">
2412
- <span class='object_link'><a href="Axlsx/Marker.html#to_xml-instance_method" title="Axlsx::Marker#to_xml (method)">#to_xml</a></span>
2492
+ <span class='object_link'><a href="Axlsx/Default.html#to_xml-instance_method" title="Axlsx::Default#to_xml (method)">#to_xml</a></span>
2413
2493
 
2414
- <small>Axlsx::Marker</small>
2494
+ <small>Axlsx::Default</small>
2415
2495
 
2416
2496
  </li>
2417
2497
 
2418
2498
 
2419
2499
  <li class="r2 ">
2420
- <span class='object_link'><a href="Axlsx/TableStyle.html#to_xml-instance_method" title="Axlsx::TableStyle#to_xml (method)">#to_xml</a></span>
2500
+ <span class='object_link'><a href="Axlsx/CellProtection.html#to_xml-instance_method" title="Axlsx::CellProtection#to_xml (method)">#to_xml</a></span>
2421
2501
 
2422
- <small>Axlsx::TableStyle</small>
2502
+ <small>Axlsx::CellProtection</small>
2423
2503
 
2424
2504
  </li>
2425
2505
 
2426
2506
 
2427
2507
  <li class="r1 ">
2428
- <span class='object_link'><a href="Axlsx/CellStyle.html#to_xml-instance_method" title="Axlsx::CellStyle#to_xml (method)">#to_xml</a></span>
2508
+ <span class='object_link'><a href="Axlsx/Chart.html#to_xml-instance_method" title="Axlsx::Chart#to_xml (method)">#to_xml</a></span>
2429
2509
 
2430
- <small>Axlsx::CellStyle</small>
2510
+ <small>Axlsx::Chart</small>
2431
2511
 
2432
2512
  </li>
2433
2513
 
2434
2514
 
2435
2515
  <li class="r2 ">
2436
- <span class='object_link'><a href="Axlsx/Font.html#to_xml-instance_method" title="Axlsx::Font#to_xml (method)">#to_xml</a></span>
2516
+ <span class='object_link'><a href="Axlsx/Axis.html#to_xml-instance_method" title="Axlsx::Axis#to_xml (method)">#to_xml</a></span>
2437
2517
 
2438
- <small>Axlsx::Font</small>
2518
+ <small>Axlsx::Axis</small>
2439
2519
 
2440
2520
  </li>
2441
2521
 
2442
2522
 
2443
2523
  <li class="r1 ">
2444
- <span class='object_link'><a href="Axlsx/Border.html#to_xml-instance_method" title="Axlsx::Border#to_xml (method)">#to_xml</a></span>
2524
+ <span class='object_link'><a href="Axlsx/Core.html#to_xml-instance_method" title="Axlsx::Core#to_xml (method)">#to_xml</a></span>
2445
2525
 
2446
- <small>Axlsx::Border</small>
2526
+ <small>Axlsx::Core</small>
2447
2527
 
2448
2528
  </li>
2449
2529
 
2450
2530
 
2451
2531
  <li class="r2 ">
2452
- <span class='object_link'><a href="Axlsx/Worksheet.html#to_xml-instance_method" title="Axlsx::Worksheet#to_xml (method)">#to_xml</a></span>
2532
+ <span class='object_link'><a href="Axlsx/Override.html#to_xml-instance_method" title="Axlsx::Override#to_xml (method)">#to_xml</a></span>
2453
2533
 
2454
- <small>Axlsx::Worksheet</small>
2534
+ <small>Axlsx::Override</small>
2455
2535
 
2456
2536
  </li>
2457
2537
 
2458
2538
 
2459
2539
  <li class="r1 ">
2460
- <span class='object_link'><a href="Axlsx/CatAxisData.html#to_xml-instance_method" title="Axlsx::CatAxisData#to_xml (method)">#to_xml</a></span>
2540
+ <span class='object_link'><a href="Axlsx/App.html#to_xml-instance_method" title="Axlsx::App#to_xml (method)">#to_xml</a></span>
2461
2541
 
2462
- <small>Axlsx::CatAxisData</small>
2542
+ <small>Axlsx::App</small>
2463
2543
 
2464
2544
  </li>
2465
2545
 
2466
2546
 
2467
2547
  <li class="r2 ">
2468
- <span class='object_link'><a href="Axlsx/Override.html#to_xml-instance_method" title="Axlsx::Override#to_xml (method)">#to_xml</a></span>
2548
+ <span class='object_link'><a href="Axlsx/Workbook.html#to_xml-instance_method" title="Axlsx::Workbook#to_xml (method)">#to_xml</a></span>
2469
2549
 
2470
- <small>Axlsx::Override</small>
2550
+ <small>Axlsx::Workbook</small>
2471
2551
 
2472
2552
  </li>
2473
2553
 
2474
2554
 
2475
2555
  <li class="r1 ">
2476
- <span class='object_link'><a href="Axlsx/View3D.html#to_xml-instance_method" title="Axlsx::View3D#to_xml (method)">#to_xml</a></span>
2556
+ <span class='object_link'><a href="Axlsx/PatternFill.html#to_xml-instance_method" title="Axlsx::PatternFill#to_xml (method)">#to_xml</a></span>
2477
2557
 
2478
- <small>Axlsx::View3D</small>
2558
+ <small>Axlsx::PatternFill</small>
2479
2559
 
2480
2560
  </li>
2481
2561
 
2482
2562
 
2483
2563
  <li class="r2 ">
2484
- <span class='object_link'><a href="Axlsx/OneCellAnchor.html#to_xml-instance_method" title="Axlsx::OneCellAnchor#to_xml (method)">#to_xml</a></span>
2564
+ <span class='object_link'><a href="Axlsx/BorderPr.html#to_xml-instance_method" title="Axlsx::BorderPr#to_xml (method)">#to_xml</a></span>
2485
2565
 
2486
- <small>Axlsx::OneCellAnchor</small>
2566
+ <small>Axlsx::BorderPr</small>
2487
2567
 
2488
2568
  </li>
2489
2569
 
2490
2570
 
2491
2571
  <li class="r1 ">
2492
- <span class='object_link'><a href="Axlsx/Core.html#to_xml-instance_method" title="Axlsx::Core#to_xml (method)">#to_xml</a></span>
2572
+ <span class='object_link'><a href="Axlsx/Pie3DChart.html#to_xml-instance_method" title="Axlsx::Pie3DChart#to_xml (method)">#to_xml</a></span>
2493
2573
 
2494
- <small>Axlsx::Core</small>
2574
+ <small>Axlsx::Pie3DChart</small>
2495
2575
 
2496
2576
  </li>
2497
2577
 
@@ -2505,311 +2585,311 @@
2505
2585
 
2506
2586
 
2507
2587
  <li class="r1 ">
2508
- <span class='object_link'><a href="Axlsx/ValAxis.html#to_xml-instance_method" title="Axlsx::ValAxis#to_xml (method)">#to_xml</a></span>
2588
+ <span class='object_link'><a href="Axlsx/Border.html#to_xml-instance_method" title="Axlsx::Border#to_xml (method)">#to_xml</a></span>
2509
2589
 
2510
- <small>Axlsx::ValAxis</small>
2590
+ <small>Axlsx::Border</small>
2511
2591
 
2512
2592
  </li>
2513
2593
 
2514
2594
 
2515
2595
  <li class="r2 ">
2516
- <span class='object_link'><a href="Axlsx/TableStyles.html#to_xml-instance_method" title="Axlsx::TableStyles#to_xml (method)">#to_xml</a></span>
2596
+ <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#to_xml-instance_method" title="Axlsx::TwoCellAnchor#to_xml (method)">#to_xml</a></span>
2517
2597
 
2518
- <small>Axlsx::TableStyles</small>
2598
+ <small>Axlsx::TwoCellAnchor</small>
2519
2599
 
2520
2600
  </li>
2521
2601
 
2522
2602
 
2523
2603
  <li class="r1 ">
2524
- <span class='object_link'><a href="Axlsx/Line3DChart.html#to_xml-instance_method" title="Axlsx::Line3DChart#to_xml (method)">#to_xml</a></span>
2604
+ <span class='object_link'><a href="Axlsx/CatAxisData.html#to_xml-instance_method" title="Axlsx::CatAxisData#to_xml (method)">#to_xml</a></span>
2525
2605
 
2526
- <small>Axlsx::Line3DChart</small>
2606
+ <small>Axlsx::CatAxisData</small>
2527
2607
 
2528
2608
  </li>
2529
2609
 
2530
2610
 
2531
2611
  <li class="r2 ">
2532
- <span class='object_link'><a href="Axlsx/SerAxis.html#to_xml-instance_method" title="Axlsx::SerAxis#to_xml (method)">#to_xml</a></span>
2612
+ <span class='object_link'><a href="Axlsx/GradientFill.html#to_xml-instance_method" title="Axlsx::GradientFill#to_xml (method)">#to_xml</a></span>
2533
2613
 
2534
- <small>Axlsx::SerAxis</small>
2614
+ <small>Axlsx::GradientFill</small>
2535
2615
 
2536
2616
  </li>
2537
2617
 
2538
2618
 
2539
2619
  <li class="r1 ">
2540
- <span class='object_link'><a href="Axlsx/Styles.html#to_xml-instance_method" title="Axlsx::Styles#to_xml (method)">#to_xml</a></span>
2620
+ <span class='object_link'><a href="Axlsx/Fill.html#to_xml-instance_method" title="Axlsx::Fill#to_xml (method)">#to_xml</a></span>
2541
2621
 
2542
- <small>Axlsx::Styles</small>
2622
+ <small>Axlsx::Fill</small>
2543
2623
 
2544
2624
  </li>
2545
2625
 
2546
2626
 
2547
2627
  <li class="r2 ">
2548
- <span class='object_link'><a href="Axlsx/Color.html#to_xml-instance_method" title="Axlsx::Color#to_xml (method)">#to_xml</a></span>
2628
+ <span class='object_link'><a href="Axlsx/GradientStop.html#to_xml-instance_method" title="Axlsx::GradientStop#to_xml (method)">#to_xml</a></span>
2549
2629
 
2550
- <small>Axlsx::Color</small>
2630
+ <small>Axlsx::GradientStop</small>
2551
2631
 
2552
2632
  </li>
2553
2633
 
2554
2634
 
2555
2635
  <li class="r1 ">
2556
- <span class='object_link'><a href="Axlsx/Drawing.html#to_xml-instance_method" title="Axlsx::Drawing#to_xml (method)">#to_xml</a></span>
2636
+ <span class='object_link'><a href="Axlsx/Marker.html#to_xml-instance_method" title="Axlsx::Marker#to_xml (method)">#to_xml</a></span>
2557
2637
 
2558
- <small>Axlsx::Drawing</small>
2638
+ <small>Axlsx::Marker</small>
2559
2639
 
2560
2640
  </li>
2561
2641
 
2562
2642
 
2563
2643
  <li class="r2 ">
2564
- <span class='object_link'><a href="Axlsx/Relationship.html#to_xml-instance_method" title="Axlsx::Relationship#to_xml (method)">#to_xml</a></span>
2644
+ <span class='object_link'><a href="Axlsx/View3D.html#to_xml-instance_method" title="Axlsx::View3D#to_xml (method)">#to_xml</a></span>
2565
2645
 
2566
- <small>Axlsx::Relationship</small>
2646
+ <small>Axlsx::View3D</small>
2567
2647
 
2568
2648
  </li>
2569
2649
 
2570
2650
 
2571
2651
  <li class="r1 ">
2572
- <span class='object_link'><a href="Axlsx/GraphicFrame.html#to_xml-instance_method" title="Axlsx::GraphicFrame#to_xml (method)">#to_xml</a></span>
2652
+ <span class='object_link'><a href="Axlsx/SerAxis.html#to_xml-instance_method" title="Axlsx::SerAxis#to_xml (method)">#to_xml</a></span>
2573
2653
 
2574
- <small>Axlsx::GraphicFrame</small>
2654
+ <small>Axlsx::SerAxis</small>
2575
2655
 
2576
2656
  </li>
2577
2657
 
2578
2658
 
2579
2659
  <li class="r2 ">
2580
- <span class='object_link'><a href="Axlsx/Fill.html#to_xml-instance_method" title="Axlsx::Fill#to_xml (method)">#to_xml</a></span>
2660
+ <span class='object_link'><a href="Axlsx/CellStyle.html#to_xml-instance_method" title="Axlsx::CellStyle#to_xml (method)">#to_xml</a></span>
2581
2661
 
2582
- <small>Axlsx::Fill</small>
2662
+ <small>Axlsx::CellStyle</small>
2583
2663
 
2584
2664
  </li>
2585
2665
 
2586
2666
 
2587
2667
  <li class="r1 ">
2588
- <span class='object_link'><a href="Axlsx/Cell.html#to_xml-instance_method" title="Axlsx::Cell#to_xml (method)">#to_xml</a></span>
2668
+ <span class='object_link'><a href="Axlsx/LineSeries.html#to_xml-instance_method" title="Axlsx::LineSeries#to_xml (method)">#to_xml</a></span>
2589
2669
 
2590
- <small>Axlsx::Cell</small>
2670
+ <small>Axlsx::LineSeries</small>
2591
2671
 
2592
2672
  </li>
2593
2673
 
2594
2674
 
2595
2675
  <li class="r2 ">
2596
- <span class='object_link'><a href="Axlsx/CatAxis.html#to_xml-instance_method" title="Axlsx::CatAxis#to_xml (method)">#to_xml</a></span>
2676
+ <span class='object_link'><a href="Axlsx/Series.html#to_xml-instance_method" title="Axlsx::Series#to_xml (method)">#to_xml</a></span>
2597
2677
 
2598
- <small>Axlsx::CatAxis</small>
2678
+ <small>Axlsx::Series</small>
2599
2679
 
2600
2680
  </li>
2601
2681
 
2602
2682
 
2603
2683
  <li class="r1 ">
2604
- <span class='object_link'><a href="Axlsx/NumFmt.html#to_xml-instance_method" title="Axlsx::NumFmt#to_xml (method)">#to_xml</a></span>
2684
+ <span class='object_link'><a href="Axlsx/CellAlignment.html#to_xml-instance_method" title="Axlsx::CellAlignment#to_xml (method)">#to_xml</a></span>
2605
2685
 
2606
- <small>Axlsx::NumFmt</small>
2686
+ <small>Axlsx::CellAlignment</small>
2607
2687
 
2608
2688
  </li>
2609
2689
 
2610
2690
 
2611
2691
  <li class="r2 ">
2612
- <span class='object_link'><a href="Axlsx/ValAxisData.html#to_xml-instance_method" title="Axlsx::ValAxisData#to_xml (method)">#to_xml</a></span>
2692
+ <span class='object_link'><a href="Axlsx/OneCellAnchor.html#to_xml-instance_method" title="Axlsx::OneCellAnchor#to_xml (method)">#to_xml</a></span>
2613
2693
 
2614
- <small>Axlsx::ValAxisData</small>
2694
+ <small>Axlsx::OneCellAnchor</small>
2615
2695
 
2616
2696
  </li>
2617
2697
 
2618
2698
 
2619
2699
  <li class="r1 ">
2620
- <span class='object_link'><a href="Axlsx/Pie3DChart.html#to_xml-instance_method" title="Axlsx::Pie3DChart#to_xml (method)">#to_xml</a></span>
2700
+ <span class='object_link'><a href="Axlsx/Relationships.html#to_xml-instance_method" title="Axlsx::Relationships#to_xml (method)">#to_xml</a></span>
2621
2701
 
2622
- <small>Axlsx::Pie3DChart</small>
2702
+ <small>Axlsx::Relationships</small>
2623
2703
 
2624
2704
  </li>
2625
2705
 
2626
2706
 
2627
2707
  <li class="r2 ">
2628
- <span class='object_link'><a href="Axlsx/BarSeries.html#to_xml-instance_method" title="Axlsx::BarSeries#to_xml (method)">#to_xml</a></span>
2708
+ <span class='object_link'><a href="Axlsx/Color.html#to_xml-instance_method" title="Axlsx::Color#to_xml (method)">#to_xml</a></span>
2629
2709
 
2630
- <small>Axlsx::BarSeries</small>
2710
+ <small>Axlsx::Color</small>
2631
2711
 
2632
2712
  </li>
2633
2713
 
2634
2714
 
2635
2715
  <li class="r1 ">
2636
- <span class='object_link'><a href="Axlsx/Chart.html#to_xml-instance_method" title="Axlsx::Chart#to_xml (method)">#to_xml</a></span>
2716
+ <span class='object_link'><a href="Axlsx/SeriesTitle.html#to_xml-instance_method" title="Axlsx::SeriesTitle#to_xml (method)">#to_xml</a></span>
2637
2717
 
2638
- <small>Axlsx::Chart</small>
2718
+ <small>Axlsx::SeriesTitle</small>
2639
2719
 
2640
2720
  </li>
2641
2721
 
2642
2722
 
2643
2723
  <li class="r2 ">
2644
- <span class='object_link'><a href="Axlsx/SeriesTitle.html#to_xml-instance_method" title="Axlsx::SeriesTitle#to_xml (method)">#to_xml</a></span>
2724
+ <span class='object_link'><a href="Axlsx/Title.html#to_xml-instance_method" title="Axlsx::Title#to_xml (method)">#to_xml</a></span>
2645
2725
 
2646
- <small>Axlsx::SeriesTitle</small>
2726
+ <small>Axlsx::Title</small>
2647
2727
 
2648
2728
  </li>
2649
2729
 
2650
2730
 
2651
2731
  <li class="r1 ">
2652
- <span class='object_link'><a href="Axlsx/TwoCellAnchor.html#to_xml-instance_method" title="Axlsx::TwoCellAnchor#to_xml (method)">#to_xml</a></span>
2732
+ <span class='object_link'><a href="Axlsx/Cell.html#to_xml-instance_method" title="Axlsx::Cell#to_xml (method)">#to_xml</a></span>
2653
2733
 
2654
- <small>Axlsx::TwoCellAnchor</small>
2734
+ <small>Axlsx::Cell</small>
2655
2735
 
2656
2736
  </li>
2657
2737
 
2658
2738
 
2659
2739
  <li class="r2 ">
2660
- <span class='object_link'><a href="Axlsx/Default.html#to_xml-instance_method" title="Axlsx::Default#to_xml (method)">#to_xml</a></span>
2740
+ <span class='object_link'><a href="Axlsx/Bar3DChart.html#to_xml-instance_method" title="Axlsx::Bar3DChart#to_xml (method)">#to_xml</a></span>
2661
2741
 
2662
- <small>Axlsx::Default</small>
2742
+ <small>Axlsx::Bar3DChart</small>
2663
2743
 
2664
2744
  </li>
2665
2745
 
2666
2746
 
2667
2747
  <li class="r1 ">
2668
- <span class='object_link'><a href="Axlsx/Scaling.html#to_xml-instance_method" title="Axlsx::Scaling#to_xml (method)">#to_xml</a></span>
2748
+ <span class='object_link'><a href="Axlsx/TableStyleElement.html#to_xml-instance_method" title="Axlsx::TableStyleElement#to_xml (method)">#to_xml</a></span>
2669
2749
 
2670
- <small>Axlsx::Scaling</small>
2750
+ <small>Axlsx::TableStyleElement</small>
2671
2751
 
2672
2752
  </li>
2673
2753
 
2674
2754
 
2675
2755
  <li class="r2 ">
2676
- <span class='object_link'><a href="Axlsx/CellProtection.html#to_xml-instance_method" title="Axlsx::CellProtection#to_xml (method)">#to_xml</a></span>
2756
+ <span class='object_link'><a href="Axlsx/Drawing.html#to_xml-instance_method" title="Axlsx::Drawing#to_xml (method)">#to_xml</a></span>
2677
2757
 
2678
- <small>Axlsx::CellProtection</small>
2758
+ <small>Axlsx::Drawing</small>
2679
2759
 
2680
2760
  </li>
2681
2761
 
2682
2762
 
2683
2763
  <li class="r1 ">
2684
- <span class='object_link'><a href="Axlsx/Pic.html#to_xml-instance_method" title="Axlsx::Pic#to_xml (method)">#to_xml</a></span>
2764
+ <span class='object_link'><a href="Axlsx/CatAxis.html#to_xml-instance_method" title="Axlsx::CatAxis#to_xml (method)">#to_xml</a></span>
2685
2765
 
2686
- <small>Axlsx::Pic</small>
2766
+ <small>Axlsx::CatAxis</small>
2687
2767
 
2688
2768
  </li>
2689
2769
 
2690
2770
 
2691
2771
  <li class="r2 ">
2692
- <span class='object_link'><a href="Axlsx/PatternFill.html#to_xml-instance_method" title="Axlsx::PatternFill#to_xml (method)">#to_xml</a></span>
2772
+ <span class='object_link'><a href="Axlsx/ContentType.html#to_xml-instance_method" title="Axlsx::ContentType#to_xml (method)">#to_xml</a></span>
2693
2773
 
2694
- <small>Axlsx::PatternFill</small>
2774
+ <small>Axlsx::ContentType</small>
2695
2775
 
2696
2776
  </li>
2697
2777
 
2698
2778
 
2699
2779
  <li class="r1 ">
2700
- <span class='object_link'><a href="Axlsx/BorderPr.html#to_xml-instance_method" title="Axlsx::BorderPr#to_xml (method)">#to_xml</a></span>
2780
+ <span class='object_link'><a href="Axlsx/Pic.html#to_xml-instance_method" title="Axlsx::Pic#to_xml (method)">#to_xml</a></span>
2701
2781
 
2702
- <small>Axlsx::BorderPr</small>
2782
+ <small>Axlsx::Pic</small>
2703
2783
 
2704
2784
  </li>
2705
2785
 
2706
2786
 
2707
2787
  <li class="r2 ">
2708
- <span class='object_link'><a href="Axlsx/GradientFill.html#to_xml-instance_method" title="Axlsx::GradientFill#to_xml (method)">#to_xml</a></span>
2788
+ <span class='object_link'><a href="Axlsx/NumFmt.html#to_xml-instance_method" title="Axlsx::NumFmt#to_xml (method)">#to_xml</a></span>
2709
2789
 
2710
- <small>Axlsx::GradientFill</small>
2790
+ <small>Axlsx::NumFmt</small>
2711
2791
 
2712
2792
  </li>
2713
2793
 
2714
2794
 
2715
2795
  <li class="r1 ">
2716
- <span class='object_link'><a href="Axlsx/PieSeries.html#to_xml-instance_method" title="Axlsx::PieSeries#to_xml (method)">#to_xml</a></span>
2796
+ <span class='object_link'><a href="Axlsx/TableStyle.html#to_xml-instance_method" title="Axlsx::TableStyle#to_xml (method)">#to_xml</a></span>
2717
2797
 
2718
- <small>Axlsx::PieSeries</small>
2798
+ <small>Axlsx::TableStyle</small>
2719
2799
 
2720
2800
  </li>
2721
2801
 
2722
2802
 
2723
2803
  <li class="r2 ">
2724
- <span class='object_link'><a href="Axlsx/GradientStop.html#to_xml-instance_method" title="Axlsx::GradientStop#to_xml (method)">#to_xml</a></span>
2804
+ <span class='object_link'><a href="Axlsx/Worksheet.html#to_xml-instance_method" title="Axlsx::Worksheet#to_xml (method)">#to_xml</a></span>
2725
2805
 
2726
- <small>Axlsx::GradientStop</small>
2806
+ <small>Axlsx::Worksheet</small>
2727
2807
 
2728
2808
  </li>
2729
2809
 
2730
2810
 
2731
2811
  <li class="r1 ">
2732
- <span class='object_link'><a href="Axlsx/ContentType.html#to_xml-instance_method" title="Axlsx::ContentType#to_xml (method)">#to_xml</a></span>
2812
+ <span class='object_link'><a href="Axlsx/Styles.html#to_xml-instance_method" title="Axlsx::Styles#to_xml (method)">#to_xml</a></span>
2733
2813
 
2734
- <small>Axlsx::ContentType</small>
2814
+ <small>Axlsx::Styles</small>
2735
2815
 
2736
2816
  </li>
2737
2817
 
2738
2818
 
2739
2819
  <li class="r2 ">
2740
- <span class='object_link'><a href="Axlsx/Row.html#to_xml-instance_method" title="Axlsx::Row#to_xml (method)">#to_xml</a></span>
2820
+ <span class='object_link'><a href="Axlsx/GraphicFrame.html#to_xml-instance_method" title="Axlsx::GraphicFrame#to_xml (method)">#to_xml</a></span>
2741
2821
 
2742
- <small>Axlsx::Row</small>
2822
+ <small>Axlsx::GraphicFrame</small>
2743
2823
 
2744
2824
  </li>
2745
2825
 
2746
2826
 
2747
2827
  <li class="r1 ">
2748
- <span class='object_link'><a href="Axlsx/Bar3DChart.html#to_xml-instance_method" title="Axlsx::Bar3DChart#to_xml (method)">#to_xml</a></span>
2828
+ <span class='object_link'><a href="Axlsx/TableStyles.html#to_xml-instance_method" title="Axlsx::TableStyles#to_xml (method)">#to_xml</a></span>
2749
2829
 
2750
- <small>Axlsx::Bar3DChart</small>
2830
+ <small>Axlsx::TableStyles</small>
2751
2831
 
2752
2832
  </li>
2753
2833
 
2754
2834
 
2755
2835
  <li class="r2 ">
2756
- <span class='object_link'><a href="Axlsx/CellAlignment.html#to_xml-instance_method" title="Axlsx::CellAlignment#to_xml (method)">#to_xml</a></span>
2836
+ <span class='object_link'><a href="Axlsx/Line3DChart.html#to_xml-instance_method" title="Axlsx::Line3DChart#to_xml (method)">#to_xml</a></span>
2757
2837
 
2758
- <small>Axlsx::CellAlignment</small>
2838
+ <small>Axlsx::Line3DChart</small>
2759
2839
 
2760
2840
  </li>
2761
2841
 
2762
2842
 
2763
2843
  <li class="r1 ">
2764
- <span class='object_link'><a href="Axlsx/Axis.html#to_xml-instance_method" title="Axlsx::Axis#to_xml (method)">#to_xml</a></span>
2844
+ <span class='object_link'><a href="Axlsx/Scaling.html#to_xml-instance_method" title="Axlsx::Scaling#to_xml (method)">#to_xml</a></span>
2765
2845
 
2766
- <small>Axlsx::Axis</small>
2846
+ <small>Axlsx::Scaling</small>
2767
2847
 
2768
2848
  </li>
2769
2849
 
2770
2850
 
2771
2851
  <li class="r2 ">
2772
- <span class='object_link'><a href="Axlsx/LineSeries.html#to_xml-instance_method" title="Axlsx::LineSeries#to_xml (method)">#to_xml</a></span>
2852
+ <span class='object_link'><a href="Axlsx/Relationship.html#to_xml-instance_method" title="Axlsx::Relationship#to_xml (method)">#to_xml</a></span>
2773
2853
 
2774
- <small>Axlsx::LineSeries</small>
2854
+ <small>Axlsx::Relationship</small>
2775
2855
 
2776
2856
  </li>
2777
2857
 
2778
2858
 
2779
2859
  <li class="r1 ">
2780
- <span class='object_link'><a href="Axlsx/App.html#to_xml-instance_method" title="Axlsx::App#to_xml (method)">#to_xml</a></span>
2860
+ <span class='object_link'><a href="Axlsx/ValAxisData.html#to_xml-instance_method" title="Axlsx::ValAxisData#to_xml (method)">#to_xml</a></span>
2781
2861
 
2782
- <small>Axlsx::App</small>
2862
+ <small>Axlsx::ValAxisData</small>
2783
2863
 
2784
2864
  </li>
2785
2865
 
2786
2866
 
2787
2867
  <li class="r2 ">
2788
- <span class='object_link'><a href="Axlsx/Title.html#to_xml-instance_method" title="Axlsx::Title#to_xml (method)">#to_xml</a></span>
2868
+ <span class='object_link'><a href="Axlsx/PieSeries.html#to_xml-instance_method" title="Axlsx::PieSeries#to_xml (method)">#to_xml</a></span>
2789
2869
 
2790
- <small>Axlsx::Title</small>
2870
+ <small>Axlsx::PieSeries</small>
2791
2871
 
2792
2872
  </li>
2793
2873
 
2794
2874
 
2795
2875
  <li class="r1 ">
2796
- <span class='object_link'><a href="Axlsx/Relationships.html#to_xml-instance_method" title="Axlsx::Relationships#to_xml (method)">#to_xml</a></span>
2876
+ <span class='object_link'><a href="Axlsx/BarSeries.html#to_xml-instance_method" title="Axlsx::BarSeries#to_xml (method)">#to_xml</a></span>
2797
2877
 
2798
- <small>Axlsx::Relationships</small>
2878
+ <small>Axlsx::BarSeries</small>
2799
2879
 
2800
2880
  </li>
2801
2881
 
2802
2882
 
2803
2883
  <li class="r2 ">
2804
- <span class='object_link'><a href="Axlsx/GradientFill.html#top-instance_method" title="Axlsx::GradientFill#top (method)">#top</a></span>
2884
+ <span class='object_link'><a href="Axlsx/Row.html#to_xml-instance_method" title="Axlsx::Row#to_xml (method)">#to_xml</a></span>
2805
2885
 
2806
- <small>Axlsx::GradientFill</small>
2886
+ <small>Axlsx::Row</small>
2807
2887
 
2808
2888
  </li>
2809
2889
 
2810
2890
 
2811
2891
  <li class="r1 ">
2812
- <span class='object_link'><a href="Axlsx/GradientFill.html#type-instance_method" title="Axlsx::GradientFill#type (method)">#type</a></span>
2892
+ <span class='object_link'><a href="Axlsx/GradientFill.html#top-instance_method" title="Axlsx::GradientFill#top (method)">#top</a></span>
2813
2893
 
2814
2894
  <small>Axlsx::GradientFill</small>
2815
2895
 
@@ -2825,22 +2905,30 @@
2825
2905
 
2826
2906
 
2827
2907
  <li class="r1 ">
2828
- <span class='object_link'><a href="Axlsx/TableStyleElement.html#type-instance_method" title="Axlsx::TableStyleElement#type (method)">#type</a></span>
2908
+ <span class='object_link'><a href="Axlsx/GradientFill.html#type-instance_method" title="Axlsx::GradientFill#type (method)">#type</a></span>
2829
2909
 
2830
- <small>Axlsx::TableStyleElement</small>
2910
+ <small>Axlsx::GradientFill</small>
2831
2911
 
2832
2912
  </li>
2833
2913
 
2834
2914
 
2835
2915
  <li class="r2 ">
2836
- <span class='object_link'><a href="Axlsx/Line3DChart.html#valAxis-instance_method" title="Axlsx::Line3DChart#valAxis (method)">#valAxis</a></span>
2916
+ <span class='object_link'><a href="Axlsx/TableStyleElement.html#type-instance_method" title="Axlsx::TableStyleElement#type (method)">#type</a></span>
2837
2917
 
2838
- <small>Axlsx::Line3DChart</small>
2918
+ <small>Axlsx::TableStyleElement</small>
2839
2919
 
2840
2920
  </li>
2841
2921
 
2842
2922
 
2843
2923
  <li class="r1 ">
2924
+ <span class='object_link'><a href="Axlsx/Worksheet.html#update_auto_fit_data-instance_method" title="Axlsx::Worksheet#update_auto_fit_data (method)">#update_auto_fit_data</a></span>
2925
+
2926
+ <small>Axlsx::Worksheet</small>
2927
+
2928
+ </li>
2929
+
2930
+
2931
+ <li class="r2 ">
2844
2932
  <span class='object_link'><a href="Axlsx/Bar3DChart.html#valAxis-instance_method" title="Axlsx::Bar3DChart#valAxis (method)">#valAxis</a></span>
2845
2933
 
2846
2934
  <small>Axlsx::Bar3DChart</small>
@@ -2848,6 +2936,14 @@
2848
2936
  </li>
2849
2937
 
2850
2938
 
2939
+ <li class="r1 ">
2940
+ <span class='object_link'><a href="Axlsx/Line3DChart.html#valAxis-instance_method" title="Axlsx::Line3DChart#valAxis (method)">#valAxis</a></span>
2941
+
2942
+ <small>Axlsx::Line3DChart</small>
2943
+
2944
+ </li>
2945
+
2946
+
2851
2947
  <li class="r2 ">
2852
2948
  <span class='object_link'><a href="Axlsx/Package.html#validate-instance_method" title="Axlsx::Package#validate (method)">#validate</a></span>
2853
2949
 
@@ -2857,25 +2953,25 @@
2857
2953
 
2858
2954
 
2859
2955
  <li class="r1 ">
2860
- <span class='object_link'><a href="Axlsx/DataTypeValidator.html#validate-class_method" title="Axlsx::DataTypeValidator.validate (method)">validate</a></span>
2956
+ <span class='object_link'><a href="Axlsx/RegexValidator.html#validate-class_method" title="Axlsx::RegexValidator.validate (method)">validate</a></span>
2861
2957
 
2862
- <small>Axlsx::DataTypeValidator</small>
2958
+ <small>Axlsx::RegexValidator</small>
2863
2959
 
2864
2960
  </li>
2865
2961
 
2866
2962
 
2867
2963
  <li class="r2 ">
2868
- <span class='object_link'><a href="Axlsx/RegexValidator.html#validate-class_method" title="Axlsx::RegexValidator.validate (method)">validate</a></span>
2964
+ <span class='object_link'><a href="Axlsx/RestrictionValidator.html#validate-class_method" title="Axlsx::RestrictionValidator.validate (method)">validate</a></span>
2869
2965
 
2870
- <small>Axlsx::RegexValidator</small>
2966
+ <small>Axlsx::RestrictionValidator</small>
2871
2967
 
2872
2968
  </li>
2873
2969
 
2874
2970
 
2875
2971
  <li class="r1 ">
2876
- <span class='object_link'><a href="Axlsx/RestrictionValidator.html#validate-class_method" title="Axlsx::RestrictionValidator.validate (method)">validate</a></span>
2972
+ <span class='object_link'><a href="Axlsx/DataTypeValidator.html#validate-class_method" title="Axlsx::DataTypeValidator.validate (method)">validate</a></span>
2877
2973
 
2878
- <small>Axlsx::RestrictionValidator</small>
2974
+ <small>Axlsx::DataTypeValidator</small>
2879
2975
 
2880
2976
  </li>
2881
2977
 
@@ -3025,17 +3121,17 @@
3025
3121
 
3026
3122
 
3027
3123
  <li class="r2 ">
3028
- <span class='object_link'><a href="Axlsx/Package.html#workbook-instance_method" title="Axlsx::Package#workbook (method)">#workbook</a></span>
3124
+ <span class='object_link'><a href="Axlsx/Worksheet.html#workbook-instance_method" title="Axlsx::Worksheet#workbook (method)">#workbook</a></span>
3029
3125
 
3030
- <small>Axlsx::Package</small>
3126
+ <small>Axlsx::Worksheet</small>
3031
3127
 
3032
3128
  </li>
3033
3129
 
3034
3130
 
3035
3131
  <li class="r1 ">
3036
- <span class='object_link'><a href="Axlsx/Worksheet.html#workbook-instance_method" title="Axlsx::Worksheet#workbook (method)">#workbook</a></span>
3132
+ <span class='object_link'><a href="Axlsx/Package.html#workbook-instance_method" title="Axlsx::Package#workbook (method)">#workbook</a></span>
3037
3133
 
3038
- <small>Axlsx::Worksheet</small>
3134
+ <small>Axlsx::Package</small>
3039
3135
 
3040
3136
  </li>
3041
3137
 
@@ -3081,17 +3177,17 @@
3081
3177
 
3082
3178
 
3083
3179
  <li class="r1 ">
3084
- <span class='object_link'><a href="Axlsx/CellStyle.html#xfId-instance_method" title="Axlsx::CellStyle#xfId (method)">#xfId</a></span>
3180
+ <span class='object_link'><a href="Axlsx/Xf.html#xfId-instance_method" title="Axlsx::Xf#xfId (method)">#xfId</a></span>
3085
3181
 
3086
- <small>Axlsx::CellStyle</small>
3182
+ <small>Axlsx::Xf</small>
3087
3183
 
3088
3184
  </li>
3089
3185
 
3090
3186
 
3091
3187
  <li class="r2 ">
3092
- <span class='object_link'><a href="Axlsx/Xf.html#xfId-instance_method" title="Axlsx::Xf#xfId (method)">#xfId</a></span>
3188
+ <span class='object_link'><a href="Axlsx/CellStyle.html#xfId-instance_method" title="Axlsx::CellStyle#xfId (method)">#xfId</a></span>
3093
3189
 
3094
- <small>Axlsx::Xf</small>
3190
+ <small>Axlsx::CellStyle</small>
3095
3191
 
3096
3192
  </li>
3097
3193