<?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: Exporting a table to Excel in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536216#M108638</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi Nagaraju, thanks for formatting of the date field works.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2025 12:22:39 GMT</pubDate>
    <dc:creator>braham</dc:creator>
    <dc:date>2025-11-14T12:22:39Z</dc:date>
    <item>
      <title>Exporting a table to Excel</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536181#M108626</link>
      <description>&lt;P&gt;I am trying to export information to excel and click format when exporting. When I open the Excel file I get a message to say: We found a problem with some content in Filename.xlsx. Do you want to try to recover as much as we can?&lt;/P&gt;&lt;P&gt;The error meaage is as follows-&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;BR /&gt;&amp;lt;recoveryLog xmlns="&lt;A href="http://schemas.openxmlformats.org/spreadsheetml/2006/main" target="_blank" rel="noopener"&gt;http://schemas.openxmlformats.org/spreadsheetml/2006/main&lt;/A&gt;"&amp;gt;&amp;lt;logFileName&amp;gt;error913480_01.xml&amp;lt;/logFileName&amp;gt;&amp;lt;summary&amp;gt;Errors were detected in file 'C:\Users\braham.edwards\Downloads\Comms to Pay - Month 1(zMKPSJ) (1).xlsx'&lt;BR /&gt;&amp;lt;/summary&amp;gt;&amp;lt;repairedRecords&amp;gt;&amp;lt;repairedRecord&amp;gt;Repaired Records: Format from /xl/styles.xml part (Styles)&amp;lt;/repairedRecord&amp;gt;&amp;lt;/repairedRecords&amp;gt;&amp;lt;/recoveryLog&amp;gt;&lt;/P&gt;&lt;P&gt;How do I find out what column is causing the problem?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 06:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536181#M108626</guid>
      <dc:creator>braham</dc:creator>
      <dc:date>2025-11-14T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a table to Excel</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536186#M108629</link>
      <description>&lt;P&gt;error is indicates the problem is with the Styles defined in the Excel file's internal XML structure (/xl/styles.xml). This means the error is not related to the data in a specific column, but rather to a corrupted, invalid, or overly complex formatting rule applied to one or more cells.&lt;/P&gt;&lt;P&gt;Do you have any complex color coding and number formats ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;anyway try to export simple table chart and check.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 07:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536186#M108629</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-14T07:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a table to Excel</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536192#M108632</link>
      <description>&lt;P&gt;Thanks Nagaraju, I do not have any complex colour coding, just a NUM() on a numeric field to limit it to 2 decimal points. I did export another table with a numeric field and it exported without a problem. Let me try with the formatting of the numeric function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way of looking at Excel's XML structure?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 07:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536192#M108632</guid>
      <dc:creator>braham</dc:creator>
      <dc:date>2025-11-14T07:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a table to Excel</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536207#M108636</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Nagaraju,&amp;nbsp;I did some further testing and see that the column that was causing the issue was the date column. In Qlik Sense we define the format as DD/MM/YYYY, and export it in that format. My regional setting are set to display short dates as 'dd/MM/yyyy'. Any suggestions on these settings to resolve?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 11:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536207#M108636</guid>
      <dc:creator>braham</dc:creator>
      <dc:date>2025-11-14T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a table to Excel</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536209#M108637</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change the date format as text using Dual function in the script&lt;/P&gt;&lt;P&gt;Dual(Date(DateField, 'DD/MM/YYYY'), DateField) AS DateField&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 11:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536209#M108637</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-14T11:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a table to Excel</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536216#M108638</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Nagaraju, thanks for formatting of the date field works.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 12:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-a-table-to-Excel/m-p/2536216#M108638</guid>
      <dc:creator>braham</dc:creator>
      <dc:date>2025-11-14T12:22:39Z</dc:date>
    </item>
  </channel>
</rss>

