Class RefImpl

    • Field Detail

      • bookName

        protected final String bookName
      • sheetName

        protected final String sheetName
      • lastSheetName

        protected final String lastSheetName
    • Constructor Detail

      • RefImpl

        public RefImpl​(String bookName,
                       String sheetName,
                       int row,
                       int column,
                       int lastRow,
                       int lastColumn)
      • RefImpl

        public RefImpl​(String bookName,
                       String sheetName,
                       int row,
                       int column)
      • RefImpl

        public RefImpl​(String bookName,
                       String sheetName,
                       String lastSheetName,
                       int row,
                       int column,
                       int lastRow,
                       int lastColumn)
      • RefImpl

        public RefImpl​(String bookName,
                       String sheetName,
                       String lastSheetName,
                       int row,
                       int column)
      • RefImpl

        public RefImpl​(String bookName,
                       String sheetName,
                       int sheetIdx)
      • RefImpl

        public RefImpl​(String bookName)
      • RefImpl

        protected RefImpl​(Ref.RefType type,
                          String bookName,
                          String sheetName,
                          String lastSheetName,
                          int row,
                          int column,
                          int lastRow,
                          int lastColumn)