Method: Axlsx::NumVal#format_code

Defined in:
lib/axlsx/drawing/num_val.rb

#format_codeString

A string representing the format code to apply. For more information see see the SpreadsheetML numFmt element's (§18.8.30) formatCode attribute.

Returns:

  • (String)


10
11
12
# File 'lib/axlsx/drawing/num_val.rb', line 10

def format_code
  @format_code
end