T - typ wartości komórkipublic class CellValue<T> extends Object
| Constructor and Description |
|---|
CellValue(org.apache.poi.ss.usermodel.Cell cell,
T value) |
CellValue(int row,
int col,
String sheetName,
T value)
Tworzy nową wartość komórki
|
public CellValue(org.apache.poi.ss.usermodel.Cell cell,
T value)
Copyright © 2015 Suncode. All rights reserved.