public class CalculationChain
extends org.apache.poi.ooxml.POIXMLDocumentPart
| Constructor and Description |
|---|
CalculationChain() |
CalculationChain(PackagePart part) |
| Modifier and Type | Method and Description |
|---|---|
CTCalcChain |
getCTCalcChain() |
void |
readFrom(InputStream is) |
void |
removeItem(int sheetId,
String ref)
Remove a formula reference from the calculation chain
|
void |
writeTo(OutputStream out) |
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toStringpublic CalculationChain()
public CalculationChain(PackagePart part) throws IOException
IOExceptionpublic void readFrom(InputStream is) throws IOException
IOExceptionpublic void writeTo(OutputStream out) throws IOException
IOExceptionpublic CTCalcChain getCTCalcChain()
public void removeItem(int sheetId,
String ref)
sheetId - the sheet Id of a sheet the formula belongs to.ref - A1 style reference to the cell containing the formula.Copyright © 2010 - 2020 Adobe. All Rights Reserved