<?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: Excel Report Generation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293634#M246764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create the scheduled action, please refer to&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Scheduled_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Scheduled_Actions&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It will trigger your custom java code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll retrieve a writer to your node with something similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/NodeRef_cookbook#Writing_data_to_a_node.27s_content" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/NodeRef_cookbook#Writing_data_to_a_node.27s_content&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then it all depends on the library you choose, and what kind of writer it's compatible with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But then it's plain java and nothing alfresco-specific anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 14:58:18 GMT</pubDate>
    <dc:creator>scouil</dc:creator>
    <dc:date>2014-01-28T14:58:18Z</dc:date>
    <item>
      <title>Excel Report Generation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293631#M246761</link>
      <description>Hi Support,I have a requirement in my workflow where I have generate an excel report consisting of workflow properties as column headers in excel and values as the properties value's of all the completed workflow tasks.Can anyone please help me in this context.Thank you in advance!!</description>
      <pubDate>Wed, 22 Jan 2014 13:02:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293631#M246761</guid>
      <dc:creator>vinodkumarnelib</dc:creator>
      <dc:date>2014-01-22T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Report Generation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293632#M246762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To trigger it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco support java jobs triggered by crons. I believe that's what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create the file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The easy way out would be to convince your product owner to use a csv for this. Which is lighter and open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, you can just write your text directly to a newly created file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, you'll have to include the excel-writer library of your choice (e.g. apache poi) and use this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:37:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293632#M246762</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2014-01-27T17:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Report Generation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293633#M246763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Scouil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply, m client requires to be in excel file.Please can you elucidate the steps for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It will help me a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 14:39:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293633#M246763</guid>
      <dc:creator>vinodkumarnelib</dc:creator>
      <dc:date>2014-01-28T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Report Generation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293634#M246764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create the scheduled action, please refer to&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Scheduled_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Scheduled_Actions&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It will trigger your custom java code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll retrieve a writer to your node with something similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/NodeRef_cookbook#Writing_data_to_a_node.27s_content" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/NodeRef_cookbook#Writing_data_to_a_node.27s_content&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then it all depends on the library you choose, and what kind of writer it's compatible with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But then it's plain java and nothing alfresco-specific anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 14:58:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/excel-report-generation/m-p/293634#M246764</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2014-01-28T14:58:18Z</dc:date>
    </item>
  </channel>
</rss>

