Exemple #1
0
  private void initSheet(ISheet sheet, WorkbookImpl wb) {
    ((SheetImpl) sheet).addNotify(wb);

    // Prefetch all revisions of this sheet.
    workbook.getRevisionRepository().getRevisionManager(sheet.getId(), IRevision.SHEET);
  }