| Package | Description |
|---|---|
| com.ihr.xbrl.util.workbooks |
Contains classes and interfaces to work with Excel Sheets and Google Sheets independently.
|
| com.rs.xbrl | |
| com.rs.xbrl.instructions |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidRegionException
Exception thrown if two SheetPoints are not in the same sheet and cannot define a region
|
class |
InvalidSheetPointException
Generated when the sheet point text string cannot be properly parsed to a cell reference.
|
class |
SheetPointAccessException
Generated when the cell pointed to by the SheetPoint cannot be referenced because the
cell does not exists or any other problem with the cell content
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TaxonomyBuilder.getContentAsStringFromTextOrRef(ExcelSheetPoint sp,
GenerationContext gc)
Returns the content of the cell in the sp parameter as text, if that cell content
is another cell reference, the reference is resolved to the final text and
returned.
|
| Constructor and Description |
|---|
FLQnameXpathTable(ExcelSheetPoint sp,
GenerationContext gc,
boolean bIsConcept,
boolean bAcceptsTable,
boolean bAcceptsMember)
Instantiates a new FL qname xpath table.
|