<?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>Limiting Parse Excel to CDT to only a set number of rows</title><link>https://community.appian.com/discussions/f/plug-ins/12062/limiting-parse-excel-to-cdt-to-only-a-set-number-of-rows</link><description>Using the new Excel Tools plugin, we are having users upload an excel following a template. We want to allow users to use up to a certain number of rows (lets sat hypothetically 100) and restrict them in some way if they try to upload more than that.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Limiting Parse Excel to CDT to only a set number of rows</title><link>https://community.appian.com/thread/53403?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 18:54:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea4024ef-dd48-44de-bdaa-50c74a2a82ff</guid><dc:creator>Josh</dc:creator><description>You will likely need to update Excel Tools to take in a Max Row value and apply the logic to stop parsing the file stream. A workaround is to validate that the file size of the uploaded document is less than a certain upper limit, ex. 10 MB.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>