I am using LinqToExcel and i want to be able to get the names of all sheets in an excel file and compare it with an input from my html form such that when the input does not match any of the names on the excel sheet the system will throw an exception. How do i go about using LinqToExcel to do this
|
feedback
|
|
The documentation says: The GetWorksheetNames() method can be used to retrieve the list of worksheet names in a spreadsheet.
| |||||||||
feedback
|