public class ExcelReader extends Object
| Constructor and Description |
|---|
ExcelReader() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.csv.CSVParser |
read(URI dateiUri)
Liest die Excel Datei ein.
|
public org.apache.commons.csv.CSVParser read(URI dateiUri) throws IOException
dateiUri - die File URIIOException - bei lese FehlerCopyright © 2020. All rights reserved.