<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to Read a particular column of excel ?</title><link>https://community.appian.com/discussions/f/plug-ins/30499/how-to-read-a-particular-column-of-excel</link><description>I am looking to read a specific column of Excel in Appian. suppose I have 3 columns in Excel roll no. , name, and email. So, I want to read all the values in the column email as an array of Strings.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121266?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2023 12:14:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b05b98d-7c12-45f5-84ae-4f6f27925ebc</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="199164" url="~/discussions/f/plug-ins/30499/how-to-read-a-particular-column-of-excel/121235#121235"]not working[/quote]
&lt;p&gt;I wouldn&amp;#39;t necessarily expect it to work though since, per your screenshot, you haven&amp;#39;t actually supplied the correct parameters for this rule call...&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1698927260531v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Also it looks as if the Sheet Number for this rule is 1-indexed, not 0-indexed (though annoyingly it doesn&amp;#39;t specify in the rule info).&amp;nbsp; Interestingly the sister function, &lt;em&gt;excelReadCellsByNumber()&lt;/em&gt;, does specify this:&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1698928360357v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121253?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2023 05:56:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6abe8720-c2dd-4202-9d8e-0eea7e0b2b1a</guid><dc:creator>Sri Ram Kaja</dc:creator><description>&lt;p&gt;My excel contains below rows&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1698904489800v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Please index values also after result, it will be as follows&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1698904541117v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!data:readexcelsheet(
    excelDocument:todocument(6163),
    sheetNumber:0,
    startRow:0
  ).result.values,
  local!values:remove(local!data,1),
  a!forEach(
    items: local!values,
    expression: fv!item[2]
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121235?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 12:55:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9cb6b6b-093d-49b0-bf23-796e84e94c7d</guid><dc:creator>vishalk3971</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1698843323816v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;not working &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f611.svg" title="Expressionless"&gt;&amp;#x1f611;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121234?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 12:53:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1719712b-174f-4949-a284-a1fc5ed9df67</guid><dc:creator>vishalk3971</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1698843182244v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;i am getting the data but it is not in proper format&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121228?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 12:21:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a44014e3-942a-4813-87b9-acb74568490b</guid><dc:creator>Dhivya Murugaraj</dc:creator><description>&lt;p&gt;Have you tried&amp;nbsp;excelreadcellsbyname() ?&lt;/p&gt;
&lt;p&gt;Syntax:&amp;nbsp;excelreadcellsbyname(&amp;lt;Document Id&amp;gt;, { 1 }, { &amp;quot;A1&amp;quot; })&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121227?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 12:17:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1347eef-984c-43cc-bbcb-12ed7dbbe135</guid><dc:creator>Sri Ram Kaja</dc:creator><description>&lt;p&gt;if we are getting all the details in the excel sheet, then we can use index function to index the particular column and get the required data and if it is in list of variants, use&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.3/fnc_conversion_touniformstring.html"&gt;touniformstring() Function - Appian 23.3&lt;/a&gt;&amp;nbsp;to convert that to list of text&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121226?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 12:08:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:924e58bd-dc21-4722-977d-caeac2e5d771</guid><dc:creator>vishalk3971</dc:creator><description>&lt;p&gt;hii there I have tried&amp;nbsp;&lt;span&gt;readexcelsheetpaging but it is not working. the only readexelsheet function Is working but it returns all data in from of list of variants.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Read a particular column of excel ?</title><link>https://community.appian.com/thread/121220?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 11:46:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1628034-6828-4d49-a502-5ad2d2916561</guid><dc:creator>Sri Ram Kaja</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;Please go through the&amp;nbsp;&lt;a href="/b/appmarket/posts/excel-tools"&gt;Excel Tools&lt;/a&gt;&amp;nbsp;plugin. You can read the excel sheet which is in Appian using a function readexcelsheetpaging in the plugin and from there you can index email column as array of strings&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>