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:



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

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


1056
1057
1058
# File 'sig/types.rbs', line 1056

def 
  @metadata
end

#revisionsArray[DocumentRevision] (readonly)

Returns the value of attribute revisions.

Returns:



1057
1058
1059
# File 'sig/types.rbs', line 1057

def revisions
  @revisions
end

#sheetsArray[ExcelSheet] (readonly)

Returns the value of attribute sheets.

Returns:



1055
1056
1057
# File 'sig/types.rbs', line 1055

def sheets
  @sheets
end