bad.robot.excel
Class ErrorCell

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

public class ErrorCell
extends Cell


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

Constructor Detail

ErrorCell

public ErrorCell(Byte text)

ErrorCell

public ErrorCell(Byte text,
                 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

update

public void update(org.apache.poi.ss.usermodel.Cell cell,
                   org.apache.poi.ss.usermodel.Workbook workbook)
Specified by:
update in class Cell

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.