Read Data From an Excel File (.xls/html/.xlsx) in ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Manikgisl
    New Member
    • Oct 2008
    • 37

    Read Data From an Excel File (.xls/html/.xlsx) in ASP.NET

    HI

    We need to open the excel document which may contian different versions

    .xls
    .html format
    .xlsx
    .csv

    The problem:

    we are developing online test application...F or that the we prepare questions and answers thru import d excel and load into database


    While creating a fresh question for fresh test for No problem...the format will be .xls
    if we had already questions for that test ......we usually export to excel and allow to enduser to add the questions and answers...

    While exporting to excel it get exported as html format.


    pls help me out.......
    Either opening excel document for reading (.xls/html/.xlsx)

    Either while export it will get export to normal excel document


    The Application is not working in asp.net

    we searched but we code for export to excel in the html format



    Thanks in advance


    Regards,


    Mani
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Googling Excel ASP.NET gives several examples of these sort of operations. Have you tried these examples?

    Comment

    Working...