Java org.apache.poi.ss.util CellUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.util CellUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.util CellUtil.

The text is from its open source code.

Field

Method

CellcreateCell(Row row, int column, String value)
Create a cell, and give it a value.
CellgetCell(Row row, int columnIndex)
Get a specific cell from a row.
RowgetRow(int rowIndex, Sheet sheet)
Get a row from the spreadsheet, and create it if it doesn't exist.
voidsetCellStyleProperties(Cell cell, Map properties)

This method attempts to find an existing CellStyle that matches the cell's current style plus styles properties in properties.