Method: Axlsx::WorksheetComments#add_comment

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

#add_comment(options = {}) ⇒ Object

Adds a comment

Parameters:

  • options (Hash) (defaults to: {})

See Also:



25
26
27
# File 'lib/axlsx/workbook/worksheet/worksheet_comments.rb', line 25

def add_comment(options={})
  comments.add_comment(options)
end