<?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/"><channel><title>KB-1708 Errors related to file size thrown when using the Export to Excel/CSV smart service</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1708 Errors related to file size thrown when using the Export to Excel/CSV smart service</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service</link><pubDate>Fri, 14 Sep 2018 07:16:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 9/14/2018 7:16:44 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect zip bombs. An archive is considered a zip bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a zip bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, data store, application design, smart service, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX: Errors related to file size thrown when using the Export to Excel/CSV smart service</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/11</link><pubDate>Fri, 14 Sep 2018 03:16:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Parmida Borhani on 9/14/2018 3:16:25 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect zip bombs. An archive is considered a zip bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a zip bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, data store, application design, smart service, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX: Errors related to file size thrown when using the Export to Excel/CSV smart service</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/10</link><pubDate>Wed, 18 Apr 2018 04:06:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 4/18/2018 4:06:13 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/9</link><pubDate>Tue, 17 Apr 2018 08:25:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Nick Vigilante on 4/17/2018 8:25:32 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/8</link><pubDate>Tue, 17 Apr 2018 08:25:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Nick Vigilante on 4/17/2018 8:25:16 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/7</link><pubDate>Tue, 17 Apr 2018 08:23:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Nick Vigilante on 4/17/2018 8:23:28 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/6</link><pubDate>Tue, 17 Apr 2018 03:45:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 4/17/2018 3:45:29 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/5</link><pubDate>Tue, 17 Apr 2018 03:44:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 4/17/2018 3:44:33 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appian 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/4</link><pubDate>Tue, 17 Apr 2018 03:43:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 4/17/2018 3:43:29 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;pre&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;pre&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file &amp;lt;FILE_NAME&amp;gt;. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue and re-save the file before using it with this smart service.&amp;nbsp;If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;Appin 18.2 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/1</link><pubDate>Wed, 04 Apr 2018 03:54:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Parmida Borhani on 4/4/2018 3:54:19 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file {0}. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file {0}. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Action&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the Excel file is not a Zip Bomb. If you are experiencing the error, please inspect your Excel file for duplicated data, styles, or other metadata that may contribute to this issue.&lt;/li&gt;
&lt;li&gt;To resolve this issue, inspect your Excel file for duplicated data, styles, or other metadata that may contribute to this issue. If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/3</link><pubDate>Tue, 03 Apr 2018 23:57:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 4/3/2018 11:57:12 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file {0}. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file {0}. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue.&lt;/li&gt;
&lt;li&gt;To resolve this issue, inspect the Excel file for duplicated data, styles, or other metadata that may contribute to this issue. If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to ....&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item><item><title>DRAFT KB: Data Export Min Inflate Ratio</title><link>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service/revision/2</link><pubDate>Tue, 03 Apr 2018 23:56:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3695efae-8a53-481d-be43-061418d70dd8</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/899/kb-1708-errors-related-to-file-size-thrown-when-using-the-export-to-excel-csv-smart-service#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 4/3/2018 11:56:34 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When performing an export using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_CSV_Smart_Service.html" target="_blank"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt; and providing a &amp;quot;Document To Update&amp;quot; that is an existing Excel file, one the following errors might be encountered:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The decompressed version is 100x larger than compressed version.&amp;nbsp;Unable to update file {0}. The file size of the &amp;#39;Document to Update&amp;#39; is at least 100 times larger when uncompressed, which constitutes a security risk.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;The decompressed version has a zip entry that is &amp;gt;4GB.&amp;nbsp;Unable to update file {0}. The file size of the uncompressed &amp;#39;Document to Update&amp;#39; is too large.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;All Excel files exist as compressed &lt;strong&gt;.zip&lt;/strong&gt; archives. During the export process, the given Excel file must be uncompressed before it can be read. As a part of this operation, the file is checked against a heuristic designed to detect &lt;a href="https://en.wikipedia.org/wiki/Zip_bomb" target="_blank"&gt;Zip Bombs&lt;/a&gt;. An archive is considered a Zip Bomb if the uncompressed archive is at least 100 times larger than the compressed archive.&amp;nbsp;In simple terms, the more that data is repeated in a file, the more it can be compressed. For example, an Excel file with the same value in a vast number of cells, or the same style repeated over and over may take up a decent amount of space in the uncompressed Excel file, but a very small amount of space in the compressed Excel file. The more that this occurs in the file, the more likely it is for the file to be over 100 times larger when uncompressed.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;.xlsx&lt;/strong&gt; file when uncompressed from its &lt;strong&gt;.zip&lt;/strong&gt; archive form will become substantially larger than it appears on the origin filesystem. To restrict the amount of memory that will be consumed during decompression, as soon as one of the child files within the zip archive is detected to be larger than 4GB, the process will be terminated. This can occur on large &lt;strong&gt;.xlsx&lt;/strong&gt; documents (40MB and greater) that are have a very large amount of data, or do not have a high enough uncompressed/compressed size ratio such that #1 will occur, but still has enough redundant data, styles, or other metadata such that the file inflates to the 4GB threshold.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Action&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the Excel file is not a Zip Bomb. Inspect the&amp;nbsp;Excel file for duplicated data, styles, or other metadata that may contribute to this issue.&lt;/li&gt;
&lt;li&gt;To resolve this issue, inspect the Excel file for duplicated data, styles, or other metadata that may contribute to this issue. If a file has all formatting removed and the error persists, then the file is too large to be updated.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, excel&lt;/div&gt;
</description></item></channel></rss>