+ Reply to Thread
Results 1 to 2 of 2

opening excel file in different stations

  1. #1
    Registered User
    Join Date
    08-27-2009
    Location
    Gib
    MS-Off Ver
    Excel 2007
    Posts
    62

    Question opening excel file in different stations

    Hi,
    I linked an excel file to my website.
    There is a problem opening the file in different stations/computers.
    in the first staion, it works fine , it can be open as an excel file,
    but in the other station in opens the file as a compressed (zipped) folder and then when I press the "open", It asked to save the file.
    there is an attched file so it will be more clear.
    can someone tell me why it works like this? what is the different configuration between the computers that causes the file to open differently?
    how can I solve it ? so it will open the file as an excel and not compressed (zipped)
    hope you can help it's a big issue,
    thank
    Attached Files Attached Files
    Last edited by Abroza; 09-03-2009 at 09:15 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: opening excel file in different stations

    Hi,

    you can find an explanation of the phenomenon and solutions here:

    http://www.webdeveloper.com/forum/sh...hreadid=162526

    Executive summary:
    The new Office 2007 file formats are now using an Open XML file format system so they are more compatible with other office programs from Google, Open Office...etc. Essentially they are ZIP files that are full of XML files that when opened with the a proper application turn into a friendly word document. While that's pretty nice of Microsoft, they haven't been to good about release MIME type information for these file formats which can cause some interesting issues when trying to upload and download them to a webserver.

    I stumbled onto this problem while I was working with MediaWiki. I was uploading Office 2007 files (docx to be precise) and when my co-workers went to download them on Vista, they would save as .zip files. When they tried to open them up they were just a bunch of XML files which to the untrained eye would be a bunch of gobbledygook.

    [...]

    Since Office 2007 is new and Vista is new a web server isn't going to know what application runs what file extension. At some point Microsoft will release an update (I hope) but until them we can just add in the appropriate MIME Types to our web servers and that should give us the results we want.

    I put up the list of office 2007 file extensions and their MIME Types on to the server hosting my MediaWiki and just like that everything worked. Here is the list of Office 2007 MIME type associations you can add if you run into this same problem.
    follow the link above for more info.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1