bad.robot.excel
Class DoubleCell

java.lang.Object
  extended by bad.robot.excel.Cell
      extended by bad.robot.excel.DoubleCell

public class DoubleCell
extends Cell


Constructor Summary
DoubleCell(Double value)
           
DoubleCell(Double value, Style style)
           
 
Method Summary
 void addTo(org.apache.poi.ss.usermodel.Row row, ColumnIndex column, org.apache.poi.ss.usermodel.Workbook workbook)
           
 
Methods inherited from class bad.robot.excel.Cell
getStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleCell

public DoubleCell(Double value)

DoubleCell

public DoubleCell(Double value,
                  Style style)
Method Detail

addTo

public void addTo(org.apache.poi.ss.usermodel.Row row,
                  ColumnIndex column,
                  org.apache.poi.ss.usermodel.Workbook workbook)
Specified by:
addTo in class Cell


Copyright © 2012. All Rights Reserved.