1

Assume I have an Excel work sheet with first row that must be column names:

FirstName  LastName   DepartmentId     <-- first row is column names
john       doe         1
jane       doe         2
...

I have 2 questions:
- How can I check if the first row is column names by requirement of the work sheet?
- If the first row is column names, how can I check those column names match predefined names such as FirstName, LastName, and DepartmentId?

bakoyaro
  • 2,550
  • 3
  • 36
  • 63
Thomas.Benz
  • 8,381
  • 9
  • 38
  • 65

0 Answers0