diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | examples/.~lock.extractive.xlsx# | 1 | ||||
| -rw-r--r-- | lib/axlsx/workbook/worksheet/worksheet.rb | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -93,7 +93,7 @@ To install Axlsx, use the following command: The example listing is getting overly large to maintain here. If you are using Yard, you will be able to see the examples in line below. -If not, please refer to the Please see the [examples](examples/example.rb) here. +If not, please refer to the Please see the [examples](https://github.com/randym/axlsx/tree/master/examples/examples.rb) here. {include:file:examples/example.rb} diff --git a/examples/.~lock.extractive.xlsx# b/examples/.~lock.extractive.xlsx# deleted file mode 100644 index 3b14947a..00000000 --- a/examples/.~lock.extractive.xlsx# +++ /dev/null @@ -1 +0,0 @@ -,randym,Morgans-MacBook-Air.local,03.07.2012 20:51,file:///Users/randym/Library/Application%20Support/LibreOffice/3;
\ No newline at end of file diff --git a/lib/axlsx/workbook/worksheet/worksheet.rb b/lib/axlsx/workbook/worksheet/worksheet.rb index 0f9f4799..5959f039 100644 --- a/lib/axlsx/workbook/worksheet/worksheet.rb +++ b/lib/axlsx/workbook/worksheet/worksheet.rb @@ -40,6 +40,8 @@ module Axlsx # @return [Array] of Table attr_reader :tables + # The comments associated with this worksheet + # @return [SimpleTypedList] attr_reader :comments # The rows in this worksheet |
