Package org.apache.poi.hssf.dev
Class EFBiffViewer
- java.lang.Object
-
- org.apache.poi.hssf.dev.EFBiffViewer
-
public class EFBiffViewer extends Object
-
-
Constructor Summary
Constructors Constructor Description EFBiffViewer()
Creates a new instance of EFBiffViewer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
run()
void
setFile(String file)
-
-
-
Method Detail
-
run
public void run() throws IOException
- Throws:
IOException
-
setFile
public void setFile(String file)
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-