<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — report in excel error]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1373&amp;type=atom" />
	<updated>2012-01-31T12:49:45Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1373</id>
		<entry>
			<title type="html"><![CDATA[Re: report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11683#p11683" />
			<content type="html"><![CDATA[<p>Your release is rather old. Maybe try to update to a newer release.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-01-31T12:49:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11683#p11683</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11680#p11680" />
			<content type="html"><![CDATA[<p>i am using Version 2.3.2 Build 13.01.2012 and i found the same problem in my excel report it is actully occuring automatically every thing was fine few weaks ago.</p><p>Can some one help me as i have to customized some reports after converting it in excel..</p>]]></content>
			<author>
				<name><![CDATA[saeed]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5297</uri>
			</author>
			<updated>2012-01-31T10:04:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11680#p11680</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6428#p6428" />
			<content type="html"><![CDATA[<p>Joe has made fixes in excel reporting in 2.2.10. Have you this (or newer) version installed?<br />Janusz</p><p>PS Joe is running FA on Win.<br />J</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-07-09T23:06:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6428#p6428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6422#p6422" />
			<content type="html"><![CDATA[<p>It seems to be an encoding problem in the utf8 language conversion.</p><p>Is your system environment not in windows but in linux?</p>]]></content>
			<author>
				<name><![CDATA[thhui]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=376</uri>
			</author>
			<updated>2010-07-09T16:08:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6422#p6422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6166#p6166" />
			<content type="html"><![CDATA[<p>Well, it doesn&#039;t seem to be an html_entiry_decode problem you have. I don&#039;t have this environment as you have. maybe someone else in the community can help here.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2010-06-08T12:20:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6166#p6166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6162#p6162" />
			<content type="html"><![CDATA[<p>Dear Joe,<br />What are various decoding functions in PHP? Could you show me so that i can try one by one please, because i am not good in coding. <br />Is there some way else to solve this?<br />Thanks</p>]]></content>
			<author>
				<name><![CDATA[khanhtoan]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1126</uri>
			</author>
			<updated>2010-06-08T10:17:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6162#p6162</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6160#p6160" />
			<content type="html"><![CDATA[<p>Did you download a new excel_report.inc from /reporting/includes/ the other day?</p><p>We did a decode of &amp;amp (to &amp;) characters.</p><p>If you did, you might try to experiment with various decoding functions in PHP. I don&#039;t have your environment available here.</p><p>The decoding should be placed in the function TextCol on line 524 as the first line in the function:</p><br /><p>&nbsp; &nbsp; &nbsp; &nbsp; </p><div class="codebox"><pre><code>$txt = html_entity_decode($txt);</code></pre></div><p>and in the function TextCol2 on line 557 as the first line in the function.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2010-06-08T08:36:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6160#p6160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[report in excel error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6154#p6154" />
			<content type="html"><![CDATA[<p>I run report to pdf is ok, but not for excel (contain unreadable characters), I used utf-8 for Vietnamese. Strange that it did well some day ago. but not now.<br />Please help. <br />I can send you the excel report sample but don&#039;t know what support email to send.</p>]]></content>
			<author>
				<name><![CDATA[khanhtoan]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1126</uri>
			</author>
			<updated>2010-06-08T07:48:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6154#p6154</id>
		</entry>
</feed>
