Adrian Parker - 2016-04-25

Where can I find out the structure of the containers for types 'Microsoft Excel Worksheet' and 'Microsoft Word Document'?

For instance for the XLS document, I tried the following..

                    CFST = CF.RootStorage.GetStream("Workbook")
                    OutBytes = CFST.GetData()

But when I save that to file, it's not a proper XLS file as it failes to load in Excel. The same happens for the doc file.

The above works ok for type "adobe acrobat document" using the CONTENTS stream.