
how can one import excel data in php ? -- ======================= Isaac Kimotho Kanyanja Blumbuild Sol. P.O.Box 247-00511 Ongata Rongai Cell: +254 724 346 453 ------------------------------ --------------------------------------------------------------------------------------------------- Disclaimer : The information contained in this e-mail may be confidential, proprietary, and / or legally privileged. It is intended only for the person or entity to which it is addressed. If you are not the intended recipient, you are not allowed to distribute, copy, review, retransmit, disseminate or use this e-mail or any part of it in any form whatsoever for any purpose. If you have received this e-mail in error, please immediately notify the sender and delete the original message. Please be aware that the contents of this e-mail may not be secure and should not be seen as forming a legally binding contract unless otherwise stated. Thank you. --------------------------------------------------------------------------------------------------------------------------------

Try and export your data to xml then load it with simplexml_load_file . Check the pear library for any other packages On Wed, Mar 14, 2012 at 10:44 PM, Isaac Kimotho <izakimotho@gmail.com>wrote:
how can one import excel data in php ?
-- ======================= Isaac Kimotho Kanyanja Blumbuild Sol. P.O.Box 247-00511 Ongata Rongai Cell: +254 724 346 453 ------------------------------
--------------------------------------------------------------------------------------------------- Disclaimer : The information contained in this e-mail may be confidential, proprietary, and / or legally privileged. It is intended only for the person or entity to which it is addressed. If you are not the intended recipient, you are not allowed to distribute, copy, review, retransmit, disseminate or use this e-mail or any part of it in any form whatsoever for any purpose. If you have received this e-mail in error, please immediately notify the sender and delete the original message. Please be aware that the contents of this e-mail may not be secure and should not be seen as forming a legally binding contract unless otherwise stated. Thank you.
-------------------------------------------------------------------------------------------------------------------------------- _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Check out PEAR's Spreadsheet_Excel_Writer - http://pear.php.net/package/Spreadsheet_Excel_Writer/ Seems like it's currently not maintained but that should not be a problem though I'm not very sure of the packages' backward compatibility. On Thu, Mar 15, 2012 at 12:08 AM, Albert Kamau <kamau.albert@gmail.com>wrote:
Try and export your data to xml then load it with simplexml_load_file . Check the pear library for any other packages
On Wed, Mar 14, 2012 at 10:44 PM, Isaac Kimotho <izakimotho@gmail.com>wrote:
how can one import excel data in php ?
-- ======================= Isaac Kimotho Kanyanja Blumbuild Sol. P.O.Box 247-00511 Ongata Rongai Cell: +254 724 346 453 ------------------------------
--------------------------------------------------------------------------------------------------- Disclaimer : The information contained in this e-mail may be confidential, proprietary, and / or legally privileged. It is intended only for the person or entity to which it is addressed. If you are not the intended recipient, you are not allowed to distribute, copy, review, retransmit, disseminate or use this e-mail or any part of it in any form whatsoever for any purpose. If you have received this e-mail in error, please immediately notify the sender and delete the original message. Please be aware that the contents of this e-mail may not be secure and should not be seen as forming a legally binding contract unless otherwise stated. Thank you.
-------------------------------------------------------------------------------------------------------------------------------- _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Samuel Waithaka http://www.linkedin.com/in/waithaka http://twitter.com/samwaithaka

Hope this helps (http://sourceforge.net/projects/phpexcelreader)
participants (4)
-
Albert Kamau
-
Isaac Kimotho
-
Nd'wex Common
-
Samuel Waithaka