public abstract class ExcelCell extends ExcelElement
ExcelCell()
ExcelCell
colSpan(int span)
rowSpan(int span)
abstract void
updateCell(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.DataFormat dataFormat)
equals, hashCode, id, style
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ExcelCell()
public ExcelCell rowSpan(int span)
span
public ExcelCell colSpan(int span)
public abstract void updateCell(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.DataFormat dataFormat)
Copyright © 2025 EFCloud. All rights reserved.