Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Kaplan committed Jan 5, 2015
1 parent eabe2db commit fedef0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, #<DateTime: -4712-01-01....>, ...]
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.

0 comments on commit fedef0c

Please sign in to comment.