jxl.demo
Class WriteAccess

java.lang.Object
  |
  +--jxl.demo.WriteAccess

class WriteAccess
extends java.lang.Object

Displays whatever generated the excel file (ie. the WriteAccess record)


Field Summary
private  BiffRecordReader reader
           
 
Constructor Summary
WriteAccess(java.io.File file)
           
 
Method Summary
private  void display(WorkbookSettings ws)
          Dumps out the contents of the excel file
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

reader

private BiffRecordReader reader
Constructor Detail

WriteAccess

public WriteAccess(java.io.File file)
            throws java.io.IOException,
                   BiffException
Method Detail

display

private void display(WorkbookSettings ws)
              throws java.io.IOException
Dumps out the contents of the excel file