Class CalendarCellSetter

java.lang.Object
org.aoju.bus.office.excel.cell.setters.CalendarCellSetter
All Implemented Interfaces:
CellSetter

public class CalendarCellSetter extends Object implements CellSetter
Calendar 值单元格设置器
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • setValue

      public void setValue(org.apache.poi.ss.usermodel.Cell cell)
      Description copied from interface: CellSetter
      自定义单元格值设置,同时可以设置单元格样式、格式等信息
      Specified by:
      setValue in interface CellSetter
      Parameters:
      cell - 单元格