CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: GremlinSA

Search: Search took 0.09 seconds.

  1. Re: get Excel Worksheet names with SQL Query ??

    I was given this code to return the Excel Worksheet names from an excel file using SQL's TableSchema..


    Dim oledbconn As New OleDbConnection
    Dim strConn As String
    ...
  2. Re: get Excel Worksheet names with SQL Query ??

    Thanks George..

    Its a handy tip..

    However that does not help.. I think i didn't give enough info originally..

    Clients will be uploading Excel Files on to the Web Server, and a ASP...
  3. [RESOLVED] get Excel Worksheet names with SQL Query ??

    I'm using the following code to retrieve data from uploaded Excel Spreadsheets, however the specs we got says "Worksheet named 'Sales' or something simular" .. The sample files we got have 3 names...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured