<?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>Read Excel cell by name</title><link>https://community.appian.com/discussions/f/plug-ins/26460/read-excel-cell-by-name</link><description>Hi, i have a requirement to extract a particular cell(integer) from an excel sheet the specified cell is in G column 46th row. Please update on the solution.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Read Excel cell by name</title><link>https://community.appian.com/thread/103932?ContentTypeID=1</link><pubDate>Mon, 07 Nov 2022 14:33:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1158195-83f3-4d8c-bedf-e35cca873491</guid><dc:creator>kristiana1332</dc:creator><description>&lt;p&gt;&lt;span&gt;At school, one teacher each time asked us to write essays on various topics. At first it was interesting, but she judged them too strictly. So I just turned to a site&amp;nbsp;&lt;a class="in-cell-link" href="https://best.customwritingservice.com/" rel="noopener noreferrer" target="_blank"&gt;&lt;/a&gt;&lt;a class="in-cell-link" href="https://best.customwritingservice.com/" rel="noopener noreferrer" target="_blank"&gt;https://best.customwritingservice.com/&lt;/a&gt;&lt;/span&gt; that writes essays, and handed them over to her like that. And everything worked out!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read Excel cell by name</title><link>https://community.appian.com/thread/103925?ContentTypeID=1</link><pubDate>Mon, 07 Nov 2022 12:36:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:14f26b00-d64f-4cef-b985-66c40e4b5d16</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Hi check the below code I have mentioned comments on how to use&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;index(
  readexcelsheet(cons!UD_FILE_EXAMPLE_XLS_10, 0, 0),/*read sheet*/
  &amp;quot;result&amp;quot;,/*index result*/
  3,/*index row*/
  &amp;quot;values&amp;quot;,/*index values at row*/
  4,/*index column number you want to get*/
  {}/*default value*/
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read Excel cell by name</title><link>https://community.appian.com/thread/103924?ContentTypeID=1</link><pubDate>Mon, 07 Nov 2022 12:29:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e5aef238-d0c9-41e9-a493-dc7abbf5fbe0</guid><dc:creator>nishav0001</dc:creator><description>&lt;p&gt;&lt;span&gt;readexcelsheet(excelDocument: cons!AKS_BANGHY,sheetNumber: 0, startRow: 48)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; this is the code I have been using for this issue.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read Excel cell by name</title><link>https://community.appian.com/thread/103923?ContentTypeID=1</link><pubDate>Mon, 07 Nov 2022 11:56:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d79b65a1-f4db-48c9-b5a1-dbbac5ce2259</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Hi, have you tried using the readexcelsheet function and trying to index the particular column.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>