<?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>Append data in same excel sheet</title><link>https://community.appian.com/discussions/f/general/34178/append-data-in-same-excel-sheet</link><description>Hi Experts, 
 I&amp;#39;m extracting some data by doing some comparisons via process model and when whole data is extracted(just before the process going to end node), I finally dump the data in excel using Export CDT to excel. 
 But the problem is, in this process</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Append data in same excel sheet</title><link>https://community.appian.com/thread/130480?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2024 08:09:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f5940a9-1561-4b0d-a73f-69821e6e5db0</guid><dc:creator>Harsh11</dc:creator><description>&lt;p&gt;Thank you &lt;a href="/members/ricardom8517"&gt;ricardom8517&lt;/a&gt;&amp;nbsp;for your input, I&amp;#39;m also doing the same thing as you suggest, and the only thing stopping for doing this, is any variable capable of holding such huge data, If not than it is also a problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Append data in same excel sheet</title><link>https://community.appian.com/thread/130475?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2024 08:04:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aeed0be2-7a05-4391-961c-4cbc48986bff</guid><dc:creator>ricardom8517</dc:creator><description>&lt;p&gt;Sorry, I&amp;#39;ve never encountered this situation before, I&amp;#39;m also a new member so I don&amp;#39;t know the answer too well. However, I consulted the internet and found a solution. You can consult. However, I&amp;#39;m not sure if it&amp;#39;s correct, I&amp;#39;m sorry:&lt;/p&gt;
&lt;p&gt;&amp;quot;Use a loop to iterate through the data sources.&lt;br /&gt;Inside the loop, use appropriate functions to convert the data from each source into a text format (e.g., CSV). You can use built-in functions like &amp;quot;text.join&amp;quot; or custom logic depending on the data structure.&lt;br /&gt;Append the converted text from each source to a single text file using file operations functions like &amp;quot;file.append&amp;quot;.&lt;br /&gt;Convert Text to Excel:&lt;br /&gt;Once all data is appended to the text file, use file operations to convert the text file back to an Excel sheet with desired formatting. You can achieve this by writing the text with headers and delimiters compatible with Excel import.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Append data in same excel sheet</title><link>https://community.appian.com/thread/130471?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2024 07:58:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b530c4c5-f182-4868-9efe-962835768596</guid><dc:creator>Harsh11</dc:creator><description>&lt;p&gt;Dear&amp;nbsp;&lt;a href="/members/ricardom8517"&gt;ricardom8517&lt;/a&gt;&amp;nbsp;, I want a solution within Appian, I only want a single sheet as output so we don&amp;#39;t need to do this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Append data in same excel sheet</title><link>https://community.appian.com/thread/130465?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2024 07:54:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46863b2a-2f58-4054-adfc-e6d4576c23a4</guid><dc:creator>ricardom8517</dc:creator><description>&lt;p&gt;You can try:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Open each Excel sheet containing the data you want to combine.&lt;br /&gt;Select the entire data range in each sheet (including headers if desired). You can use keyboard shortcuts like Ctrl+A (Windows) or Command+A (Mac) to select all data.&lt;br /&gt;Copy the data (Ctrl+C or Command+C).&lt;br /&gt;Go to the destination sheet where you want the combined data.&lt;br /&gt;Select the cell where you want the top-left corner of the pasted data to appear.&lt;br /&gt;Paste the data (Ctrl+V or Command+V).&lt;br /&gt;Repeat these steps for each sheet you want to combine.&lt;/p&gt;
&lt;p style="text-align:right;"&gt;&lt;span data-sheets-root="1" data-sheets-hyperlink="https://5nightsatfreddys.io/"&gt;&lt;a class="in-cell-link" href="https://5nightsatfreddys.io/" rel="noopener noreferrer" target="_blank"&gt;&lt;/a&gt;&lt;span style="color:#ffffff;"&gt;&lt;a class="in-cell-link" style="color:#ffffff;" href="https://5nightsatfreddys.io/" rel="noopener noreferrer" target="_blank"&gt;five nights at freddy&amp;#39;s&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Append data in same excel sheet</title><link>https://community.appian.com/thread/130373?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2024 12:38:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2122c6e1-8fe4-46fb-8142-690f1a3d2b04</guid><dc:creator>nasirs4970</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/harshw0876"&gt;harshw0876&lt;/a&gt;,&lt;br /&gt;I understand, that you have a restriction is with creating a temporary table then we can&amp;#39;t use this smart service but this is the most appropriate approach by performance point.&lt;br /&gt;but if you want to continue with this deprecated smart service then you can try that generate multiple Excel documents according to your batching data and merge all the Excel documents by the merge Excel document smart service&amp;nbsp;and generate a new merge Excel document. once the merge Excel document is generated, delete the Excel document generated by batching data from the system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Append data in same excel sheet</title><link>https://community.appian.com/thread/130229?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 11:21:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e605acef-3d9c-45dd-ad24-36e8b46a6d5f</guid><dc:creator>Harsh11</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/nasirs4970"&gt;nasirs4970&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;Thanks for replying&lt;/p&gt;
&lt;p&gt;I understand all the things you said but the only restriction is that I can&amp;#39;t create any new table, not even my data is directly from DB table. The only thing I want a single excel sheet with whole data in end.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Append data in same excel sheet</title><link>https://community.appian.com/thread/130225?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 10:40:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ee351ae-c6dc-4ec6-bb9a-190d5302a3bd</guid><dc:creator>nasirs4970</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/harshw0876"&gt;harshw0876&lt;/a&gt;,&lt;br /&gt;We cannot do it as you want because after running the smart service(&lt;span&gt;Export CDT to Excel&lt;/span&gt;) once, it returns the&amp;nbsp;document and this service has&amp;nbsp;also been deprecated.&lt;br /&gt;instead of this, you can use the Export Data Store Entity to Excel smart service, This service exports the data&amp;nbsp;from the respected table.&lt;br /&gt;if you already have data in the table you can directly use this service with the required filters. if not then create a temporary table, map with Datastore, and&amp;nbsp;insert the data in batching in a temporary table and use this temporary table entity in the smart service whose data you want to export.&lt;br /&gt;once data is exported, truncate or delete the inserted data.&lt;br /&gt;to&amp;nbsp;understand more visit this Documentation:-&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/Export_To_Excel_Smart_Service.html"&gt;https://docs.appian.com/suite/help/23.4/Export_To_Excel_Smart_Service.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>