Method: Axlsx::Worksheet.thin_chars

Defined in:
lib/axlsx/workbook/worksheet/worksheet.rb

.thin_charsString

definition of characters which are less than the maximum width of 0-9 in the default font for use in String#count. This is used for autowidth calculations

Returns:

  • (String)


87
88
89
# File 'lib/axlsx/workbook/worksheet/worksheet.rb', line 87

def self.thin_chars
  @thin_chars ||= "^.acefijklrstxyzFIJL()-"
end