Posted by ZeldorBlat on 04/02/06 02:55
Rainman wrote:
> I want to allow authenticated users to be able to use my PHP web page to
> upload their Excel spreadsheet data into specific columns of my MySQL
> table. I found "Spreadsheet_Excel_Writer", but I want to go the other
> way, so I don't think this would be useful. I am rather lost how to go
> about this endeavor. Can someone drop me a few hints?
>
> Mark
Excel can save spreadsheets as CSV files. Once in that format it's
fairly easy to do whatever you want with it. Much easier than trying
to convert Excel files directly...
Navigation:
[Reply to this message]
|