net.sf.jxls.util
Class TagBodyHelper

java.lang.Object
  extended by net.sf.jxls.util.TagBodyHelper

public class TagBodyHelper
extends java.lang.Object

Author:
Leonid Vysochyn

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
TagBodyHelper()
           
 
Method Summary
static void adjustFormulas(org.apache.poi.ss.usermodel.Workbook hssfWorkbook, org.apache.poi.ss.usermodel.Sheet hssfSheet, Block body)
           
static int duplicateDown(org.apache.poi.ss.usermodel.Sheet sheet, Block block, int n)
           
static int duplicateDown(org.apache.poi.ss.usermodel.Sheet sheet, Block block, int n, java.util.Map formulaCellsToUpdate)
           
static int duplicateRight(org.apache.poi.ss.usermodel.Sheet sheet, Block block, int n)
           
static void removeBodyRows(org.apache.poi.ss.usermodel.Sheet sheet, Block block)
           
static void removeBorders(org.apache.poi.ss.usermodel.Sheet sheet, Block block)
           
static void removeLeftRightBorders(org.apache.poi.ss.usermodel.Sheet sheet, Block block)
           
static void removeRowCells(org.apache.poi.ss.usermodel.Sheet sheet, org.apache.poi.ss.usermodel.Row row, int startCellNum, int endCellNum)
           
static void replaceProperty(org.apache.poi.ss.usermodel.Sheet sheet, Block block, java.lang.String oldProperty, java.lang.String newProperty)
           
static void shift(org.apache.poi.ss.usermodel.Sheet sheet, Block block, int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

TagBodyHelper

public TagBodyHelper()
Method Detail

duplicateDown

public static int duplicateDown(org.apache.poi.ss.usermodel.Sheet sheet,
                                Block block,
                                int n)

duplicateDown

public static int duplicateDown(org.apache.poi.ss.usermodel.Sheet sheet,
                                Block block,
                                int n,
                                java.util.Map formulaCellsToUpdate)

duplicateRight

public static int duplicateRight(org.apache.poi.ss.usermodel.Sheet sheet,
                                 Block block,
                                 int n)

replaceProperty

public static void replaceProperty(org.apache.poi.ss.usermodel.Sheet sheet,
                                   Block block,
                                   java.lang.String oldProperty,
                                   java.lang.String newProperty)

removeBorders

public static void removeBorders(org.apache.poi.ss.usermodel.Sheet sheet,
                                 Block block)

removeLeftRightBorders

public static void removeLeftRightBorders(org.apache.poi.ss.usermodel.Sheet sheet,
                                          Block block)

shift

public static void shift(org.apache.poi.ss.usermodel.Sheet sheet,
                         Block block,
                         int n)

removeRowCells

public static void removeRowCells(org.apache.poi.ss.usermodel.Sheet sheet,
                                  org.apache.poi.ss.usermodel.Row row,
                                  int startCellNum,
                                  int endCellNum)

removeBodyRows

public static void removeBodyRows(org.apache.poi.ss.usermodel.Sheet sheet,
                                  Block block)

adjustFormulas

public static void adjustFormulas(org.apache.poi.ss.usermodel.Workbook hssfWorkbook,
                                  org.apache.poi.ss.usermodel.Sheet hssfSheet,
                                  Block body)


Copyright © 2005-2013 jXLS Team. All Rights Reserved.