Package loci.poi.hssf.util
Class SheetReferences
- java.lang.Object
-
- loci.poi.hssf.util.SheetReferences
-
public class SheetReferences extends Object
Holds a collection of Sheet names and their associated reference numbers.- Author:
- Andrew C. Oliver (acoliver at apache dot org)
-
-
Constructor Summary
Constructors Constructor Description SheetReferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSheetReference(String sheetName, int number)
String
getSheetName(int number)
-