public class UtilFns extends Object
Constructor and Description |
---|
UtilFns()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Integer |
getColBegin(Spreadsheet ss)
Deprecated.
|
static Integer |
getColEnd(Spreadsheet ss)
Deprecated.
|
static String |
getColumntitle(Spreadsheet ss,
int index)
Deprecated.
Gets Column name of a sheet
|
static Boolean |
getLeftHeaderHiddens(Spreadsheet ss,
int row)
Deprecated.
|
static Integer |
getRowBegin(Spreadsheet ss)
Deprecated.
|
static Integer |
getRowEnd(Spreadsheet ss)
Deprecated.
|
static String |
getRowtitle(Spreadsheet ss,
int index)
Deprecated.
Gets Row name of a sheet
|
static Boolean |
getTopHeaderHiddens(Spreadsheet ss,
int col)
Deprecated.
|
public static String getColumntitle(Spreadsheet ss, int index)
public static String getRowtitle(Spreadsheet ss, int index)
public static Integer getRowBegin(Spreadsheet ss)
public static Integer getRowEnd(Spreadsheet ss)
public static Integer getColBegin(Spreadsheet ss)
public static Integer getColEnd(Spreadsheet ss)
public static Boolean getTopHeaderHiddens(Spreadsheet ss, int col)
public static Boolean getLeftHeaderHiddens(Spreadsheet ss, int row)
Copyright © 2020. All rights reserved.