<?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>Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/discussions/f/process/39239/export-data-store-entity-to-excel-smart-service</link><description>Hi All, 
 
 I&amp;#39;m using for the first time the Export Data Store Entity to Excel Smart Service to add data to an existing excel template (saved as a doc in appian) (Exporting data to a formatted Excel sheet). 
 Once I add the data to the excel it seems</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148875?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 13:10:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:24621a10-6c25-4d71-b6d7-0495ac94884a</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You would need to feed in a CDT to get the node to work - I would suggest trying an arbitrary small (1-column perhaps) CDT and passing an either empty set, or a single row of blank data, to appease the node&amp;#39;s requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148874?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 13:09:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47222273-4604-4ba5-9bff-e87b688d9293</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;The only thing I noticed is that if I dont provide a cdt it throws an error message,&amp;nbsp;The following error was raised by the Export to Excel function: Cannot read the array length because &amp;quot;&amp;lt;local18&amp;gt;&amp;quot; is null.&lt;br /&gt;&lt;br /&gt;I dont want to add the&amp;nbsp;&lt;span&gt;CDT and output it to a series of rows of Excel data in a contiguous manner, like you mentioned I only want to be able to use the cell values and cell keys option. Even though it says that cdt is optional it gives me that error.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148869?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 11:53:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d26ee2b1-f020-4d9c-b2fa-739808247593</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;As far as I know it can handle any number of arbitrary field placements - the cell names and values are each just expressionable inputs and don&amp;#39;t have a size limit per se, as long as they both match in length.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148852?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 21:06:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:223c5147-b16e-4b0b-88f2-731fcc1b762a</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;The example I gave is 3 fields but the actual implementation is over 30 fields that need to be placed specifically in the template which is an excel file, and they are not one row after the other thats why I was trying to see what would be the best option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148849?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 19:26:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72544fa8-085a-4525-9f98-f711a89b052d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;CDT to Excel is designed specifically to accept an array of CDT and output it to a series of rows of Excel data in a contiguous manner.&amp;nbsp; That&amp;#39;s the main usage anyway.&amp;nbsp; But it does (also) let you populate some individual cells with arbitrary values, by passing in an array of cell positions and their values (the values can be anything expressionable, the CDT you use to populate the main part is irrelevant to this).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re *only* trying to write 3 arbitrary cell values to an excel sheet, then I must admit I&amp;#39;m a little confused why you&amp;#39;re even bothering with an Excel doc.&amp;nbsp; The use case for the &amp;quot;manual cell value&amp;quot; thing is usually to populate some hardcoded supporting data that gives some additional info about the report shown on the rest of the sheet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148848?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 18:45:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:79469367-b83d-4fe3-b463-849a5f80ff09</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;In this case if for example, I need to place the process variable values in some specific cells in the excel template. How would I do that?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lets say I have one cdt, with 3 fields&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;cell A2: value of cdt.field1&lt;/p&gt;
&lt;p&gt;cell B6: value of cdt.field2&lt;/p&gt;
&lt;p&gt;cell C20: value of cdt.field3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148736?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 18:30:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed6f7aab-a27a-45ab-a15b-21806482f821</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Then definitely try out the &amp;quot;CDT to Excel&amp;quot; node - it&amp;#39;s marked as &amp;quot;deprecated&amp;quot; but as i mentioned, has continued to work anyway.&amp;nbsp; It works perfectly with pre-formatted templates.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148735?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 17:53:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1ed74f7-d8e0-4779-8182-c4ad06572adb</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;Thank you for this suggestion Mike - I currently have the excel tools plug in installed, if I decided to go this route could you recommend what I should be using instead?&lt;br /&gt;Installing a plug in requires a lot of higher approvals and it might take some time until I get installed for the &amp;quot;JSON to Excel&amp;quot; you mentioned.&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148734?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 17:29:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8bb675f5-feae-43f4-a242-933e7e54a153</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;My suggestion is to use a different smart service, one that accepts a Base Template, because even after &lt;a href="/discussions/f/general/17467/feature-request-update-the-export-data-store-entity-to-excel-smart-service-to-accept-an-excel-base-template"&gt;years of complaining&lt;/a&gt;, they have not seen fit to update the &lt;em&gt;Export DSE to Excel&lt;/em&gt; smart service with this most basic of functionalities.&lt;/p&gt;
&lt;p&gt;I used to recommend installing the &lt;strong&gt;&lt;em&gt;Excel Tools plug-in&lt;/em&gt;&lt;/strong&gt; and using one of the (deprecated-but-still-working-perfectly-fine) original smart services, usually &lt;em&gt;Export CDT to Excel&lt;/em&gt;.&amp;nbsp; However there is now a more recent plug-in, &lt;strong&gt;&amp;quot;&lt;a href="/b/appmarket/posts/json-to-excel-smart-plugin-converter"&gt;JSON to Excel&amp;quot;&lt;/a&gt;&lt;/strong&gt;, which also takes a base template, and (unlike &amp;quot;Export CDT...&amp;quot;) doesn&amp;#39;t even require you to use a specific CDT to handle your export (meaning you&amp;#39;re free to do data transforms as you wish prior to feeding the JSON array to the smart service).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148733?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 16:23:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57f8f878-e479-4099-9d42-0871ac6f6615</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;Yes, I tried this before it would throw an error this:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The starting cell I&amp;#39;m using is &amp;quot;A1&amp;quot;&lt;/p&gt;
&lt;p&gt;customCellPositions: {&amp;quot;A1&amp;quot;, &amp;quot;A2&amp;quot;}&lt;/p&gt;
&lt;table id="asi_grid_processErrorsList" class="asiGrid server" summary="Process Errors" cellspacing="0"&gt;
&lt;tbody&gt;
&lt;tr class=""&gt;
&lt;td class="asiGridTD0"&gt;Export Data Store Entity to Excel&lt;/td&gt;
&lt;td class="asiGridTD1"&gt;
&lt;p&gt;Custom cell positions cant refer to cells below the starting cell. Otherwise, they would be overwritten by data being exported. (APNX-1-4505-037)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also, I noticed that for customcellvalues it doesnt let me use it on its own, this is plus the data in the store entity. So it adds both data from the data store entity which is a required parameter and these custom cells.&lt;/p&gt;
&lt;p&gt;I want to make sure the one coming from the data store entity is the one I can actually manipulate to put in the specific cells I need.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Export Data Store Entity to Excel Smart Service</title><link>https://community.appian.com/thread/148732?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 16:14:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35e3b7fd-380c-433b-b7cf-9c9e67bf98df</guid><dc:creator>EREN_YEAGER</dc:creator><description>&lt;p data-start="71" data-end="76"&gt;Hi,&lt;/p&gt;
&lt;p data-start="80" data-end="288"&gt;You can use the parameters by passing &lt;code data-start="118" data-end="139"&gt;customCellPositions&lt;/code&gt; (e.g., A1,A2,A3,...) and &lt;code data-start="167" data-end="185"&gt;customCellValues&lt;/code&gt; (e.g., 1,2,3,...). This will place the data in the specified cell positions within the Excel file.&lt;/p&gt;
&lt;p data-start="292" data-end="499"&gt;However, I&amp;#39;m not entirely sure whether this approach will override any existing content in those cells. It should insert the data as defined, but please test it to confirm the behavior in your specific case.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;customCellPositions: {&amp;quot;B2&amp;quot;, &amp;quot;B3&amp;quot;, &amp;quot;B4&amp;quot;}
customCellValues: {&amp;quot;Apple&amp;quot;, &amp;quot;Banana&amp;quot;, &amp;quot;Orange&amp;quot;}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>