how to provide list of sheets of file in combo box ?
        Posted  
        
            by angel ansari
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by angel ansari
        
        
        
        Published on 2010-04-24T12:50:44Z
        Indexed on 
            2010/04/24
            12:53 UTC
        
        
        Read the original article
        Hit count: 234
        
c#
Hi,
I have to load excel file into sql server i use window application so i select filepath in textbox when click button using fileopendialogbox my problem is that i want ot provide list of sheets of file in combo box.
so user can select appropriate sheet to upload. Because it may possible that there are many sheets in file and tool doesn’t know which one to upload.
© Stack Overflow or respective owner