byte[] b = getPrototypeBook();
ByteBuffer bbf = ByteBuffer.wrap(b);
bbf.order(ByteOrder.LITTLE_ENDIAN);
myLEOFile = new LEOFile(bbf);
}catch(Exception e) {
throw new InvalidFileException("WorkBook could not be instantiated: "+ e.toString());
}
this.initFromLeoFile(myLEOFile);
}