<?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 Send to Excel Limitation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-Limitation/m-p/172066#M41763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Table box were one of the column contains large text. When I use Send to Excel button on caption the cell that contains text in the result excel file is truncated to 255 char. Does any one knows how to overcome this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2011 15:36:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-21T15:36:31Z</dc:date>
    <item>
      <title>Send to Excel Limitation</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-Limitation/m-p/172066#M41763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Table box were one of the column contains large text. When I use Send to Excel button on caption the cell that contains text in the result excel file is truncated to 255 char. Does any one knows how to overcome this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-Limitation/m-p/172066#M41763</guid>
      <dc:creator />
      <dc:date>2011-03-21T15:36:31Z</dc:date>
    </item>
    <item>
      <title>Send to Excel Limitation</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-Limitation/m-p/172067#M41764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it using a macro like this:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub Export&lt;BR /&gt; ActiveDocument.GetSheetObject("TX01").CopyTextToClipboard&lt;BR /&gt; set XLApp = CreateObject("Excel.Application")&lt;BR /&gt; XLApp.Visible = True&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1)&lt;BR /&gt; XLSheet.Paste XLSheet.Range("A1")&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;(it requires system access)&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 17:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-Limitation/m-p/172067#M41764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-21T17:17:14Z</dc:date>
    </item>
  </channel>
</rss>

