Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExcelService

        public ExcelService()
    • Method Detail

      • read

        public Table read​(java.io.InputStream is)