PivotUtils
API
PivotUtils.java
class PivotUtils {
void createAnnotationRow(Row annotationRow, List<String> annotationList)
void createOrderRow(Row orderRow, List<Integer> orderList)
void createTypeRow(Row typeRow, List<AggregationType> typeList)
boolean cellValueEquals(Cell cell, Cell other)
Cell addCellValueTo(Cell source, Cell target)
void copyCell(Cell source, Cell target)
}