Package org.apache.poi.xssf.usermodel
Class XSSFEvaluationSheetHelper
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFEvaluationSheetHelper
-
public class XSSFEvaluationSheetHelper extends Object
A helper to accessXSSFEvaluationSheet
's APIs.- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description XSSFEvaluationSheetHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.poi.xssf.usermodel.XSSFSheet
getXSSFSheet(EvaluationSheet evaluationSheet)
-
-
-
Method Detail
-
getXSSFSheet
public static org.apache.poi.xssf.usermodel.XSSFSheet getXSSFSheet(EvaluationSheet evaluationSheet)
-
-