Package org.gluu.oxtrust.service
Class ExcelService
- java.lang.Object
-
- org.gluu.oxtrust.service.ExcelService
-
@Named("excelService") @ApplicationScoped public class ExcelService extends java.lang.Object
Service class to work with Excel files- Author:
- Yuriy Movchan Date: 02.15.2011, Gasmyr Mougang Date: 11.06.2018
-
-
Constructor Summary
Constructors Constructor Description ExcelService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Table
read(java.io.InputStream is)
-
-
-
Method Detail
-
read
public Table read(java.io.InputStream is)
-
-