<?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 Import from excel to Datalist how? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2157#M271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after I success create few datalist in alfresco with much help of guys from &lt;A class="" href="http://www.contcentric.com" rel="nofollow noopener noreferrer" target="_blank"&gt;ContCentric&lt;/A&gt;, now interesting me how I can import excel sheets in datalist?&amp;nbsp; Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 200-1000 rows to prescribe in one table, C/P one by one. I have about 10 tables. Every table have 5-10 colums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Tomislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jan 2017 14:21:51 GMT</pubDate>
    <dc:creator>kraljek</dc:creator>
    <dc:date>2017-01-03T14:21:51Z</dc:date>
    <item>
      <title>Import from excel to Datalist how?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2157#M271</link>
      <description>Hi,after I success create few datalist in alfresco with much help of guys from ContCentric, now interesting me how I can import excel sheets in datalist?&amp;nbsp; Any idea?I have about 200-1000 rows to prescribe in one table, C/P one by one. I have about 10 tables. Every table have 5-10 colums.ThxTomislav</description>
      <pubDate>Tue, 03 Jan 2017 14:21:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2157#M271</guid>
      <dc:creator>kraljek</dc:creator>
      <dc:date>2017-01-03T14:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Import from excel to Datalist how?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2158#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid there is no such function available as far as I know.&lt;BR /&gt;I think you can customize a java backed webscript to implement your requirement.&lt;BR /&gt;Your java class can inherit from org.alfresco.repo.web.scripts.DeclarativeSpreadsheetWebScript,and you can use webscript /slingshot/datalists/list/site/{site}/{container}/{list} as an example on how to implement it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 05:04:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2158#M272</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2017-01-04T05:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import from excel to Datalist how?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2159#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use Groovy, Python, or Java to do this. All of those languages have good libraries for parsing CSV files, which can easily be created from a spreadsheet. And they all work well with CMIS which can create data lists and data list items.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 23:10:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2159#M273</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-01-04T23:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import from excel to Datalist how?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2160#M274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at &lt;A href="http://docs.alfresco.com/5.1/references/dev-extension-points-data-lists.html" rel="nofollow noopener noreferrer"&gt;this&lt;/A&gt; documentation that provide a way through alfresco JAVA API to put value in the datalist. You can modify the input to excel/csv file for your case and as suggested by Jeff Potts parse the csv and then insert the value in the datalist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:22:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2160#M274</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2017-01-05T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Import from excel to Datalist how?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2161#M275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Just to add to the other answers, you can take a look at this ootb funcionality &lt;A class="link-titled" href="http://docs.alfresco.com/4.1/tasks/at-adminconsole-upload-users.html" title="http://docs.alfresco.com/4.1/tasks/at-adminconsole-upload-users.html" rel="nofollow noopener noreferrer"&gt;Uploading multiple users | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is used to import users from a csv file.&lt;/P&gt;&lt;P&gt;I believe that can be a good source of ideas. Try to identify how it was implemented and use it as a starting point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 14:53:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/import-from-excel-to-datalist-how/m-p/2161#M275</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-01-05T14:53:24Z</dc:date>
    </item>
  </channel>
</rss>

