Interface UstraExcelCellDecoder

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UstraExcelCellDecoder
엑셀 파일 => 데이터 변환 사용하는 컨버터
  • Method Summary

    Modifier and Type
    Method
    Description
    변환
  • Method Details

    • convert

      Object convert(String src) throws Exception
      변환
      Parameters:
      src - 엑셀 데이터 문자열
      Returns:
      변환 아웃풋
      Throws:
      Exception