| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| static ExcelSheetPoint | ExcelSheetPoint. make(java.lang.String sheetPointer,
    org.apache.poi.ss.usermodel.Workbook wb) | 
| ExcelSheetPoint | ExcelSheetPointFactory. makeSheetPoint(java.lang.String cellStr) | 
| ExcelSheetPoint | ExcelSheetPointFactory. makeSheetPoint(java.lang.String roundingCell,
              RSWorkbook wb) | 
| Constructor and Description | 
|---|
| ExcelSheetPoint(java.lang.String sheetPointer)Creates a sheetPoint object from the format sheetName! | 
| ExcelSheetPoint(java.lang.String name,
               org.apache.poi.ss.usermodel.Sheet sh,
               java.lang.String rowCol)Creates a sheetPoint object providing all parameters. | 
| ExcelSheetPoint(java.lang.String sheetPointer,
               org.apache.poi.ss.usermodel.Workbook wb)
 Creates a sheetPoint object from a sheetPointer string of the following form:
 sheetName! | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SheetPoint | SheetPointFactory. makeSheetPoint(java.lang.String cellStr)Make sheet point. | 
| abstract SheetPoint | SheetPointFactory. makeSheetPoint(java.lang.String roundingCell,
              RSWorkbook wb)Make sheet point. | 
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa