README.md in rxl-0.1.3 vs README.md in rxl-0.1.4
- old
+ new
@@ -72,10 +72,14 @@
### Read tables from file
-To read a file where the data is in table format - headers and values, no totals or otherwise extra content:
+To read a file where the data is in table format.
+
+* headers and rows only - no concept of sums/totals or any other content is provided for.
+* columns which do not contain a value in row 1 are ignored
+* formatting is discarded, only the cell values are retained
```ruby
Rxl.read_file_as_tables('path/to/file.xlsx')
```