Retrieves a sheet from the Excel workbook based on the specified name.
sheetName
A string specifying the name of the sheet to retrieve. The sheet name must exactly match the name of an existing sheet within the workbook, considering case sensitivity.
The Sheet object corresponding to the specified name.