Package net.datenwerke.rs.utils.excel
Interface ExcelUtilsService
- All Known Implementing Classes:
ExcelUtilsServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface ExcelUtilsService
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCellComment(Workbook workbook, int cellsCount, Row row, String text)
-
Method Details
-
setCellComment
-