This is a C# utility for parsing large Excel files. I implemented this as a general utility that is used by many spreadsheet import services within a single app. This program will parse the files but a separate service that provides validation is recommended. Files must have column names specified but the sheet names are optional.
-
Notifications
You must be signed in to change notification settings - Fork 0
TheManOfTeel/ExcelParsingUtil
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A C# utility for parsing large Excel files.