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
|
方法摘要 |
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.