Open
Description
Is it possible to grab the first worksheet in the excel file irrespective of its name?
This will select sheet by name.
var excel = new ExcelQueryFactory("excelFileName");
var oldCompanies = from c in repo.Worksheet(1) //Queries the second worksheet in alphabetical order
where c.LaunchDate < new DateTime(1900, 1, 1)
select c;
Metadata
Metadata
Assignees
Labels
No labels