Class: Xberg::ExcelWorkbook

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExcelWorkbook

Returns a new instance of ExcelWorkbook.

Parameters:



833
# File 'sig/types.rbs', line 833

def initialize: (sheets: Array[ExcelSheet], metadata: Hash[String, String], ?revisions: Array[DocumentRevision]) -> void

Instance Attribute Details

#metadataHash[String, String] (readonly)

Returns the value of attribute metadata.

Returns:

  • (Hash[String, String])


830
831
832
# File 'sig/types.rbs', line 830

def 
  
end

#revisionsArray[DocumentRevision]? (readonly)

Returns the value of attribute revisions.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def revisions
  @revisions
end

#sheetsArray[ExcelSheet] (readonly)

Returns the value of attribute sheets.

Returns:



829
830
831
# File 'sig/types.rbs', line 829

def sheets
  @sheets
end