Package | Description |
---|---|
com.ihr.xbrl.tools.excel |
Provides helper classes to work with Excel documents.
|
com.ihr.xbrl.util.workbooks |
Contains classes and interfaces to work with Excel Sheets and Google Sheets independently.
|
com.rs.xbrl.instructions | |
com.rs.xbrl.instructions.formula |
Modifier and Type | Method and Description |
---|---|
ExcelRSCell |
ExcelSheetPoint.getCell()
Obtains the HSSFCell object corresponding to the cell name.
|
org.apache.poi.ss.usermodel.RichTextString |
ExcelSheetPoint.getContent()
Access to the value of the cell and returns an HSSFRichTextString.
|
boolean |
ExcelSheetPoint.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 |
ExcelSheetPoint.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 |
ExcelSheetPoint.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 |
ExcelSheetPoint.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 |
ExcelSheetPoint.getContentAsDouble()
Access to the value in the cell as a Double.
|
ExcelSheetPoint |
ExcelSheetPoint.getContentAsSheetPoint(org.apache.poi.ss.usermodel.Workbook wb)
Obtains an ExcelSheetPoint class instance with a reference to the workbook passed in as parameter.
|
java.lang.String |
ExcelSheetPoint.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.Cell |
ExcelSheetPoint.getOrCreateCell()
Obtains the HSSFCell object or creates a new cell if it is not found in the
HSSFSheet.
|
org.apache.poi.ss.usermodel.CellStyle |
ExcelSheetPoint.getStyle()
Access to the style defined in the cell.
|
org.apache.poi.ss.usermodel.RichTextString |
VariablesResolver.resolve(ExcelSheetPoint excelSheetPoint) |
Modifier and Type | Method and Description |
---|---|
RSCell |
SheetPoint.getCell()
Gets the cell.
|
boolean |
SheetPoint.getContentAsBoolean()
Gets the content as boolean.
|
java.util.Date |
SheetPoint.getContentAsDate()
Gets the content as date.
|
java.lang.Double |
SheetPoint.getContentAsDouble()
Gets the content as double.
|
java.lang.String |
SheetPoint.getContentAsString()
Gets the content as string.
|
Modifier and Type | Method and Description |
---|---|
XMLFragment |
TaxonomyBuilder.getConceptAtPoint(DTSContainer dts,
ExcelSheetPoint conceptPrefixPoint)
Search the DTS for a concept definition using the prefix and local name.
|
javax.xml.namespace.QName |
TaxonomyBuilder.getQNameAtPoint(GenerationContext gc,
ExcelSheetPoint 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(ExcelSheetPoint sp,
org.apache.poi.ss.usermodel.Workbook wb)
Obtains the URI at the cell indicated in parameter sp.
|
Modifier and Type | Method and Description |
---|---|
static NumberOrExpression |
NumberOrExpression.read(SheetPoint sp,
GenerationContext gc) |
static StringOrExpression |
StringOrExpression.read(SheetPoint sp,
GenerationContext gc) |
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa