java.lang.Object
org.nkjmlab.util.poi.BasicExcelSheet
-
ネストされたクラスの概要
ネストされたクラス -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static BasicExcelSheet.Builder<T> TreadAllRows(String cellSeparatorAfterConverted, String cellQuoteStringAfterConverted, String nullStringAfterConverted) org.apache.poi.ss.usermodel.CellreadCell(int rowIndex, int columnIndex) static org.apache.poi.ss.usermodel.CellreadCell(org.apache.poi.ss.usermodel.Sheet sheet, int rowIndex, int columnIndex) static StringtoMergedCellString(org.apache.poi.ss.usermodel.Cell cell) Example of getting the value of a merged cell as a Stringstatic StringtoStringCachedFormulaValue(org.apache.poi.ss.usermodel.Cell cell) Example of getting the value cached in a cell as a Stringstatic StringtoStringFormulaValue(org.apache.poi.ss.usermodel.Cell cell) Example of calculating a formula in a cell and getting it as a Stringstatic StringtoStringValue(org.apache.poi.ss.usermodel.Cell cell)
-
コンストラクタの詳細
-
BasicExcelSheet
-
-
メソッドの詳細
-
builder
-
procSheet
-
readAllRows
public List<String> readAllRows(String cellSeparatorAfterConverted, String cellQuoteStringAfterConverted, String nullStringAfterConverted) - パラメータ:
cellSeparatorAfterConverted-cellQuoteStringAfterConverted-nullStringAfterConverted-- 戻り値:
-
readAllCells
-
readFirstRowAsHeader
-
readCell
public org.apache.poi.ss.usermodel.Cell readCell(int rowIndex, int columnIndex) -
readCell
public static org.apache.poi.ss.usermodel.Cell readCell(org.apache.poi.ss.usermodel.Sheet sheet, int rowIndex, int columnIndex) -
toMergedCellString
Example of getting the value of a merged cell as a String- パラメータ:
cell-- 戻り値:
-
toStringValue
-
toStringFormulaValue
Example of calculating a formula in a cell and getting it as a String- パラメータ:
cell-- 戻り値:
-
toStringCachedFormulaValue
Example of getting the value cached in a cell as a String- パラメータ:
cell-- 戻り値:
-