W expressed precisely :
Does anyone know when you delete the information in the Summary tab of an
Excel file, does that information remain inside the file in a human readable
form? Is there some utility available that would read that information?
If you are speaking of the SummaryProperties info that appear on the
file's Summary tab on NT/XP OSs, you can use DSOFile.dll to read/write
these streams on closed files. They are stored as text (ergo in
readable format). You can write them directly in the dialog on any open
file.
I don't know how it behaves on Vista/Win7 because these properties are
not supported on Vista/Win7 in the same context as they are for NT/XP,
and so I don't use them on those OSs. (My implementation is only with
plain text files, NOT compound document files)
On Vista/Win7 these are treated as DocumentSummaryProperties such as
would be found on the 'Detail' tab of the Properties dialog for a
compound file. Note that in Excel 2007 and later the same property
headings appear in the 'Summary Properties' window
(Home>Prepare>Properties), but the 'Keyword' field is stored in the
'Tag' field on the 'Detail' tab in Vista/Win7 OSs.