<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Php Excel Reader + Codeigniter</title>
	<atom:link href="http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/feed" rel="self" type="application/rss+xml" />
	<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html</link>
	<description></description>
	<lastBuildDate>Sun, 04 Dec 2011 09:20:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: kamacostik</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-416</link>
		<dc:creator>kamacostik</dc:creator>
		<pubDate>Mon, 21 Nov 2011 03:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-416</guid>
		<description>thanks ea mas,,,di coba dulu^^</description>
		<content:encoded><![CDATA[<p>thanks ea mas,,,di coba dulu^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kohaci</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-411</link>
		<dc:creator>kohaci</dc:creator>
		<pubDate>Tue, 25 Oct 2011 04:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-411</guid>
		<description>@ridho : contoh di atas pure PHP, belum ada hubungannya dengan SQL server atau database lainnya. masalah di database ada di datanya, bukan library-nya.

@andris : tidak bisa jawab, karena saya belum mencoba.</description>
		<content:encoded><![CDATA[<p>@ridho : contoh di atas pure PHP, belum ada hubungannya dengan SQL server atau database lainnya. masalah di database ada di datanya, bukan library-nya.</p>
<p>@andris : tidak bisa jawab, karena saya belum mencoba.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andris</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-410</link>
		<dc:creator>Andris</dc:creator>
		<pubDate>Fri, 07 Oct 2011 09:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-410</guid>
		<description>Mas...Aq maw tanya...
btw libraris excel reader ni bisa baca file &quot;.xls&quot; yang spreadsheetnya dikasih password ndak ??
mohon pencerahannya..
Mkasih sbelumnya..&#039;^^</description>
		<content:encoded><![CDATA[<p>Mas&#8230;Aq maw tanya&#8230;<br />
btw libraris excel reader ni bisa baca file &#8220;.xls&#8221; yang spreadsheetnya dikasih password ndak ??<br />
mohon pencerahannya..<br />
Mkasih sbelumnya..&#8217;^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kangmasjuqi</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-408</link>
		<dc:creator>kangmasjuqi</dc:creator>
		<pubDate>Sun, 25 Sep 2011 08:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-408</guid>
		<description>haturnuhun sanget kang.. :)

salam kenal</description>
		<content:encoded><![CDATA[<p>haturnuhun sanget kang.. <img src='http://kohaci.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>salam kenal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ridho</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-407</link>
		<dc:creator>Ridho</dc:creator>
		<pubDate>Sat, 24 Sep 2011 00:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-407</guid>
		<description>Mas,
untuk syntax php sql servernya ada, apakah php_Reader bisa di pakai untuk sql server</description>
		<content:encoded><![CDATA[<p>Mas,<br />
untuk syntax php sql servernya ada, apakah php_Reader bisa di pakai untuk sql server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kohaci</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-397</link>
		<dc:creator>kohaci</dc:creator>
		<pubDate>Mon, 11 Jul 2011 12:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-397</guid>
		<description>@una :
cara kasar coba seperti ini, bikin halaman html __ tapi ektensi .php ya.. (kalau bisa isinya tables). trus di atas tag &lt;html&gt;
tambahkan :

&lt;?php
header(&quot;Pragma: public&quot;);
    header(&quot;Expires: 0&quot;);
    header(&quot;Cache-Control: must-revalidate, post-check=0,
            pre-check=0&quot;);
    header(&quot;Content-Type: application/force-download&quot;);
    header(&quot;Content-Type: application/octet-stream&quot;);
    header(&quot;Content-Type: application/download&quot;);

    header(&#039;Content-Disposition: attachment; filename=file_excel.xls&#039;);
    header(&quot;Content-Transfer-Encoding: binary &quot;);
?&gt;

&lt;html&gt;
..
&lt;/html&gt;

eksekusi di browser.</description>
		<content:encoded><![CDATA[<p>@una :<br />
cara kasar coba seperti ini, bikin halaman html __ tapi ektensi .php ya.. (kalau bisa isinya tables). trus di atas tag &lt;html&gt;<br />
tambahkan :</p>
<p>< ?php<br />
header("Pragma: public");<br />
    header("Expires: 0");<br />
    header("Cache-Control: must-revalidate, post-check=0,<br />
            pre-check=0");<br />
    header("Content-Type: application/force-download");<br />
    header("Content-Type: application/octet-stream");<br />
    header("Content-Type: application/download");</p>
<p>    header('Content-Disposition: attachment; filename=file_excel.xls');<br />
    header("Content-Transfer-Encoding: binary ");<br />
?></p>
<p>&lt;html&gt;<br />
..<br />
&lt;/html&gt;</p>
<p>eksekusi di browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: una</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-396</link>
		<dc:creator>una</dc:creator>
		<pubDate>Mon, 11 Jul 2011 08:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-396</guid>
		<description>Mas,,,mau tanya nih...

itu kan untuk read excel
writing atau generate excel nya gimana ya..?</description>
		<content:encoded><![CDATA[<p>Mas,,,mau tanya nih&#8230;</p>
<p>itu kan untuk read excel<br />
writing atau generate excel nya gimana ya..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faris</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-390</link>
		<dc:creator>faris</dc:creator>
		<pubDate>Sat, 21 May 2011 18:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-390</guid>
		<description>Mas,maaf telat nanyanya.
soalnya baru baca postingan mas,

mas saya udh download link yg mas kasih u/insert ke database bwt mas herman,
tp ko saya masih nongol array aj ya?
mohon bantuannya.</description>
		<content:encoded><![CDATA[<p>Mas,maaf telat nanyanya.<br />
soalnya baru baca postingan mas,</p>
<p>mas saya udh download link yg mas kasih u/insert ke database bwt mas herman,<br />
tp ko saya masih nongol array aj ya?<br />
mohon bantuannya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kohaci</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-385</link>
		<dc:creator>kohaci</dc:creator>
		<pubDate>Mon, 21 Mar 2011 05:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-385</guid>
		<description>@rara :
pertanyaan Anda belum pernah saya implemetasikan karena selama ini saya selalu membuat export xls ke database dengan format excel yang telah disepakati. yang mana format menandakan rows dan kolomnya sesuai dengan sistem , jadi sistem gak perlu mencari lagi.

kalau secara logic menurut saya. tetap Anda definikan rows mana yang kolom2nya dijadikan header. kemudian tiap-tiap header dimatch di field (header) database . yang oke dimatch, header di excel diambil rows di bawahnya (masih satu kolom) yang isinya itulah diambil untuk dimasukkan di database dengan header (field) yang sama.

CMIIW.</description>
		<content:encoded><![CDATA[<p>@rara :<br />
pertanyaan Anda belum pernah saya implemetasikan karena selama ini saya selalu membuat export xls ke database dengan format excel yang telah disepakati. yang mana format menandakan rows dan kolomnya sesuai dengan sistem , jadi sistem gak perlu mencari lagi.</p>
<p>kalau secara logic menurut saya. tetap Anda definikan rows mana yang kolom2nya dijadikan header. kemudian tiap-tiap header dimatch di field (header) database . yang oke dimatch, header di excel diambil rows di bawahnya (masih satu kolom) yang isinya itulah diambil untuk dimasukkan di database dengan header (field) yang sama.</p>
<p>CMIIW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rara</title>
		<link>http://kohaci.com/2008/06/04/php-excel-reader-codeigniter.html/comment-page-2#comment-384</link>
		<dc:creator>rara</dc:creator>
		<pubDate>Mon, 21 Mar 2011 04:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://kohaci.com/?p=16#comment-384</guid>
		<description>mas, saya hendak bertanya.
bagaimana cara validasi untuk header file excel yang di upload, agar sama dengan header pada database?
(bila tidak sama akan error). misal header pada database : No, Nama, Alamat

saya sudah bikin dan berhasil, tapi ada 1 kelemahan. Pada saat saya upload file excel sembarang dengan header yang sama dengan database namun berbeda urutannya (misal : Nama, Alamat, No), file tersebut tetap ter upload dengan sukses, hanya saja salah karna urutannya kacau.

terima kasih sebelumnya...</description>
		<content:encoded><![CDATA[<p>mas, saya hendak bertanya.<br />
bagaimana cara validasi untuk header file excel yang di upload, agar sama dengan header pada database?<br />
(bila tidak sama akan error). misal header pada database : No, Nama, Alamat</p>
<p>saya sudah bikin dan berhasil, tapi ada 1 kelemahan. Pada saat saya upload file excel sembarang dengan header yang sama dengan database namun berbeda urutannya (misal : Nama, Alamat, No), file tersebut tetap ter upload dengan sukses, hanya saja salah karna urutannya kacau.</p>
<p>terima kasih sebelumnya&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

