<?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: How can read content of excel file* in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4093#M1725</link>
    <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/70191"&gt;@jpotts&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you express the Excel as a JSON OR&lt;/P&gt;&lt;P&gt;Read and parse the plaintext from JS. I am trying to do this in the Alfresco Activiti(Model Application) script task&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 10:19:04 GMT</pubDate>
    <dc:creator>Lino17</dc:creator>
    <dc:date>2024-01-12T10:19:04Z</dc:date>
    <item>
      <title>How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4085#M1717</link>
      <description>Hi all,i am trying to read content (folder structure : ID and name) of excel file. i need to know how can i do in proper way?please give me hintRegardsJanaka</description>
      <pubDate>Tue, 24 Jan 2017 10:05:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4085#M1717</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2017-01-24T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4086#M1718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janaka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is concerning the content of the file, you could do a transformation to txt. (similar to this&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/cloud/concepts/library-folder-rules.html" title="http://docs.alfresco.com/cloud/concepts/library-folder-rules.html" rel="nofollow noopener noreferrer"&gt;Applying rules to folders | Alfresco Documentation&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;But you need to give us a bit more info about what you are trying to do here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 13:34:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4086#M1718</guid>
      <dc:creator>mrks_js1</dc:creator>
      <dc:date>2017-01-24T13:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4087#M1719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-avatarid="2728" data-externalid="" data-online="false" data-presence="null" data-userid="143487" data-username="mrks.js1" href="https://community.alfresco.com/people/mrks.js1" rel="nofollow noopener noreferrer"&gt;Markus Joos&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have excel file which contain folder id and name. I have to read content of file and generate folder structure under document library. this is one time task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Folder Id&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;Folder Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folder one&lt;/P&gt;&lt;P&gt;1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folder two&lt;/P&gt;&lt;P&gt;1.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folder three&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folder abc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 13:40:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4087#M1719</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2017-01-24T13:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4088#M1720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Apache POI API to read/write to excel files. Take a look at&amp;nbsp;&lt;A class="link-titled" href="https://www.mkyong.com/java/apache-poi-reading-and-writing-excel-file-in-java/" title="https://www.mkyong.com/java/apache-poi-reading-and-writing-excel-file-in-java/" rel="nofollow noopener noreferrer"&gt;Apache POI – Reading and Writing Excel file in Java&lt;/A&gt;&amp;nbsp;for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 14:48:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4088#M1720</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2017-01-24T14:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4089#M1721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;do have any idea to read excel content using javascript api within alfresco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:01:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4089#M1721</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2017-01-24T15:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4090#M1722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client side (Browser) or Server side (repository backend) JavaScript?&lt;/P&gt;&lt;P&gt;If serverside, please write a JavaScript rootobject to wrap the poi library. Take a Look at the alfresco-jscript-extensions in github...&lt;/P&gt;&lt;P&gt;If Client side, there are some JS libraries which can read the Excel File in the Browser...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 21:51:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4090#M1722</guid>
      <dc:creator>jego</dc:creator>
      <dc:date>2017-01-25T21:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4091#M1723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like a very simple Excel file. Why not save it as a CSV and then you'll have plain text which you can read and parse easily from JavaScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or better yet, express it as JSON and then you won't have to parse anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2017 20:21:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4091#M1723</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-01-29T20:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4092#M1724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used alfresco rules to convert Excel file into CSV , so i could read CSV by JS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 02:46:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4092#M1724</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2017-01-30T02:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can read content of excel file*</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4093#M1725</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/70191"&gt;@jpotts&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you express the Excel as a JSON OR&lt;/P&gt;&lt;P&gt;Read and parse the plaintext from JS. I am trying to do this in the Alfresco Activiti(Model Application) script task&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 10:19:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-read-content-of-excel-file/m-p/4093#M1725</guid>
      <dc:creator>Lino17</dc:creator>
      <dc:date>2024-01-12T10:19:04Z</dc:date>
    </item>
  </channel>
</rss>

