bad.robot.excel
Class PoiToExcelCoercions

java.lang.Object
  extended by bad.robot.excel.PoiToExcelCoercions

public class PoiToExcelCoercions
extends Object


Constructor Summary
PoiToExcelCoercions()
           
 
Method Summary
static String asExcelColumn(org.apache.poi.ss.usermodel.Cell cell)
           
static String asExcelCoordinate(org.apache.poi.ss.usermodel.Cell cell)
           
static int asExcelRow(org.apache.poi.ss.usermodel.Cell cell)
           
static int asExcelRow(org.apache.poi.ss.usermodel.Row row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoiToExcelCoercions

public PoiToExcelCoercions()
Method Detail

asExcelCoordinate

public static String asExcelCoordinate(org.apache.poi.ss.usermodel.Cell cell)

asExcelColumn

public static String asExcelColumn(org.apache.poi.ss.usermodel.Cell cell)

asExcelRow

public static int asExcelRow(org.apache.poi.ss.usermodel.Cell cell)

asExcelRow

public static int asExcelRow(org.apache.poi.ss.usermodel.Row row)


Copyright © 2012. All Rights Reserved.