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 Aug 1, 2018
1 parent 1a080a8 commit 85e6a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,14 @@ As of 1.14, Poiji supports Consumer Interface. As https://github.com/ozlerhakan/
2. Run time processing/filtering data
3. DB batch insertion

For example, we have a Calculation entity class and want to insert each row while retrieving:
For example, we have a Calculation entity class and want to insert each row into a database while retrieving:

[source, java]
----
class Calculation {
@ExcelCell(0)
String Name
String name
@ExcelCell(1)
int a
Expand All @@ -315,7 +315,7 @@ class Calculation {
return b;
}
public int getNanem){
public int getName(){
return name;
}
Expand Down

0 comments on commit 85e6a6e

Please sign in to comment.