Class ExcelPOITool.ExcelRow

  • Enclosing class:
    ExcelPOITool

    @Deprecated(forRemoval=true,
                since="4.0")
    public class ExcelPOITool.ExcelRow
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<ExcelPOITool.ExcelCell> cells
      Deprecated, for removal: This API element is subject to removal in a future version.
      Cells
      int rowIndex
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcelRow​(int rowIdx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor
    • Field Detail

      • rowIndex

        public int rowIndex
        Deprecated, for removal: This API element is subject to removal in a future version.
        Index
      • cells

        public java.util.List<ExcelPOITool.ExcelCell> cells
        Deprecated, for removal: This API element is subject to removal in a future version.
        Cells
    • Constructor Detail

      • ExcelRow

        public ExcelRow​(int rowIdx)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor
        Parameters:
        rowIdx - Row index
    • Method Detail

      • add

        public void add​(ExcelPOITool.ExcelCell cell)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Add a cell
        Parameters:
        cell - Cell