Interface PrometheusSheetWorkBook
- All Superinterfaces:
PrometheusSheet.PrometheusSheetWorkBookCtl
Sheet Service interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetRangeView(String pName) Obtain a view of the named range.Access an existing Sheet with the given name.Create a new Sheet with the given name.Create a new Sheet with the given name.Methods inherited from interface io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheet.PrometheusSheetWorkBookCtl
createFormatter, isReadOnly, saveToStream
-
Method Details
-
newSheet
Description copied from interface:PrometheusSheet.PrometheusSheetWorkBookCtlCreate a new Sheet with the given name.- Specified by:
newSheetin interfacePrometheusSheet.PrometheusSheetWorkBookCtl- Parameters:
pName- the name of the new sheet- Returns:
- the new sheet
- Throws:
OceanusException- on error
-
newSheet
Description copied from interface:PrometheusSheet.PrometheusSheetWorkBookCtlCreate a new Sheet with the given name.- Specified by:
newSheetin interfacePrometheusSheet.PrometheusSheetWorkBookCtl- Parameters:
pName- the name of the new sheetpNumRows- the number of rows to allocatepNumCols- the number of columns to allocate- Returns:
- the new sheet
- Throws:
OceanusException- on error
-
getSheet
Description copied from interface:PrometheusSheet.PrometheusSheetWorkBookCtlAccess an existing Sheet with the given name.- Specified by:
getSheetin interfacePrometheusSheet.PrometheusSheetWorkBookCtl- Parameters:
pName- the name of the sheet- Returns:
- the sheet (or null if no such sheet)
- Throws:
OceanusException- on error
-
getRangeView
Description copied from interface:PrometheusSheet.PrometheusSheetWorkBookCtlObtain a view of the named range.- Specified by:
getRangeViewin interfacePrometheusSheet.PrometheusSheetWorkBookCtl- Parameters:
pName- the name of the range- Returns:
- the view of the range
- Throws:
OceanusException- on error
-