public interface DataProvider
데이터 제공자
ExcelWriter에서 데이터 정보를 생성할 때 사용된다.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNextRow()
다음 Row의 데이터가 있는지 여부를 돌려주고,
 있다면, 설정할 데이터를 다음 Row로 옮긴다. 
 | 
void | 
setCellValue(org.apache.poi.ss.usermodel.Cell cell,
            int columnIndex)
주어진 Cell에 값을 설정한다. 
 |