Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1078373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:42:50+00:00 2026-05-16T21:42:50+00:00

i was wondering what really happen behind the scene when i write a file

  • 0

i was wondering what really happen behind the scene when i write a file with mime type like this application/vnd.ms-excel

i mean i export to excel like this:

  gridView.Page.Response.Clear();

        gridView.Page.Response.Buffer = true;



        gridView.Page.Response.AddHeader("content-disposition",

        "attachment;filename=GridViewExport.xls");

        gridView.Page.Response.Charset = "";

        gridView.Page.Response.ContentType = "application/vnd.ms-excel";




        StringWriter sw = new StringWriter();

        HtmlTextWriter hw = new HtmlTextWriter(sw);



        gridView.AllowPaging = false;
        gridView.AllowSorting = false;
        gridView.DataBind();
        gridView.RenderControl(hw);




        //style to format numbers to string

        string style = @"<style> .textmode { mso-number-format:\@; } </style>";

        gridView.Page.Response.Write(style);

        gridView.Page.Response.Output.Write(sw.ToString());

        gridView.Page.Response.Flush();

        gridView.Page.Response.End();

i know excel files have specific format.so i was wondering how it gets done behind the scene ?
what i think of is it just generate HTML and paste it into EXCEL and its not really exporting to EXCEL format ?

can any one correct me if im wrong ? or tell me what really happens behind the scene ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T21:42:50+00:00Added an answer on May 16, 2026 at 9:42 pm

    Nothing magical is happening – you are indeed just generating HTML; the MIME type is merely there to indicate which application should handle the data. The operating system and browser work together on that front, so when the browser sees a response with that MIME type, it opens Excel for you.

    If instead of following whatever link might generate this request, you did a Right-Click-Save-As, you’d just end up with HTML in the file. It’s not like ASP.NET is translating it into Excel’s native format behind the scenes.

    Just on a general note, if you’re interested in seeing what goes on like this, you might want to run either Fiddler (a diagnostic proxy) or Wireshark (a network sniffer) – both will let you see what data is being exchanged between the browser and the server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've seen it happen reasonably often: I write an application in Delphi and when
Being really new to wx, I'm wondering if there is an IDE (especially for
I'm really new to erlang and I'm wondering how to manipulate xml. I've found
I've got a really weird problem and i'm wondering if it's a visual's bug
I haven't really looked into the new .NET stuff since 2.0, but I'm wondering
Wondering if anyone can help me with this annoying but trivial (in terms of
I have this really random problem with is bugging me. It works at the
I was wondering if someone could do me massive favour.. I really don't understand
Wondering if anyone has gotten the infamous database is locked error from Trac and
Wondering if there is any Text to Speech software available as a plug in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.