tags:

views:

28

answers:

1

Any good software modules, or combination of them, where one can key in sales figures from the excel, then upload them to a web app for user to see? User access need to be controlled to the sales item level, or a group of sales items.

Ideally, the web app can hosted for cheap price. Thus, I suppose PHP related modules would be better.

Thanks in advnace!

A: 

It sounds like you might be looking for something like Google Docs: http://docs.google.com/

But if you're looking to read an Excel file using PHP, you might have a look at http://sourceforge.net/projects/phpexcelreader/

or

http://code.google.com/p/php-excel-reader/ which is based on the SourceForge project.

bogeymin