Class TableRangeParser


  • public class TableRangeParser
    extends java.lang.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

      Constructors 
      Constructor Description
      TableRangeParser​(java.lang.String s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getRange()  
      boolean hasMoreRanges()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableRangeParser

        public TableRangeParser​(java.lang.String s)
    • Method Detail

      • hasMoreRanges

        public boolean hasMoreRanges()
      • getRange

        public int[] getRange()