Home
last modified time | relevance | path

Searched refs:getCellEnumerator (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java181 cellValue = ws.getCellEnumerator(); in setWorksheet()
187 cellValue = ws.getCellEnumerator(); in setWorksheet()
/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java217 public Enumeration getCellEnumerator() throws IOException { in getCellEnumerator() method in Worksheet