javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad8506b7f5
commit
29128d019d
@ -414,10 +414,9 @@ public class XSSFPivotTable extends POIXMLDocumentPart {
|
||||
|
||||
/**
|
||||
* Creates cacheSource and workSheetSource for pivot table and sets the source reference as well assets the location of the pivot table
|
||||
* @param sourceRef Source for data for pivot table - mutually exclusive with sourceName
|
||||
* @param sourceName Source for data for pivot table - mutually exclusive with sourceRef
|
||||
* @param position Position for pivot table in sheet
|
||||
* @param sourceSheet Sheet where the source will be collected from
|
||||
* @param refConfig an configurator that knows how to configure pivot table references
|
||||
*/
|
||||
@Beta
|
||||
protected void createSourceReferences(CellReference position, Sheet sourceSheet, PivotTableReferenceConfigurator refConfig){
|
||||
|
Loading…
Reference in New Issue
Block a user