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 Type
    Method
    Description
    void
    setCellComment(Workbook workbook, int cellsCount, Row row, String text)
     
  • Method Details

    • setCellComment

      void setCellComment(Workbook workbook, int cellsCount, Row row, String text)