Hi, Here's my problem, I have an excel of my Product Inventory and its details is description, price, size, and more I want it to display the details on my website privately (when i'm logged in to my website I can then check my Product Inventory) and will update the details as I or staff save the excel file. Is there any ready made solution out there? I'm using joomla as my CMS for my website. I also checked the extension for Joomla but I think none of them fit to my need. I'm looking for an open source script or solution, I don't have money to pay for custom scripts. Thanks!
Export the Excel file into comma separated variables format (CSV). Then create custom code to parse it using the PHP function fgetcsv(). us.php.net/manual/en/function.fgetcsv.php