Problems of reading Excel 2003 using Oledb
        Posted  
        
            by Tim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tim
        
        
        
        Published on 2010-05-14T22:16:55Z
        Indexed on 
            2010/05/15
            1:34 UTC
        
        
        Read the original article
        Hit count: 401
        
I tried to use Oledb to open Excel 2003. Looks like I can read most of data, but for some cells (such as number), the value returned is Null. Any suggestion?
My connection string: ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=Excel 8.0;"
© Stack Overflow or respective owner