Skip to content

Commit

Permalink
update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Nov 3, 2020
1 parent 53a2418 commit d69fc6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Expand Up @@ -598,7 +598,9 @@ This is the excel file we want to parse:
|===

The object corresponding to the first row of the excel sheet then has a map with `{ENCODING=mp3, BITRATE=256}`
and the one for the second row has `{ENCODING=flac, BITRATE=1500}`.
and the one for the second row has `{ENCODING=flac, BITRATE=1500}`.

Note that If you use the `PoijiOptionsBuilder#caseInsensitive(true)` option, the ExcelUnknownCells map will be parsed with lowercase.

=== Feature 10

Expand Down

0 comments on commit d69fc6f

Please sign in to comment.