Uses of Class
com.ihr.xbrl.tools.excel.SheetPointAccessException

Packages that use SheetPointAccessException
com.ihr.xbrl.tools.excel Provides helper classes to work with Excel documents. 
com.rs.xbrl   
 

Uses of SheetPointAccessException in com.ihr.xbrl.tools.excel
 

Methods in com.ihr.xbrl.tools.excel that throw SheetPointAccessException
 org.apache.poi.ss.usermodel.Cell SheetPoint.getCell()
          Obtains the HSSFCell object corresponding to the cell name
 org.apache.poi.ss.usermodel.RichTextString SheetPoint.getContent()
          Access to the value of the cell and returns an HSSFRichTextString
 boolean SheetPoint.getContentAsBoolean()
          Access to the value in the cell pointed to by this object the value is converted to a boolean depending on the content type of the cell.
 boolean SheetPoint.getContentAsBoolean(boolean exceptionsIfBlank, boolean exceptionsIfError)
          Access to the value in the cell pointed to by this object the value is converted to a boolean depending on the content type of the cell.
 boolean SheetPoint.getContentAsBoolean(boolean exceptionsIfBlank, boolean valueIfBlankAndException, boolean exceptionsIfError, boolean valueIfErrorAndException)
          Access to the value in the cell pointed to by this object the value is converted to a boolean depending on the content type of the cell.
 java.util.Date SheetPoint.getContentAsDate()
          Access to the value in the cell pointed to by this object the value is converted to a Date depending on the content type of the cell.
 java.lang.Double SheetPoint.getContentAsDouble()
          Access to the value in the cell as a Double
 java.lang.String SheetPoint.getContentAsString()
          Access to the value in the cell pointed to by this object the value is converted to a string depending on the content type of the cell.
 org.apache.poi.ss.usermodel.CellStyle SheetPoint.getStyle()
          Access to the style defined in the cell
 

Uses of SheetPointAccessException in com.rs.xbrl
 

Methods in com.rs.xbrl that throw SheetPointAccessException
 javax.xml.namespace.QName TaxonomyBuilder.getQNameAtPoint(DTSContainer dts, SheetPoint qnamePoint, boolean bIsConcept)
          Reads a concept reference as defined in the Taxonomy Builder documentation The cell pointed to by the qnamePoint parameter is the concept prefix.
static java.net.URI TaxonomyBuilderUtils.getURIatPoint(SheetPoint sp, org.apache.poi.ss.usermodel.Workbook wb)
          Obtains the URI at the cell indicated in parameter sp.