<?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: Export Qlikview object to .xlsx format on PostReload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-Qlikview-object-to-xlsx-format-on-PostReload/m-p/1543476#M745576</link>
    <description>&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sub XLSX_Export
Filename = "Report"
set obj = ActiveDocument.GetSheetObject("CH01") 
set objExcel = CreateObject("Excel.Application")
objExcel.Visible = False
set xlDoc= objExcel.Workbooks.Add
Set ASheet = objExcel.ActiveSheet
ASheet.Application.DisplayAlerts = False
ASheet.Range("A1").Select
obj.CopyTableToClipboard true
ASheet.Paste
objExcel.DisplayAlerts = FALSE
ASheet.SaveAs "C:\Users\Admin\Desktop\"&amp;amp;Filename&amp;amp;".xlsx"
objExcel.Quit 
end Sub&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Feb 2019 09:29:55 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2019-02-13T09:29:55Z</dc:date>
    <item>
      <title>Export Qlikview object to .xlsx format on PostReload</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Qlikview-object-to-xlsx-format-on-PostReload/m-p/1543166#M745575</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to export the same with .xls format by using the ExportBiff keyword in Macro. But, i want to export it to .xlsx format in Qlikview 12.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i am doing the same by using ExportBiff it was creating the file but in invalid format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please reach out to me if anything disconnects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance...!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Qlikview-object-to-xlsx-format-on-PostReload/m-p/1543166#M745575</guid>
      <dc:creator>ashok1203</dc:creator>
      <dc:date>2024-11-16T21:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qlikview object to .xlsx format on PostReload</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Qlikview-object-to-xlsx-format-on-PostReload/m-p/1543476#M745576</link>
      <description>&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sub XLSX_Export
Filename = "Report"
set obj = ActiveDocument.GetSheetObject("CH01") 
set objExcel = CreateObject("Excel.Application")
objExcel.Visible = False
set xlDoc= objExcel.Workbooks.Add
Set ASheet = objExcel.ActiveSheet
ASheet.Application.DisplayAlerts = False
ASheet.Range("A1").Select
obj.CopyTableToClipboard true
ASheet.Paste
objExcel.DisplayAlerts = FALSE
ASheet.SaveAs "C:\Users\Admin\Desktop\"&amp;amp;Filename&amp;amp;".xlsx"
objExcel.Quit 
end Sub&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Qlikview-object-to-xlsx-format-on-PostReload/m-p/1543476#M745576</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-02-13T09:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qlikview object to .xlsx format on PostReload</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Qlikview-object-to-xlsx-format-on-PostReload/m-p/1547366#M745577</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i am trying to execute the macro it was throwing error on below line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;set objExcel = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;Can you help me to get resolve, i am using QV12.0 SR5.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 10:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Qlikview-object-to-xlsx-format-on-PostReload/m-p/1547366#M745577</guid>
      <dc:creator>ashok1203</dc:creator>
      <dc:date>2019-02-21T10:07:52Z</dc:date>
    </item>
  </channel>
</rss>

