<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: zero start value disappears in Excel</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: zero start value disappears in Excel</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:05:06 +0000</pubDate>

<item>
<title>arnaudboub on "zero start value disappears in Excel"</title>
<link>https://www.machform.com/forums/topic/zero-start-value-disappears-in-excel#post-8274</link>
<pubDate>Mon, 04 Jan 2010 01:19:35 +0000</pubDate>
<dc:creator>arnaudboub</dc:creator>
<guid isPermaLink="false">8274@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Great&#60;/p&#62;
&#60;p&#62;Thank you very very much&#60;br /&#62;
;-)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "zero start value disappears in Excel"</title>
<link>https://www.machform.com/forums/topic/zero-start-value-disappears-in-excel#post-7826</link>
<pubDate>Fri, 30 Oct 2009 16:01:15 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">7826@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is because Excel automatically format those numbers and remove the leading zero.&#60;br /&#62;
To avoid this behaviour, we can force to write those fields as text.&#60;/p&#62;
&#60;p&#62;Edit your &#34;export_entries.php&#34;, search around line 375 and you'll find this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$worksheet-&#38;gt;write($row_num, $col_num, $data);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace that code with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$worksheet-&#38;gt;writeString($row_num, $col_num, $data);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should display the leading zero.
&#60;/p&#62;</description>
</item>
<item>
<title>arnaudboub on "zero start value disappears in Excel"</title>
<link>https://www.machform.com/forums/topic/zero-start-value-disappears-in-excel#post-7816</link>
<pubDate>Thu, 29 Oct 2009 17:36:30 +0000</pubDate>
<dc:creator>arnaudboub</dc:creator>
<guid isPermaLink="false">7816@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hello,&#60;br /&#62;
when I export to Excel a telephone number or, if there is a zero start value, it disappears in the data sheet view!&#60;br /&#62;
How to make it appear (French phone number starts with &#34;0&#34; zero)&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>

</channel>
</rss>
