Class POICalcDocument
java.lang.Object
app.valuationcontrol.multimodule.library.xlhandler.POICalcDocument
- All Implemented Interfaces:
CalcDocument
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertConnected(Runnable resetData) voidclose()voidvoidcopy(GenericSheet sourceGenericSheet, String newSheetName) createPrettySheet(String name) static StringgetScenarioSheetName(SCENARIO scenario) org.apache.poi.xssf.usermodel.XSSFCellStylevoidpreventScreenUpdating(boolean prevent) voidremove(GenericSheet genericSheet) saveAs()
-
Field Details
-
NUMBER_FORMAT
- See Also:
-
PERCENTAGE_FORMAT
- See Also:
-
DATE_FORMAT
- See Also:
-
_notAccessibleWorkbook
protected org.apache.poi.xssf.usermodel.XSSFWorkbook _notAccessibleWorkbook
-
-
Constructor Details
-
POICalcDocument
public POICalcDocument()
-
-
Method Details
-
getStyle
-
getScenarioSheetName
- Throws:
IllegalArgumentException
-
assertConnected
- Specified by:
assertConnectedin interfaceCalcDocument- Parameters:
resetData- the function to reset document
-
getSheet
- Specified by:
getSheetin interfaceCalcDocument
-
createPrettySheet
- Specified by:
createPrettySheetin interfaceCalcDocument
-
preventScreenUpdating
public void preventScreenUpdating(boolean prevent) - Specified by:
preventScreenUpdatingin interfaceCalcDocument
-
close
public void close()- Specified by:
closein interfaceCalcDocument
-
saveAs
- Specified by:
saveAsin interfaceCalcDocument
-
remove
- Specified by:
removein interfaceCalcDocument
-
copy
- Specified by:
copyin interfaceCalcDocument
-
closeAllButBase
public void closeAllButBase()- Specified by:
closeAllButBasein interfaceCalcDocument
-
closeAllSheets
public void closeAllSheets()- Specified by:
closeAllSheetsin interfaceCalcDocument
-