<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Excel export enter gives new line?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/excel-export-enter-gives-new-line</link>
		<description>Gravity Support Forums Topic: Excel export enter gives new line?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:30:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/excel-export-enter-gives-new-line" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Excel export enter gives new line?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excel-export-enter-gives-new-line#post-334871</link>
			<pubDate>Thu, 20 Jun 2013 16:30:18 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">334871@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We tried to keep our export system as simple as possible. We will look at making it more feature filled in the future. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Effectiva on "Excel export enter gives new line?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excel-export-enter-gives-new-line#post-330364</link>
			<pubDate>Tue, 18 Jun 2013 12:49:36 +0000</pubDate>
			<dc:creator>Effectiva</dc:creator>
			<guid isPermaLink="false">330364@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Matthijs,&#60;/p&#62;
&#60;p&#62;Thx for the solution! &#60;/p&#62;
&#60;p&#62;Although its maybe a better idea to call a simalair function when the excel export is made? (maybe a function that makes it possible to choose?)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Excel export enter gives new line?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excel-export-enter-gives-new-line#post-330298</link>
			<pubDate>Tue, 18 Jun 2013 11:56:17 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">330298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good solution, though of course it means that any block of text given to you by your users will show up without any line breaks, but that should make Excel happy.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthijs92 on "Excel export enter gives new line?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excel-export-enter-gives-new-line#post-330072</link>
			<pubDate>Tue, 18 Jun 2013 08:42:21 +0000</pubDate>
			<dc:creator>Matthijs92</dc:creator>
			<guid isPermaLink="false">330072@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, I have fixed it:&#60;br /&#62;
add the follow lines to functions.php&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_save_field_value&#34;, &#34;save_field_value&#34;, 10, 4);&#60;br /&#62;
	function save_field_value($value, $lead, $field, $form){&#60;br /&#62;
		$new_value = str_replace(array(&#34;\n&#34;, &#34;\t&#34;,&#34;\r&#34;), ' ', $value);&#60;br /&#62;
		return $new_value;&#60;br /&#62;
	}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthijs92 on "Excel export enter gives new line?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excel-export-enter-gives-new-line#post-329688</link>
			<pubDate>Tue, 18 Jun 2013 03:16:18 +0000</pubDate>
			<dc:creator>Matthijs92</dc:creator>
			<guid isPermaLink="false">329688@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I also have this problem.&#60;br /&#62;
Is there a solution for?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Effectiva on "Excel export enter gives new line?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excel-export-enter-gives-new-line#post-316705</link>
			<pubDate>Tue, 11 Jun 2013 05:44:58 +0000</pubDate>
			<dc:creator>Effectiva</dc:creator>
			<guid isPermaLink="false">316705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When i export entries to an excel file the enters in textarea's gives new lines? Is it possible to solve this?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Alco
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
