<?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 Macro to export a table to Calc (OpenOffice) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229512#M81411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;How about this: clicking the "Export to Excel" icon on various QV objects will download an .XLS file . By default that opens with Excel.&lt;/P&gt;&lt;P&gt;If your users have OpenOffice installed instead of MS Office, XLS files will open with OpenOffice&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Dec 2010 09:26:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-27T09:26:57Z</dc:date>
    <item>
      <title>Macro to export a table to Calc (OpenOffice)</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229511#M81410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i need an help to improve a macro to export a table to Calc,the OpenOffice program.&lt;/P&gt;&lt;P&gt;I've found this macro that open a Calc window and copy a table to clipboardsub&lt;/P&gt;&lt;P&gt;Dim noSM&lt;/P&gt;&lt;P&gt;Dim oDesk&lt;/P&gt;&lt;P&gt;Dim oDoc&lt;/P&gt;&lt;P&gt;Dim aNoArgs()&lt;/P&gt;&lt;P&gt;Set oSM = CreateObject("com.sun.star.ServiceManager")&lt;/P&gt;&lt;P&gt;Set oDesk=oSM.createInstance("com.sun.star.frame.Desktop")&lt;/P&gt;&lt;P&gt;Set oDoc = oDesk.loadComponentFromURL("private:factory/scalc", "_blank", 0, aNoArgs)&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;I don't know how to paste my table "CH01" in Calc.&lt;/P&gt;&lt;P&gt;This is the BASIC macro to paste the table but in qv it doesn't work&lt;/P&gt;&lt;P&gt;sub paste&lt;BR /&gt;rem ----------------------------------------------------------------------&lt;BR /&gt;rem define variables&lt;BR /&gt;dim document as object&lt;BR /&gt;dim dispatcher as object&lt;BR /&gt;rem ----------------------------------------------------------------------&lt;BR /&gt;rem get access to the document&lt;BR /&gt;document = ThisComponent.CurrentController.Frame&lt;BR /&gt;dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")&lt;/P&gt;&lt;P&gt;rem ----------------------------------------------------------------------&lt;BR /&gt;dim args1(0) as new com.sun.star.beans.PropertyValue&lt;BR /&gt;args1(0).Name = "ToPoint"&lt;BR /&gt;args1(0).Value = "$D$9"&lt;/P&gt;&lt;P&gt;dispatcher.executeDispatch(document, ".uno:GoToCell", "", 0, args1())&lt;/P&gt;&lt;P&gt;rem ----------------------------------------------------------------------&lt;BR /&gt;dispatcher.executeDispatch(document, ".uno:Paste", "", 0, Array())&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 15:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229511#M81410</guid>
      <dc:creator />
      <dc:date>2010-12-21T15:54:00Z</dc:date>
    </item>
    <item>
      <title>Macro to export a table to Calc (OpenOffice)</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229512#M81411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;How about this: clicking the "Export to Excel" icon on various QV objects will download an .XLS file . By default that opens with Excel.&lt;/P&gt;&lt;P&gt;If your users have OpenOffice installed instead of MS Office, XLS files will open with OpenOffice&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 09:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229512#M81411</guid>
      <dc:creator />
      <dc:date>2010-12-27T09:26:57Z</dc:date>
    </item>
    <item>
      <title>Macro to export a table to Calc (OpenOffice)</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229513#M81412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thank you for the answer, but i want create active button to export more than one chart in one time, so i need how to paste....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 09:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229513#M81412</guid>
      <dc:creator />
      <dc:date>2011-01-03T09:14:15Z</dc:date>
    </item>
    <item>
      <title>Macro to export a table to Calc (OpenOffice)</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229514#M81413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, to export by macro a table/pivot to an openoffice/libreoffice calc i have used the usual "obj.ExportBiff "C:\.."" that use the microsoft excel dll. So to have the same dll i have tried to install microsoft ExcelViewer (that it's license free) and so the macro works perfectly. After you can also open the file.xls in a open calc program as usual..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 17:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229514#M81413</guid>
      <dc:creator />
      <dc:date>2011-12-02T17:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to export a table to Calc (OpenOffice)</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229515#M81414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Luca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find the macro code&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to paste the table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2018 18:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-export-a-table-to-Calc-OpenOffice/m-p/229515#M81414</guid>
      <dc:creator>coskunist</dc:creator>
      <dc:date>2018-03-25T18:23:18Z</dc:date>
    </item>
  </channel>
</rss>

