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:



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

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


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

def 
  @metadata
end

#revisionsArray[DocumentRevision] (readonly)

Returns the value of attribute revisions.

Returns:



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

def revisions
  @revisions
end

#sheetsArray[ExcelSheet] (readonly)

Returns the value of attribute sheets.

Returns:



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

def sheets
  @sheets
end