|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.util.SheetUtil
public class SheetUtil
Helper methods for when working with Usermodel sheets
| Constructor Summary | |
|---|---|
SheetUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
containsCell(CellRangeAddress cr,
int rowIx,
int colIx)
|
static double |
getColumnWidth(Sheet sheet,
int column,
boolean useMergedCells)
Compute width of a column and return the result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SheetUtil()
| Method Detail |
|---|
public static double getColumnWidth(Sheet sheet,
int column,
boolean useMergedCells)
sheet - the sheet to calculatecolumn - 0-based index of the columnuseMergedCells - whether to use merged cells
public static boolean containsCell(CellRangeAddress cr,
int rowIx,
int colIx)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||