From fedef0cefa58d25a7c7dfc1dd9cbfb1b545db8a8 Mon Sep 17 00:00:00 2001 From: Edward Kaplan Date: Sun, 4 Jan 2015 19:24:59 -0800 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7f0860..798a42a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ Requires Ruby 2.0. workbook = Dullard::Workbook.new "file.xlsx" workbook.sheets[0].rows.each do |row| - puts row # => ["a","b","c",...] + p row # => ["a","b","c", 0.3, #, ...] end ## Current limitations - * No validation - * Limited error handling + * Limited validation and error handling. + * Formatted cells are read, but formatting is not accessible. * May be buggy. Pull requests welcome! + * Rows that end with empty cells may be truncated.