Method: Axlsx::Workbook#comments

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

#commentsComments

Note:

The recommended way to manage comments is WOrksheet#add_comment

A collection of comments associated with this workbook



156
157
158
# File 'lib/axlsx/workbook/workbook.rb', line 156

def comments
  worksheets.map { |sheet| sheet.comments }.compact
end