Package org.apache.poi.poifs.dev
Class POIFSViewer
- java.lang.Object
-
- org.apache.poi.poifs.dev.POIFSViewer
-
public final class POIFSViewer extends Object
A simple viewer for POIFS files
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Display the contents of multiple POIFS files
-
-
-
Method Detail
-
main
public static void main(String[] args)
Display the contents of multiple POIFS files- Parameters:
args
- the names of the files to be displayed
-
-