creates an empty workbook object with the specified one .
633. HWPFFileSystem docSys = new HWPFFileSystem();
634. HWPFOutputStream wordDocumentStream = docSys.getStream(STREAM_WORD_DOCUMENT);
635. HWPFOutputStream tableStream = docSys.getStream(STREAM_TABLE_1);