Import excel files with image in php/mysql
        Posted  
        
            by Marcel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Marcel
        
        
        
        Published on 2010-06-15T14:44:04Z
        Indexed on 
            2010/06/15
            15:02 UTC
        
        
        Read the original article
        Hit count: 432
        
Hi all! I want to make an import script which allows users to upload their excel file (extension not important) to my php application. The application should reconize a list of items (so far so good). The difficulty in this case is that the excel files contain images...I've read information about phpexcel library but it does not say anything about images.
Anybody ideas?
Regards, Marcel
© Stack Overflow or respective owner