Method: Roo::Excelx::SharedStrings#use_html?

Defined in:
lib/roo/excelx/shared_strings.rb

#use_html?(index) ⇒ Boolean

Use to_html or to_a for html returns See what is happening with commit???

Returns:

  • (Boolean)


28
29
30
# File 'lib/roo/excelx/shared_strings.rb', line 28

def use_html?(index)
  to_html[index][/<([biu]|sup|sub)>/]
end