Examples of splitRow()


Examples of com.extentech.ExtenXLS.WorkSheetHandle.splitRow()

   *
   */
  protected void tesSplitRows() {
    try {
      WorkSheetHandle sheet= workbook.getWorkSheet(0);
      sheet.splitRow(10, 5000); // split at row 10, set divider at 5000 twips
    } catch (Exception e) {
      System.out.println("Error setting Split panes: " + e.getMessage());
    }
    writeFile(workbook,"testSplitPanesRow.xls");   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.