<?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>Upload Excel file in interface and show the data in editable grid then send it to Process model</title><link>https://community.appian.com/discussions/f/user-interface/27807/upload-excel-file-in-interface-and-show-the-data-in-editable-grid-then-send-it-to-process-model</link><description>HI , 
 
 In my usecase, i have to open the interface form and upload a excel file to load data in editable grid. Then on pressing submit button the flow goes to Process model where doing some business logic inserting that data to db tbl. 
 I am able to</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Upload Excel file in interface and show the data in editable grid then send it to Process model</title><link>https://community.appian.com/thread/108180?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2023 10:36:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:736af486-3326-491a-95b4-8d1c90471b30</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You have many options here. One is, to store the primary keys of modified rows to a local. Add a a!save() to each field editable in a row. In the submit button, copy all modified rows to a rule input or write them directly back to the DB.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upload Excel file in interface and show the data in editable grid then send it to Process model</title><link>https://community.appian.com/thread/108176?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2023 10:00:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a331459d-5dff-444c-9cd7-ab475d5ec8e0</guid><dc:creator>mukeshr0002</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have tried the same approach problem is once you show the data in editable grid then you can&amp;#39;t show the edited value again and then reassign to rule input. As that cell is still referring to that local variable which is getting data from db tbl.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upload Excel file in interface and show the data in editable grid then send it to Process model</title><link>https://community.appian.com/thread/108163?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2023 06:42:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:68b5b2de-1be3-4bb4-8cdc-63fa17624d05</guid><dc:creator>harshavardhanv</dc:creator><description>&lt;p&gt;There are few things to consider,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. How big is the data coming from the excel sheet as read excel plugin costs your system to slow down.&lt;/p&gt;
&lt;p&gt;2. Are you showing all the columns in the excel sheet , is the rows are empty or columns are empty.&lt;/p&gt;
&lt;p&gt;what i did is&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Created a temporary table and inserted the data into the temporary table from the excel sheet using import Excel to database plugin (might need to see in APp market). THis imports the data into the DB in seconds.&lt;/p&gt;
&lt;p&gt;2. Then read the data from that table and show it in the editable grid. where you might have the primary keys associated with it.&lt;/p&gt;
&lt;p&gt;3. edit them accordingly and push to the main table. Flush the temporary table if needed.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me know if this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>