Within the Excel Spreadsheet the second line already contains the text you suggest.
[ I have replaced "<" with "-" and ">" with "=" as the forum will not allow script to be used and I don't seem to be able to paste in an image ]
-?xml version="1.0" encoding="windows-1252"?=
-
RefData version="1.0" exporter="EA.25"= -DataSet name="Project Glossary" table="t_glossary" filter="Term='#Term#'" stoplist=";GlossaryID;"=
-DataRow=
-Column name="Term" value="Customer"/=
-Column name="Type" value="Term"/=
-Column name="Meaning" value="An individual or organization that has purchased a product or service"/=
-Column name="GlossaryID" value="1"/=
-/DataRow=
…etc.
Opening the same file .XML file with Notepad shows
-?xml version="1.0"?=
-?mso-application progid="Excel.Sheet"?=
-Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="
http://www.w3.org/TR/REC-html40"=
-DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"=
-LastAuthor=Chris Jones-/LastAuthor=
……. And later on
-/ExcelWorkbook=
-Styles=
-Style ss:ID="Default" ss:Name="Normal"=
-Alignment ss:Vertical="Bottom"/=
-Borders/=
-Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/=
-Interior/=
-NumberFormat/=
-Protection/=
-/Style=
-/Styles=
-Worksheet ss:Name="Glossary"=
-Names=
-NamedRange ss:Name="_FilterDatabase" ss:RefersTo="=Glossary!R5C1:R5C11"
ss:Hidden="1"/=
-/Names=
-Table ss:ExpandedColumnCount="5" ss:ExpandedRowCount="5339" x:FullColumns="1"
x:FullRows="1" ss:DefaultRowHeight="15"=
-Column ss:Index="4" ss:AutoFitWidth="0" ss:Width="499.5"/=
-Column ss:AutoFitWidth="0" ss:Width="286.5"/=
-Row ss:AutoFitHeight="0"=
-Cell=-Data ss:Type="String"=<?xml version="1.0" encoding="windows-1252"?>-/Data=-/Cell=
-/Row=
-Row ss:AutoFitHeight="0"=
-Cell=-Data ss:Type="String"=<
RefData version="1.0"
exporter="EA.25">-/Data=-/Cell=
-/Row=
-Row ss:AutoFitHeight="0"=
-Cell ss:Index="2"=-Data ss:Type="String"=<DataSet name="Project Glossary" table="t_glossary" filter="Term='#Term#'" stoplist=";GlossaryID;">-/Data=-/Cell=
-/Row=
… etc
So it does appear to be passing the correct exporter version.
Although I am ticking the box for Write Log File I can’t find it to provide us with any additional information.
I appreciate your assistance.
Chris