writer2latex.office

Class TableRangeParser

public class TableRangeParser extends Object

This class parses a space separated list of table ranges. A table range is of the form .:. where the sheet name is quoted (single quotes) if it contains spaces the column is one or two uppercase letters (A-Z) the row is an integer. The sheet name is currently ignored, and so are any syntax errors
Constructor Summary
TableRangeParser(String s)
Method Summary
int[]getRange()
booleanhasMoreRanges()

Constructor Detail

TableRangeParser

public TableRangeParser(String s)

Method Detail

getRange

public int[] getRange()

hasMoreRanges

public boolean hasMoreRanges()