From 35ef3688b70ffe04eaa69c848f1a86653ba626c8 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 3 Jul 2012 22:28:13 +0900 Subject: update read me to correct link to examples --- README.md | 2 +- examples/.~lock.extractive.xlsx# | 1 - lib/axlsx/workbook/worksheet/worksheet.rb | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 examples/.~lock.extractive.xlsx# diff --git a/README.md b/README.md index 72e0ce13..3540480d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3