org.jeecgframework.poi.util
类 PoiSheetUtility

java.lang.Object
  继承者 org.jeecgframework.poi.util.PoiSheetUtility

public class PoiSheetUtility
extends Object

国外高手的,不过也不好,慎用,效率不行 Helper functions to aid in the management of sheets


构造方法摘要
PoiSheetUtility()
           
 
方法摘要
static void deleteColumn(org.apache.poi.ss.usermodel.Sheet sheet, int columnToDelete)
          Given a sheet, this method deletes a column from a sheet and moves all the columns to the right of it to the left one cell.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PoiSheetUtility

public PoiSheetUtility()
方法详细信息

deleteColumn

public static void deleteColumn(org.apache.poi.ss.usermodel.Sheet sheet,
                                int columnToDelete)
Given a sheet, this method deletes a column from a sheet and moves all the columns to the right of it to the left one cell. Note, this method will not update any formula references.

参数:
sheet -
column -


Copyright © 2015. All Rights Reserved.