Method: Axlsx::NumFmt#formatCode

Defined in:
lib/axlsx/stylesheet/num_fmt.rb

#formatCodeString

Returns The formatting to use for this number format.

Returns:

  • (String)

    The formatting to use for this number format.

See Also:



24
25
26
# File 'lib/axlsx/stylesheet/num_fmt.rb', line 24

def formatCode
  @formatCode
end