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:



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

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])


1067
1068
1069
# File 'sig/types.rbs', line 1067

def 
  @metadata
end

#revisionsArray[DocumentRevision] (readonly)

Returns the value of attribute revisions.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def revisions
  @revisions
end

#sheetsArray[ExcelSheet] (readonly)

Returns the value of attribute sheets.

Returns:



1066
1067
1068
# File 'sig/types.rbs', line 1066

def sheets
  @sheets
end