Web developer displaying an excel file and editing?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason

    Web developer displaying an excel file and editing?

    I am wanting to display an excel file on the web and allow it to be
    editable and be able to be saved online through the web.

    Any way to do this?
    thanks.
  • Herfried K. Wagner [MVP]

    #2
    Re: Web developer displaying an excel file and editing?

    "Jason" <paul814@excite .comschrieb:
    >I am wanting to display an excel file on the web and allow it to be
    editable and be able to be saved online through the web.
    I doubt that this is possible because the Excel file is downloaded and the
    local copy is presented for editing. However, you may want to transform the
    data from the Excel sheet to an editable Web page (either by writing HTML
    code directly or by using ASP.NET's controls) and save the changes to the
    Excel file on the server when a postback occurs. However, note that
    automating Office on the server-side is not a supported scenario.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...