Skip to content

Commit 960c0af

Browse files
committed
minor changes in readme file
1 parent 4088e6b commit 960c0af

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ExcelDataReader
22
===============
33

4-
Lightweight and fast library written in C# for reading Microsoft Excel files
4+
Lightweight and fast library written in C# for reading Microsoft Excel files (added methods for batch reading, row skipping, get schema, get top rows, get sheet names)
55

66
This project has just migrated from CodePlex - as is.
77
Please feel free to fork and submit pull requests.
@@ -77,8 +77,9 @@ excelReader.Close()
7777
* SQL reporting services. Set ReadOption.Loose in the CreateBinaryReader factory method to skip some bounds checking which was causing SSRS generated xls to fail. (Only on changeset >= 82970)
7878

7979
===============
80+
8081
# ExcelDataReader - BatchRead
81-
Added excel file batch reading and row skipping support. Implemented GetSchema method. Added some utility methods.
82+
Added excel file batch reading and row skipping support. Implemented GetSchema method. Added utility methods such as GetTopRows and GetSheetNames.
8283

8384
## How to use
8485
### C# code :
@@ -141,7 +142,4 @@ Added excel file batch reading and row skipping support. Implemented GetSchema m
141142
// process batch rows
142143
}
143144
}
144-
}
145-
146-
147-
===============
145+
}

0 commit comments

Comments
 (0)