Numbers can't open Excel files generated by SQL Reporting Services

Hi
I have an issue with Numbers '09 not being able top open certain Excel files. The Excel files in question are XLS files (not XLSX) and come from SQL Reporting Services. They open fine with Excel on the Mac and on Windows - but Numbers on both the Mac and iPad pops up with an "Invalid file format" when trying to open them.
I see this as a problem with Numbers and would like to send Apple an example file so they can look at improving their Excel file support but I can't find anywhere to do this.
Do Apple monitor these forums? Has anyone else experienced this issue?
Thanks in advance,
Mike.

Thanks
I compared the beginning of your file to the beginning of two XL ones which are on my machine (in fact, they are files created with openOffice).
You may see that there are many differences.
They may explain the different behaviour.
If someone is able to drive Excel with an AppleScript,
he may write a script opening your document in Excel,
saving it
opening the newly saved file in Numbers.
As I don't own Excel, I ignore its required syntax so I can't write a clean script.
If the XL's syntax is the same than the Numbers one, this quick and dirty one may do the trick :
set aFile to (path to desktop as text) & "Treatment Report No Header.xls"
tell application "System Events"
set aName to name of disk item aFile
end tell
tell application "Numbers"
open file aFile
save document 1 (* maybe save document aName *)
close document 1 (* maybe close document aName *)
end tell
tell application "Numbers"
open aFile
end tell
Yvan KOENIG (VALLAURIS, France) dimanche 6 juin 2010 17:18:27

Similar Messages

  • Numbers can't open excel files that requires a password

    How can I open an excel file that requires a password? I recently purchased the 'Numbers' program and I get an error message saying that Numbers cannot open an encrypted file. However, I can open and view the file (but not edit).
    Apple needs to fix this!
    Any suggestions on how to open a password protected file using Numbers?
    Thanks,
    Curtis

    Thanks
    I compared the beginning of your file to the beginning of two XL ones which are on my machine (in fact, they are files created with openOffice).
    You may see that there are many differences.
    They may explain the different behaviour.
    If someone is able to drive Excel with an AppleScript,
    he may write a script opening your document in Excel,
    saving it
    opening the newly saved file in Numbers.
    As I don't own Excel, I ignore its required syntax so I can't write a clean script.
    If the XL's syntax is the same than the Numbers one, this quick and dirty one may do the trick :
    set aFile to (path to desktop as text) & "Treatment Report No Header.xls"
    tell application "System Events"
    set aName to name of disk item aFile
    end tell
    tell application "Numbers"
    open file aFile
    save document 1 (* maybe save document aName *)
    close document 1 (* maybe close document aName *)
    end tell
    tell application "Numbers"
    open aFile
    end tell
    Yvan KOENIG (VALLAURIS, France) dimanche 6 juin 2010 17:18:27

  • Some users can't open Excel files. It is trying to open it in Internet Explorer "An error has occurred. Please try again."

    I have some users in my company that can't open Excel files from any document libraries on SharePoint 2010. The receive the error message "An error occurred. Please try again."  We don't currently use the Excel calculations services. When
    a user opens an excel file they are prompted to either Read Only or Edit.
    This affects less than 5 people in a large company.  They have the Full Control permissions and have been able to open the files previously.  There has been no changes made to the server either.  I can't find anything that points to this in the
    event viewer. 
    It doesn't matter if which computer that they try to open this up from either.   All computers are Windows 7 Professional with IE 9 and Office 2010 x64.   
    I can't find anything that points specifically to this exact error. None of the excel files contain pivot tables.    This one has me stumped.

    I would make sure no one has open on machine / locked on machine (Would assume you checked this, but wanted to add)
    Also would have assumed you restarted the machines (:))
    Make sure the file security did not change (check to ensure no one changed the sercuity of the excel)
    Make sure the version of excel is the same (Changing from 2010 back to 2007 affects the file, etc.. on convert) that no one converted and saved thus causing error in file.
    Can they open other excel files?
    It sounds like the excel file it self has changed if you cannot see issue in SharePoint logs.
    If it is all SharePoint excel files - try deleting one persons access and readding them to see if that helps.
    SharePoint has issues ;)

  • Can someone suggest some good books for sql reporting services (SSRS) 2012 or above?

    Hi Everyone,
        Can someone suggest some good books for sql reporting services (SSRS) 2012 and above? I ave been working on ssrs for past 2 months and have a basic understanding of ssrs.
    Regards
    Regards

    Hi,
    you can look for below options;
    http://www.amazon.in/Microsoft-Server-Reporting-Services-Recipes/dp/0470563117#reader_0470563117
    http://www.goodreads.com/book/show/18147604-learning-sql-server-reporting-services-2012
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

  • Can't open Excel files with Numbers

    Hi,
    I'm having troubles when I try to open Excel files with Numbers. The iWork program simply shuts down and a message appears, telling that a "sudden problem happened".
    Can anyone help here? I really appreciate.
    Rafinha

    Hi Rafinh,
    Welcome to Numbers discussions.
    Numbers will open Excel documents. Sometimes deleting the Numbers Preference file will do the trick. Close Numbers then delete the Numbers preference file: home > Library > Preferences, com.apple.iWork.Numbers.plist
    In the upper right of this window click Search thousands of questions have been asked and answered.
    These Discussions are enduser helping enduser, not Apple employees answering questions. Questions will be answered when a enduser such as yourself finds time, desires to, knows the answer along with the time to respond.
    Again, welcome to Numbers Discussions, have fun here.
    Cordially,
    RicD

  • Can't open Excel files from Sharepoint 2013

    I am having an issue with opening Excel files from SharePoint 2013. If I click on an excel file it comes up with the error below.
    If I click Try again I get the message below also:
    If I try to open Word or PDF files they open correctly in the appropriate client and I have the option of checking them out and editing them. Any ideas why this would only be happening to Excel files?
    Thanks,
    Shaun

    Hi Shaun,
    I understand that the Excel files cannot be opened from SharePoint in Microsoft Excel.
    Can these files be viewed in the browser?
    I recommend to download a copy of the files with issue and then open them in Excel to see if the issue still occurs.
    If above cannot work, I recommend to repair Office.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Can't open Excel File manually after MS Project has opened it via VBA

    I was testing a section of code I got from a forum that opens a Excel Workbook via MS Project VBA so that I could use it to update a Excel Workbook that I have. The macro opens the Workbook as intended but the main problem I'm encountering is that
    after I've run the macro, saved and closed the Workbook again, I'm unable to open it manually either from Recents or directly from folder location. I'm using Project 2010 (non Server) and Excel 2010 - Windows 7.
    I'm also having trouble getting it to select "Sheet2" of the Workbook when it opens so I've Commented it out, but it would be a bonus if someone could shed some light on that one as well.
    Edit: I worked out how to select the Sheet...I've updated the code Below. 
    Sub OpenTest()
    Dim xlApp As Excel.Application
    Dim xlWkb As Excel.Workbook
    Set xlApp = CreateObject("Excel.Application")
    Set xlWkb = xlApp.Workbooks.Open_ ("C:\Users\myName\Desktop\Export Test1.xlsx")
    xlApp.Visible = True
    xlApp.Sheets("Sheet2").Select
    Set xlWkb = Nothing
    End Sub
    Thanks!
    Matt

    Matt,
    Actually your macro code works fine and I can re-open the file without problem.
    I don't recall asking in your other post but do you have SP2 installed for Project 2010? And, do you have SP2 installed for Office 2010, which will cover Excel? They are separate updates. It would also be a good idea to install the June 2013 cumulative update
    for Project 2010 as it was released after SP2 and it does fix some VBA issues as I recall.
    As I indicated, your code works fine on my PC which is also Project 2010, Office 2010 and Windows 7. Try this. After you run the macro and then save and close the workbook, does Excel also get closed automatically? If it does, (and it should), after you
    close the workbook, take a look at the applications manager to see which Windows applications are currently running. Does Excel still show up?
    John

  • Can't open excel files

    Certain ms excel files won't open. These files are generated from our database and emailed. They open fine on a PC. Any ideas anyone?

    These are the viewable file types on the iPad - as email attachments.
    Viewable document types: .jpg, .tiff, .gif (images); .doc and .docx (Microsoft Word); .htm and .html (web pages); .key (Keynote); .numbers (Numbers); .pages (Pages); .pdf (Preview and Adobe Acrobat); .ppt and .pptx (Microsoft PowerPoint); .txt (text); .rtf (rich text format); .vcf (contact information); .xls and .xlsx (Microsoft Excel)
    If the Excel files are saved correctly and have the correct file extensions, perhaps they are too large for the iPad to open. I have found that large Excel files either will not open - they continue to load with the spinning wheel - or they will crash my iPad.
    A PC has operates with much more RAM than either iPad does. In my experience, The iPad just cannot handle a very large file as a mail attachment - it will either crash the mail app or it will not open.

  • Can't Open Excel Files in iOS 6

    One of my co workers upgraded to the new iOS 6 last week and now they can't open some of the Excel files from their iPhone 4S.  I can open the file with no problem, I have iOS 5.1.1 iPhone 4S.  iOS 6 can open some of the excel files, but I know it can't open them all.  Some of the .xlsx files will open but some can't.  Anyone else having this problem?

    Here is the pic of what happens why he opens the file on iOS 6.  It does not go any further.  I open it fine with no problems, I am on iOS 5.1.1

  • Help!!! Can't open Excel file on Curve 8530

    Hi Everyone,
    I can not open an excel file from a web page when I'm using my Telus web browser. When I click on it it just goes to a blank white page on the internet of coding. I have excel installed on my phone with "Sheet to Go". I'm operating on the 5.0.0.654 system and my phone says there are no updates for me. Just wondering if anyone has any idea of what I can do! I would really REALLY appreciate it.
    Thanks,
    Caitlyn 

    Download the Excel file to computer and either use it there or email to yourself as an attachment, then you will be able to open it on the BB.
    Blackberry Best Advice - Back-up weekly
    If I have helped you please check the "Kudos" star on the right >>>>

  • How come I can't open Excel files from a Windows computer on my Mac?

    My roommate created several Excel spreadsheets on his Windows XP computer and saved them. I put a USB drive in his computer and copied those files to the USB drive and then placed the USB drive in my MacBook. When I go to open the file, it indicates that the files are being used by another user and that it can't open them. What's going on?

    What happens if you copy them to the computer and eject the USB drive?

  • Can't open excel files sent from windows xp pc

    sending excel files from pc via msoffice and when received on imac (mail v2.1) file is a '.dat' file, not a format that excel can open. should be a '.xls' file. file is sent as an attachment to an email from ms outlook on the pc.
    get same result when sending to entourage on the mac.
    msoffice v.X is installed on mac. msoffice 2002 is installed on the pc.
    any ideas on where the problem is would be greatly appreciated.

    I am also using Office for the Mac and I never had such an issue. I have received hundreds of excel files from pc users and same number of files from mac users.
    The problem that you have is somewhere else. You may need to check at :
    http://www.entourage.mvps.org/faq_topic/attachments.html#att7

  • OFFICE 2010 can not open EXCEL files by double click, only File Open....

    Hi:
    I am using WIN7 ultimate 64 bit and excel 2010 (office 2010 Pro plus).
    I can not open any excel file(.xls and .xlsx) with a double click on the file. if I double click on the file, the application launches and excel starts, but no file is loaded and no error message, I have to manually go file open and select the file and
    then it opens correctly...
    I have tried every solutions I can find from internet, but none worked....
    1.Repair the office 2010 instalation.------doesn't work.
    2.Right-click the file >>Select "Open With" and select [Excel 2010]>> Check always use this program. ------doesn't work.
    3.Options>>Advanced>>General section>>unchecked "Ignore Other Applications that use Dynamic Data Exchange (DDE)".------doesn't work.
    4.Run>> input "Excel /regserver". ------doesn't work.
    5.Create new user profiles.------doesn't work.
    6.Delete EXCEL folder under "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\".------doesn't work.
    Is there any other solutions can fix this problem? Any help are appreciated. 
    Yong.

    Hello Yong,
    Thanks for posting in our forum. Seems you've already tried lots of things, and I can see that those are all steps that reportedly have worked for others.
    Here is one more thing that you might want to have a try:
    Open Registry Editor
    Go to the registry key HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command
    Highlight the key, select the (Default), select "Modify..."
    from the pull-down menu and then enter the value below: "C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE"
    "%1" (include the quote marks)
    Then OK your way out
    Please have a try and feel free to post back.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • FileVault + USB Flash drive = can't open excel files

    I can't open files in Excel that are stored on flash drives (I have several flash drives with the same files) in my account that has FileVault enabled.
    The files open just fine when copied to the Desktop.
    Same flash drive, same computer, same Excel, different user (no FileVault), no problem.

    I don't think it was FileVault per se. I managed to recreate the issue in a user account not protected by FileVault.
    I have my drive partitioned, and one of the partitions is named "Fun". If I then connect another disk named "Fun" (or a disk image with that name) and then try to launch an Excel file from that other disk I get the error.
    The problem seems to be in the way Excel is resolving the paths of files it's opening. You can use this Apple Script to see what I mean:
    tell application "Finder"
    return name of every disk
    end tell
    When run this will show you the names of every disk mounted. When I run it I see the following:
    {"Backups", "Fun", "Fun", "Workdrive", "work"}
    You can see there that I have two disks named fun. When excel tries to open a file called "test.xlsx" on my external disk named "Fun", it uses the path "fun:test.xlsx". This path causes confusion because there are two disks with the same name. I suspect it's more a problem with how Excel identifies files and volumes. Other applications (including older versions of Excel) must be doing it differently.

  • I can't open excel file on a mac!

    Hey All,
    I have been working on an excel file using both a mac and a pc. However, today I can't seem to open the file on my macbook (snowleopard) but I CAN open it on a PC. What is going on? I need to be able to open the file on my mac and a pc. At first I thought it was because I am running out a memory on my mac, however I tried opening the file on a desktop mac with a lot of memory, but the same thing seems to happen. Does anyone have any ideas what is going on????

    Yes, use the SL retail disc; hold down the C key on start up (wait for the chime if it's a bluetooth keyboard) until the Apple logo appears.
    OK the language page, then ignore the installer and go to the menu bar, Utilities menu > Disk Utility.
    Booted from the DVD you will now be able to use the 'Repair Disk' button to repair the HD.
    Run 'Repair Disk' again after repairs have been reported, until the green message "The Volume Macintosh HD appears to be OK" appears.
    Then Quit DU, quit the installer and restart from Macintosh HD.
    There should be no loss of data, but you should always have a backup of that anyway.
    If a message appears saying DU can't repair the drive, repost here for further instructions.

Maybe you are looking for

  • Downpayment  and then invoice (milestone)

    Dear Frnds,                     I have a few issues working with billing plan............pls do assist I am currently using Milestone billing plan for customer transactions. The client  billing plan has booking amount, next installment and Final inst

  • Layered menu buttons not working when built.

    I have a project that has one menu and one track. The menu has 7 buttons linked to 7 different markers in the track. When I run the simulation in DVD SP, the buttons link fine, and play as they should...but when I build the project and run it in DVD

  • Nomad Jukebox Zen NX Durability--W

    I have a Nomad Jukebox Zen NX 20 Gig player and it has served me well. But heres a testimony to that claim that is unsurpassed in my mind-- I have a radio in my bathroom that i listen to when i'm getting ready, so i brought my player in with my radio

  • Invoice Amount should not exceed Revenue Amount

    Hi, We are using COST/EVENT distribution rule and Billing Assignment is Cost To Cost Revenue for Contract Projects. Is there any way to control the revenue, so that revenue amount does'nt exceed Invoice Amount. This is a client's requirement. If this

  • How to blur (non-moving) objects in video

    Hi - I've been trying for 2 hours to just blur something out of a video to no avail, using rectangle mask, then 'gaussient' filter. All I see on the screen, even after increasing the "amount" of blur to maximum setting, is a red rectangle. The blur e