Skip to content

04. Row 行对象

吃茫茫 edited this page Oct 15, 2020 · 1 revision

Row 对象

该对象对应的是 excel 的行,提供了一些对行进行操作的方法

  • getCell(String cellName)
    获取该行指定列的单元格对象

  • copy()
    复制一个该对象(深克隆该对象)。

  • setBorderStyle(BorderPositionEnum positionEnum, BorderStyle borderStyle)
    设置该行边框的样式,你可以更改边框的样式,如粗线、虚线等

Clone this wiki locally