diff options
| author | Randy Morgan <[email protected]> | 2012-07-03 22:28:13 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-03 22:28:13 +0900 |
| commit | 35ef3688b70ffe04eaa69c848f1a86653ba626c8 (patch) | |
| tree | 3df087c19cd1f424a4e27d7b9fdd500fa08595a6 | |
| parent | 35003679eb493f4cce078af203e5752cf75f30ef (diff) | |
| download | caxlsx-35ef3688b70ffe04eaa69c848f1a86653ba626c8.tar.gz caxlsx-35ef3688b70ffe04eaa69c848f1a86653ba626c8.zip | |
update read me to correct link to examples
| -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 |
