<?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 Embedded Footnotes in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-Footnotes/m-p/171434#M12309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using ods excelxp to create an excel workbook, but I only want footnotes on the sheets where I actually define footnotes. below is an example of two sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TAGSETS.EXCELXP&lt;/P&gt;&lt;P&gt;OPTIONS ( Orientation = 'portrait'&lt;/P&gt;&lt;P&gt;FitToPage = 'yes'&lt;/P&gt;&lt;P&gt;sheet_interval = 'none'&lt;/P&gt;&lt;P&gt;sheet_name = 'Sheet X'&lt;/P&gt;&lt;P&gt;Embedded_Titles = 'yes' Embedded_Footnotes = 'yes'&lt;/P&gt;&lt;P&gt;autofit_height = 'yes'&lt;/P&gt;&lt;P&gt;Absolute_Column_Width = '12,15,9,9,9,9'&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TAGSETS.EXCELXP&lt;/P&gt;&lt;P&gt;OPTIONS ( Orientation = 'portrait'&lt;/P&gt;&lt;P&gt;FitToPage = 'yes'&lt;/P&gt;&lt;P&gt;sheet_interval = 'none'&lt;/P&gt;&lt;P&gt;sheet_name = 'Sheet Y'&lt;/P&gt;&lt;P&gt;Embedded_Titles = 'yes' &lt;/P&gt;&lt;P&gt;Embedded_Footnotes = 'off'&lt;/P&gt;&lt;P&gt;autofit_height = 'yes'&lt;/P&gt;&lt;P&gt;Absolute_Column_Width = '10,10,30,5,9,9,9,9,9,9'&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Sheet X, I define footnotes 1-7. In Sheet Y, i don't define any footnotes yet they still appear when I try to print may workbook in Excel. I turned off the embedded_footnotes option but it doesn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't bother me that much, but when I open Excel, it gives me an error "Problems During Load" and when I follow the directory to see the warning, it tells me:&lt;/P&gt;&lt;P&gt;XML Spreadsheet Warning in Worksheet Setting&lt;/P&gt;&lt;P&gt;REASON: String too long&lt;/P&gt;&lt;P&gt;ACTION: Truncating string&lt;/P&gt;&lt;P&gt;FILE: XXX&lt;/P&gt;&lt;P&gt;GROUP: PageSetup&lt;/P&gt;&lt;P&gt;TAG: Footer&lt;/P&gt;&lt;P&gt;ATTRIB: Data&lt;/P&gt;&lt;P&gt;VALUE: YYYYYYYYYYYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, I think the warning is caused by footnotes and that is why I am trying to remove footnotes when unnecessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code has been working fine for months, only now do I get the "Problem During Load" warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2015 23:57:38 GMT</pubDate>
    <dc:creator>J_C</dc:creator>
    <dc:date>2015-01-06T23:57:38Z</dc:date>
    <item>
      <title>Embedded Footnotes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-Footnotes/m-p/171434#M12309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using ods excelxp to create an excel workbook, but I only want footnotes on the sheets where I actually define footnotes. below is an example of two sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TAGSETS.EXCELXP&lt;/P&gt;&lt;P&gt;OPTIONS ( Orientation = 'portrait'&lt;/P&gt;&lt;P&gt;FitToPage = 'yes'&lt;/P&gt;&lt;P&gt;sheet_interval = 'none'&lt;/P&gt;&lt;P&gt;sheet_name = 'Sheet X'&lt;/P&gt;&lt;P&gt;Embedded_Titles = 'yes' Embedded_Footnotes = 'yes'&lt;/P&gt;&lt;P&gt;autofit_height = 'yes'&lt;/P&gt;&lt;P&gt;Absolute_Column_Width = '12,15,9,9,9,9'&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TAGSETS.EXCELXP&lt;/P&gt;&lt;P&gt;OPTIONS ( Orientation = 'portrait'&lt;/P&gt;&lt;P&gt;FitToPage = 'yes'&lt;/P&gt;&lt;P&gt;sheet_interval = 'none'&lt;/P&gt;&lt;P&gt;sheet_name = 'Sheet Y'&lt;/P&gt;&lt;P&gt;Embedded_Titles = 'yes' &lt;/P&gt;&lt;P&gt;Embedded_Footnotes = 'off'&lt;/P&gt;&lt;P&gt;autofit_height = 'yes'&lt;/P&gt;&lt;P&gt;Absolute_Column_Width = '10,10,30,5,9,9,9,9,9,9'&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Sheet X, I define footnotes 1-7. In Sheet Y, i don't define any footnotes yet they still appear when I try to print may workbook in Excel. I turned off the embedded_footnotes option but it doesn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't bother me that much, but when I open Excel, it gives me an error "Problems During Load" and when I follow the directory to see the warning, it tells me:&lt;/P&gt;&lt;P&gt;XML Spreadsheet Warning in Worksheet Setting&lt;/P&gt;&lt;P&gt;REASON: String too long&lt;/P&gt;&lt;P&gt;ACTION: Truncating string&lt;/P&gt;&lt;P&gt;FILE: XXX&lt;/P&gt;&lt;P&gt;GROUP: PageSetup&lt;/P&gt;&lt;P&gt;TAG: Footer&lt;/P&gt;&lt;P&gt;ATTRIB: Data&lt;/P&gt;&lt;P&gt;VALUE: YYYYYYYYYYYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, I think the warning is caused by footnotes and that is why I am trying to remove footnotes when unnecessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code has been working fine for months, only now do I get the "Problem During Load" warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 23:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-Footnotes/m-p/171434#M12309</guid>
      <dc:creator>J_C</dc:creator>
      <dc:date>2015-01-06T23:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Footnotes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-Footnotes/m-p/171435#M12310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAS titles and footnotes persist until you reassign or clear them explicitly.&lt;/P&gt;&lt;P&gt;You can clear them via:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;P&gt;footnote;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the embedded_footnotes - check if you have the latest version of the tagsets. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 00:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-Footnotes/m-p/171435#M12310</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-07T00:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Footnotes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-Footnotes/m-p/171436#M12311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I will clear them explicitly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 00:47:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Embedded-Footnotes/m-p/171436#M12311</guid>
      <dc:creator>J_C</dc:creator>
      <dc:date>2015-01-07T00:47:51Z</dc:date>
    </item>
  </channel>
</rss>

