Package org.jzy3d.io.xls
Class CellStyles
- java.lang.Object
-
- org.jzy3d.io.xls.CellStyles
-
public class CellStyles extends Object
-
-
Constructor Summary
Constructors Constructor Description CellStyles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.usermodel.CellStyle
getStyle(String user)
void
load(org.apache.poi.ss.usermodel.Sheet sheet)
void
setStyle(String name, org.apache.poi.ss.usermodel.CellStyle style)
-