<?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 Splunk data to template excel in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49417#M1030</link>
    <description>&lt;P&gt;Does anyone successfully accomplish this ?&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jan 2020 09:23:40 GMT</pubDate>
    <dc:creator>jadengoho</dc:creator>
    <dc:date>2020-01-04T09:23:40Z</dc:date>
    <item>
      <title>export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49407#M1020</link>
      <description>&lt;P&gt;Ave!&lt;/P&gt;

&lt;P&gt;Is there any easy way to extract Splunk data into predefined (template) excel document?&lt;BR /&gt;
I have a simple result table and I want, by simple click on button, export all data in table to predefined  .xls worksheet to a specific location in document.&lt;/P&gt;

&lt;P&gt;Thanks for help.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 08:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49407#M1020</guid>
      <dc:creator>divjak</dc:creator>
      <dc:date>2013-08-28T08:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49408#M1021</link>
      <description>&lt;P&gt;Although it is may be used to help&lt;/P&gt;

&lt;P&gt;1.simple click on button&lt;BR /&gt;
(1) customize the Excel Export.&lt;BR /&gt;
(2) And output to Excel using the API.&lt;/P&gt;

&lt;P&gt;2.Other&lt;BR /&gt;
(1)To create a VBA macro that captures data output by Excel Export.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 09:11:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49408#M1021</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2013-08-28T09:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49409#M1022</link>
      <description>&lt;P&gt;pfiuu ... I see there is no easy way... let struggle&lt;/P&gt;

&lt;P&gt;thanks for respond Hiroshi&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 09:39:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49409#M1022</guid>
      <dc:creator>divjak</dc:creator>
      <dc:date>2013-08-28T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49410#M1023</link>
      <description>&lt;P&gt;Python SDK might be easiest because some EXCEL library in Python.&lt;BR /&gt;
Good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 11:16:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49410#M1023</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2013-08-28T11:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49411#M1024</link>
      <description>&lt;P&gt;Use the Excel Export app!&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/760"&gt;http://apps.splunk.com/app/760&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:15:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49411#M1024</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-08-28T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49412#M1025</link>
      <description>&lt;P&gt;A couple of ways I have done this in the past. We are currently using the automated option and is working for us. We are able to produce daily, weekly and monthly reports in Excel format using templates.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Manual&lt;/STRONG&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Using the export option from the
search bar (after the search has
completed) or use a saved search
where the CSV file is sent via
e-mail.&lt;/LI&gt;
&lt;LI&gt;Dump the contents of the CSV file into the template you created
and it will be mapped to display the
data in the correct way. (Look up
"excel link values")&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Automated&lt;/STRONG&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Install a free mail server (hMail server).&lt;/LI&gt;
&lt;LI&gt;Point Splunk to send emails to the mail server.&lt;/LI&gt;
&lt;LI&gt;Attach a VBScript to the mail server to scan each email for a CSV attachment and save it.&lt;/LI&gt;
&lt;LI&gt;A VBScript is run on a CRON job to copy the CSV file to the Excel template (stored locally).&lt;/LI&gt;
&lt;LI&gt;The template you created will be mapped to display the data in the correct way. (Look up "excel link values")&lt;/LI&gt;
&lt;LI&gt;The file will be saved locally, but you could always configure it to be sent to an e-mail recipient.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49412#M1025</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2013-08-28T15:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49413#M1026</link>
      <description>&lt;P&gt;Exporting to a pre-defined template is actually something I have done for a few customers, but I haven't made the leap into making it a full blown feature.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:20:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49413#M1026</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-08-28T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49414#M1027</link>
      <description>&lt;P&gt;I am using Excel Export app already but I want that process of copy paste in template excel format to be automated..just by click on button it will retrieve a .xls document with results from Splunk in template format.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 05:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49414#M1027</guid>
      <dc:creator>divjak</dc:creator>
      <dc:date>2013-08-29T05:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49415#M1028</link>
      <description>&lt;P&gt;nice solution, but it is possible without too many other programs? Just Splunk and Excel maybe..&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 05:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49415#M1028</guid>
      <dc:creator>divjak</dc:creator>
      <dc:date>2013-08-29T05:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49416#M1029</link>
      <description>&lt;P&gt;Has anybody experience with Python's xlrd, xlwt and xlutils.copy? I am thinking of modifying Excel Export app by adding xlrd and xlutils.copy (since there is only xlwt) and then making some changes like &lt;A href="http://stackoverflow.com/questions/3723793/preserving-styles-using-pythons-xlrd-xlwt-and-xlutils-copy"&gt;this&lt;/A&gt;   ...maybe it is not so difficult because I need a simple copy of template and insert results from table in Splunk to exact place in template.xls file in same table order as it is in Splunk..and then save it.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 05:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49416#M1029</guid>
      <dc:creator>divjak</dc:creator>
      <dc:date>2013-08-29T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: export Splunk data to template excel</title>
      <link>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49417#M1030</link>
      <description>&lt;P&gt;Does anyone successfully accomplish this ?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 09:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/export-Splunk-data-to-template-excel/m-p/49417#M1030</guid>
      <dc:creator>jadengoho</dc:creator>
      <dc:date>2020-01-04T09:23:40Z</dc:date>
    </item>
  </channel>
</rss>

