net.sf.jxls.controller
Interface WorkbookTransformationController
- All Known Implementing Classes:
- WorkbookTransformationControllerImpl
public interface WorkbookTransformationController
Defines interface to control workbook transformations
- Author:
- Leonid Vysochyn
getSheetTransformationControllers
java.util.List getSheetTransformationControllers()
setSheetTransformationControllers
void setSheetTransformationControllers(java.util.List sheetTransformationControllers)
addSheetTransformationController
void addSheetTransformationController(SheetTransformationController sheetTransformationController)
removeSheetTransformationController
void removeSheetTransformationController(SheetTransformationController sheetTransformationController)
getWorkbook
Workbook getWorkbook()
Copyright © 2005-2013 jXLS Team. All Rights Reserved.