Hallo Zusammen,
wie kann ich aus einer Zelle von Excel ein Datum (z.B. 01.01.2016 00:00:00) in ein Benutzerattribut vom Datentyp Datum importieren?
Mit getCellValue() funktioniert es leider nicht.
Schon mal Danke im Voraus
Hallo Zusammen,
wie kann ich aus einer Zelle von Excel ein Datum (z.B. 01.01.2016 00:00:00) in ein Benutzerattribut vom Datentyp Datum importieren?
Mit getCellValue() funktioniert es leider nicht.
Schon mal Danke im Voraus
Hello,
If your Excel cell is date formatted, use the method "getDateCellValue ( )" to read the date.
This method will return a java.util.Date object.
Best Regards.
Romain Tricarico