public interface CellReader
Modifier and Type | Method and Description |
---|---|
void |
close()
Complete the transfer.
|
java.lang.String[] |
getHeaderRow()
Return the header row.
|
java.lang.String[] |
readDataRow()
Read and return the next row of data.
|
java.lang.String[] getHeaderRow() throws AnaplanAPIException, java.io.IOException
AnaplanAPIException
java.io.IOException
java.lang.String[] readDataRow() throws AnaplanAPIException, java.io.IOException
AnaplanAPIException
java.io.IOException
void close() throws AnaplanAPIException, java.io.IOException
AnaplanAPIException
java.io.IOException