Class XlsxParsing


  • public class XlsxParsing
    extends java.lang.Object
    Xlsx Parsing Class
    Version:
    1.0
    Author:
    Yeonhee Kim
    • Constructor Summary

      Constructors 
      Constructor Description
      XlsxParsing()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Program> setProgramList​(java.lang.String fullPath)
      Excel 파일을 읽어서 프로그램 리스트로 파싱
      • Methods inherited from class java.lang.Object

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

      • XlsxParsing

        public XlsxParsing()
    • Method Detail

      • setProgramList

        public java.util.List<Program> setProgramList​(java.lang.String fullPath)
        Excel 파일을 읽어서 프로그램 리스트로 파싱
        Parameters:
        fullPath - 파일 디렉토리
        Returns:
        파싱값을 리스트에 담아 변수 list에 리턴