Method: Axlsx::NumData#format_code

Defined in:
lib/axlsx/drawing/num_data.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:



21
22
23
# File 'lib/axlsx/drawing/num_data.rb', line 21

def format_code
  @format_code
end