<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: troubleshooting tagsets.excelxp. . . Problems during load. . .worksheet settings in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/troubleshooting-tagsets-excelxp-Problems-during-load-worksheet/m-p/115147#M1266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post the code and the results from the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming you have quotations in your file statement for example?&lt;/P&gt;&lt;P&gt;file="file_path";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 18:14:39 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-09-07T18:14:39Z</dc:date>
    <item>
      <title>troubleshooting tagsets.excelxp. . . Problems during load. . .worksheet settings</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/troubleshooting-tagsets-excelxp-Problems-during-load-worksheet/m-p/115146#M1265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I produce some reports to place on a server, in ExcelXP worksheets.&amp;nbsp; I can't open the resulting file.&amp;nbsp; It gives the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems during load.&amp;nbsp; Worksheet settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XML PARSE ERROR:&amp;nbsp; Missing whitespace between attributes&lt;/P&gt;&lt;P&gt;&amp;nbsp; Error occurs at or below this element stack:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ss:Workbook&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ss:Worksheet&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;x:WorksheetOptions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;x:PageSetup&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample of the code I'm using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 64px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ods Tagsets.ExcelXP file=&lt;A href="https://communities.sas.com/"&gt;\\ROCVNX\Bus_Insights_Reports\Turn Down Report\New Loans Turn Down Report &amp;amp;monyr..xls&lt;/A&gt; ;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 64px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;proc print data=prodlib.NEW_TURN_DOWN_RPT&amp;nbsp; label noobs ;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;var bus_name application_id product loan_amt . . .&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 17:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/troubleshooting-tagsets-excelxp-Problems-during-load-worksheet/m-p/115146#M1265</guid>
      <dc:creator>chandler</dc:creator>
      <dc:date>2012-09-07T17:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshooting tagsets.excelxp. . . Problems during load. . .worksheet settings</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/troubleshooting-tagsets-excelxp-Problems-during-load-worksheet/m-p/115147#M1266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post the code and the results from the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming you have quotations in your file statement for example?&lt;/P&gt;&lt;P&gt;file="file_path";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 18:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/troubleshooting-tagsets-excelxp-Problems-during-load-worksheet/m-p/115147#M1266</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-09-07T18:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshooting tagsets.excelxp. . . Problems during load. . .worksheet settings</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/troubleshooting-tagsets-excelxp-Problems-during-load-worksheet/m-p/115148#M1267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that this may be a data related issue.&amp;nbsp; But regardless, it is an issue with the tagset.&amp;nbsp; The tagset is generating something Excel does not understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to posting the sas code and log, I would look at the XML file ExcelXP tagset is generating.&amp;nbsp; I know it has extension of xls but it is really XML.&amp;nbsp; Use an application to view it which does not attempt to parse the XML, for example notepad.&amp;nbsp; Don't use excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the XML parsing error info you present you may be able to track down the error.&amp;nbsp; If not then I suggest contacting&amp;nbsp; SAS &lt;STRONG&gt;tech support&lt;/STRONG&gt; and in particular the ExcelXp tagset team.&amp;nbsp; Or if you can find someone with expertise in Excel XML standard, they may be able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have encountered the missing whitespace error where ExcelXP had used a SAS datavalue which is longer than what Excel expects.&amp;nbsp; The specific example I encountered was trying to create excel tab names which were longer than what excel allows.&amp;nbsp; The tagset apparently failed to check the length of the tab names and excel did not see what it expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if I remember correctly, Excel generates an error log which may be more helpful than the screen error message,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 19:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/troubleshooting-tagsets-excelxp-Problems-during-load-worksheet/m-p/115148#M1267</guid>
      <dc:creator>LarryWorley</dc:creator>
      <dc:date>2012-09-07T19:00:50Z</dc:date>
    </item>
  </channel>
</rss>

