I'm trying to read an Excel file in Java using the spark-excel library. It appears that the returned data is wrapped in scala.Some type. Here is how I invoke the library: Dataset<Row> extractedExcel = ...