Method: Cosmos::ExcelSpreadsheet#keys

Defined in:
lib/cosmos/win32/excel.rb

#keysArray<String>

Returns Array of all the worksheet names.

Returns:



108
109
110
# File 'lib/cosmos/win32/excel.rb', line 108

def keys
  @lkup.keys
end