Saving and using excel files in Numbers.

I have saved Numbers files as Excel files. and then saved them to Dropbox. They are .xls files.
My associate uses a PC and his Excel files are .xlsx files. 
I can open his files.
How can he open mine?
We are sharing info on a file.

no problem!
if you have an excel document on your mac or pc that you want to view only, email it to yourself from your desktop, open the email onyour iPad, and touch the attachment - it will open as a view only file so all the cell formulae etc are hidden, you just see the visible elements.
if you want something you can use to edit, i use an app called Office2 (that's a superscript "2" or 'Office squared'. I'm using the iPhone version on my iPhone and iPad, It's currently £3.49 on the iTunes app store. But I see there is now an iPad version (HD) available for a fiver.
Basically, you do exactly the same as above but when you touch the attachment in the email, if Office2 is installed there is an option at the top asking which app you want to open it in. Choose Office 2 then you can open, change, save, mail it back to yourself.
i don't use very large excel files, but it works for me!!
enjoy
paul

Similar Messages

  • I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me?

    I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me? Already changed the extension of the excel document to xlsx an now gives an unknown import error.

    In Excel have you tried saving directly to xls (not xlsx) and opening the xls in Numbers?
    If you have a complicated workbook in Excel that uses lots of Excel's advanced features, Numbers may not be able to handle the import.  It does pretty well on basic things, though.
    If you're just trying to get data into Numbers, then often copy-paste from Excel is easier than trying to open xls files.
    SG

  • Edit an Excel file in Numbers '09 and save to Excel

    When I open an excel file with numbers and then make a change, I can't simply save the file by pressing command-s because that brings up the "saving as" dialog.
    Is there a reason why this is happening? Can't Numbers just overwrite the existing excel file?
    It's not a huge inconvenience buy an unnecessary one.

    Like most applications, Numbers assumes you want to save in the native format for that application. If you want to open, edit and save in MS Excel format, logic would suggest that your best course would be to use MS Excel.
    That said, it's probably possible to write an AppleScript that would perform the steps necessary to do what you want with only a single menu choice needed.
    Or you could export (rather than Save) the file. That's a menu choice plus three click process, though.
    Regards,
    Barry

  • I need to open and use Excel and Word files on my iPad, which software need to get?

    I need to open and use Excel and Word files on my iPad, which software need to get?

    The options include :
    Apple's Pages app for Word docs and Numbers for Excel spreadsheets
    There are also third-party apps which support both word and excel in the one app e.g.Documents To Go and QuickOffice HD

  • Can't open excel file after saving and closing excel with activex

    I'm using activex to write and save excel files in LabVIEW. My application opens excel (not visible)writes a file, saves it, and then closes both the file and excel. When I try to open the file Excel opens but the file is not displayed, I see the excel header and footer but the file itself does not display. My application is still running at this point. Any suggestions?

    It is critical when using ActiveX with Excel that ALL refnums be properly closed when they are no longer used. Just a single refnum left open will cause the exact situation that you describe. Typically, but not required, the refnums will be closed in the reverse order in which they were created. Here is a good sequence:
    Open Application ref
    Property Workbooks ref
    Open Workbook ref
    Close Workbooks ref
    Select Sheet ref
    Select Range ref
    Write Value2 to Range
    Close Range ref
    Close Sheet ref
    Save Workbook
    Close Workbook ref
    Close Application ref
    When you have properly closed all refnums, the problem will disappear.
    Michael Munroe
    Certified LabVIEW Developer
    www.abcdef.biz
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • Batch Convert From Excel Files To Numbers?

    Is there any way to batch convert all my excel files into numbers files without individually opening each document and saving it out?
    Thanks,
    -Reuben

    Hello
    Here is a script which does the job for one document.
    I leave as an exercise [ ] it's insertion in a loop treating the docs stored in a given folder.
    --[SCRIPT]
    property theApp : "Numbers"
    set docAW6 to (path to desktop as Unicode text) & "Chèques_bidon.cwk"
    set nw to my getNbWindows()
    tell application "Numbers" to open file docAW6
    repeat (* wait until the file is really open *)
    if my getNbWindows() > nw then exit repeat
    end repeat
    (* click the button "drop advertisements" *)
    tell application "System Events" to tell process theApp to click button 2 of sheet 1 of window 1
    delay 0.2
    (* Opens the Save dialog *)
    tell application theApp to activate
    tell application "System Events" to tell process theApp to keystroke "s" using {command down}
    delay 0.2
    (* click the button Save *)
    tell application theApp to activate
    tell application "System Events" to tell process theApp to click button 1 of sheet 1 of window 1
    delay 0.2
    (* close the doc's window *)
    tell application theApp to activate
    tell application "System Events" to tell process theApp to keystroke "w" using {command down}
    on getNbWindows()
    tell application "System Events"
    tell process theApp to set _ to count of windows
    end tell -- application System Events
    return _
    end getNbWindows
    --[/SCRIPT]
    I don't put checks so it's your responsability to activate the GUI scripting.
    Yvan KOENIG (from FRANCE mercredi 26 septembre 2007 21:00:14)

  • Opening Excel files in Numbers

    I am a rookie Apple user. When I purchased my MacBook Pro I was assured I could open my Excel files in Numbers. Well, I have tried to email the files and have burned them to a disc and either way they will not open in Numbers. I get an error message that the files are encrypted. My Word files on the same disc/email open with no problem so there is no encryption that I am aware of. The Excel file that I am trying to open is a report template with 4 linked pages in a "book" Other than dates there are no numbers. All fields are designated for text. I have tried to open the blank saved templates as well as completed and saved reports to no avail. Is this issue because it is a "book"? Is it because it is mostly text? or what???
    If this issue cant be resolved is it worth getting Office for Mac so I can use my excel files? (must stay with Excel because of work) I have heard it causes a lot of issues (freezing/slowness) just as if you were running it on a PC (although I only had such issues when my software/computer was too old). Any input would be helpful. Thanks in advance!

    I am a rookie Apple user. When I purchased my MacBook Pro I was assured I could open my Excel files in Numbers.
    You where too optimistic. Numbers is able to open many Excel files using a format which was availabler in august 2007 when it was 'finished'.
    Well, I have tried to email the files
    To mail an iWork document, we must compress it as a .zip archive because several mail applications are unable to transfer folder (an iWork document is a package which is a special kind of folder).
    and have burned them to a disc and either way they will not open in Numbers. I get an error message that the files are encrypted.
    Given the structure of iWork documents, we can't open them from a read only device. The message is wrong. Copy the document on a read-write media and you will able to open it.
    Yvan KOENIG (from FRANCE mercredi 5 novembre 2008 18:52:53)

  • I have office for Mac on my iMai have Microsoft works on my iMac and use excel a lot. Can I use it on my iPads?

    I have office for Mac on my iMac and use excel a lot. Can I use it on my iPads?

    All of the "Office" document editing applications on the iPad have limitations.  Best try them out to see if they meet your needs.
    Free apps
    Apple iWork
    iWork by Apple  -- free with newly purchased iPads
    Keynote
    How to compose PowerPoint presentations that are compatible with iPad Keynote presentations. http://www.pchelps.com/2011/06/from-pc-to-ipad-creating-presentations-that-work/ #comment-2234
    Numbers
    Pages
        http://www.imore.com/how-get-all-iwork-apps-iphoto-and-imovie-free-eligible-ipho ne-or-ipad
        iWork for iCloud Beta
        https://www.apple.com/iwork-for-icloud/
    Citrix ShareFile QuickEdit
    "Is the simplest document-editing tool available for iOS devices. Open, view, create and edit Microsoft® Word, Excel® and PowerPoint® files — right from your iPod®, iPhone® or iPad®!" Was Office² HD.
    https://itunes.apple.com/gb/app/id364361728?mt=8
    Kingsoft Office
    "Read, edit PowerPoint files, and read Word documents on your iPhone or iPad, Share it by cloud storage."
    http://www.kingsoftstore.com/office-free-ios
    Microsoft Office
    Microsoft read only apps for Excel, Powerpoint and Word.  To edit, you need a subscription.
       https://itunes.apple.com/us/app/microsoft-excel-for-ipad/id586683407?mt=8
       https://itunes.apple.com/us/app/microsoft-powerpoint-for-ipad/id586449534?mt=8
       https://itunes.apple.com/us/app/microsoft-word-for-ipad/id586447913?mt=8
    Quickoffice
    Quickoffice is an application available for iOS and Android tablets and phones that lets you view, create, and edit Microsoft Office, as well as view and annotate PDF files. Connect Google Drive to Quickoffice for cloud storage so that you can easily access and edit files from your tablet, phone, or computer and know that your files are always up-to-date
    https://support.google.com/quickoffice/answer/2986862?hl=en&ref_topic=2986859
    CloudOn
    Client front end to a Microsoft Office running on a server
    "CloudOn brings Microsoft Office® to your iPhone & iPad and links it to your Box, Dropbox, Google Drive and SkyDrive accounts."  Free for a give number of documents.
    https://itunes.apple.com/us/app/cloudon/id474025452?mt=8
    Paid
    DocsToGo
    • VIEW/EDIT/CREATE Word & Excel files(Office 2007/2008/2010)
    • VIEW PowerPoint, PDF, iWork, Text, .RTF, and more!
    • Send & receive attached supported documents using the built-in Mail app
    • FREE desktop application with your purchase! Compatible on Win & Mac allows you 2-way file sync with a WIFI connection.
    • Open & Edit files within DocsToGo from any 3rd party app that supports the “Open In” feature
    • Supports iTunes File Sharing via USB cable for manually moving files
    https://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8
    Thanks to Texas Mac Man for pointing to this link.
    "Quickoffice Connect Mobile Suite and Documents To Go These two apps share an important feature: unlike Numbers, they can open, edit, and save an Excel spreadsheet without stripping out any data or formatting, even though they can’t display or edit all the existing information; spreadsheets can make the round trip from Mac to iPad and back safely, without losing anything."
    http://www.macworld.com/article/1159958/ipadspreadsheet.html
    Office 365
    Office Mobile for iPhone requires a qualifying Office 365 subscription
    * Edit - You can make quick edits to Word, Excel and PowerPoint documents.
    * Documents Remain Intact - Formatting and content remain intact when you edit Word, Excel, or PowerPoint documents on your phone.
    * Edit While Offline - Your device doesn’t have to be continuously connected to the network to work on an Office document that is stored online. You can view and edit recently used documents even while you’re offline. Your changes will be saved online when your device reconnects to the network or to Wi-Fi.
    * Create – You can create new Word and Excel documents on your phone.
    https://itunes.apple.com/en/app/office-mobile-for-office-365/id541164041?mt=8

  • Opening Excel files in Numbers 08

    I have just downloaded iworks08 to my new macbook pro. I have a trial edition of microsoft excel for mac downloaded as well. I have noticed that I am not able to open excel files in numbers 08. Is this true? Is it not feasible to open excel files in numbers o8? In addition, I have not been able to open numbers files in excel. Is this also true? I have used iwork 09 trial, and noticed that you are able to open and create excel files. I assume this was part of the upgrading from 08 to 09 iworks.
    Could someone please confirm the above questions? In addition, is there any way to open and/or create excel files in numbers 08? Thank you.

    mlnott wrote:
    I have just downloaded iworks08 to my new macbook pro. I have a trial edition of microsoft excel for mac downloaded as well. I have noticed that I am not able to open excel files in numbers 08.
    It depends of the format used to save them.
    I have not been able to open numbers files in excel.
    Normal, the default format is Numbers only.
    I have used iwork 09 trial, and noticed that you are able to open and create excel files. I assume this was part of the upgrading from 08 to 09 iworks.
    There are few changes on this subject.
    Is there any way to open and/or create excel files in numbers 08?
    For open see response above.
    To create Excel file with Numbers '08, use the Export menu item.
    I wish to add that with every copy of iWork '08, Apple deliver well done PDF *_User Guides_*.
    Yvan KOENIG (VALLAURIS, France) dimanche 11 avril 2010 21:39:07

  • Opening microsoft excel files in numbers

    I received these document warnings when I opened my Numbers '09 version 2.3 file:
    Missing File - pct256.tiff
    Missing File - pct259.tiff
    Missing File - pct202.tiff
    Missing File - thumbs/proto-thumbail-Sums Checklist.tiff
    Missing File - pct508.tiff
    Missing File - pct2510.tiff
    Missing File - pct504.tiff
    Missing File - thumbs/proto-thumbail-Basic.tiff
    Missing File - thumbs/proto-thumbail-Sums.tiff
    Missing File - thumbs/proto-thumbail-Plain.tiff
    Missing File - pct505.tiff
    Missing File - pct507.tiff
    Missing File - pct503.tiff
    Missing File - pct203.tiff
    Missing File - thumbs/proto-thumbail-Headers.tiff
    Missing File - thumbs/proto-thumbail-Checklist.tiff
    Missing File - pct506.tiff
    Missing File - pct257.tiff
    Missing File - pct258.tiff
    This file was imported from Microsoft Excel 2008 for Mac Version 12.3.6.
    Anyone know how I can get rid of the warnings and what they mean?

    mlnott wrote:
    I have just downloaded iworks08 to my new macbook pro. I have a trial edition of microsoft excel for mac downloaded as well. I have noticed that I am not able to open excel files in numbers 08.
    It depends of the format used to save them.
    I have not been able to open numbers files in excel.
    Normal, the default format is Numbers only.
    I have used iwork 09 trial, and noticed that you are able to open and create excel files. I assume this was part of the upgrading from 08 to 09 iworks.
    There are few changes on this subject.
    Is there any way to open and/or create excel files in numbers 08?
    For open see response above.
    To create Excel file with Numbers '08, use the Export menu item.
    I wish to add that with every copy of iWork '08, Apple deliver well done PDF *_User Guides_*.
    Yvan KOENIG (VALLAURIS, France) dimanche 11 avril 2010 21:39:07

  • Why can I not save my changes to an Excel file in Numbers?

    I opened an Excel file in Numbers and made some modifications.  Now, trying to save it to a numbers file, I get the message, "The file 'filename.numbers' couldn't be opened.  How can I save this file?

    oddly, i needed to restart my computer for another issue (i could not hear any sound no matter what i did).  luckily, apple has had the insight to include automatic recovery of files and i was able to re-open these applications and have my unsaved files intact.  even more strangely, i was able to save my file with the original name.
    as a pc & windows convert, this whole thing was a little disconcerting.  perhaps i am just used to that environment, but i have never had something like this happen there.  (though perhaps i have had other things... )
    thanks for the attempts to help!

  • Open and Save Excel Files

    Hi All,
    I need code of How to open and save excel file in local system in Oracle forms.
    With Regards,
    Chandra Shekhar

    Hello Chandra,
    Webutil can be used to achieve this functionality.
    STEPS TO FOLLOW
    ================
    1. Install and configure Webutil following instructions in the webutil manual
    and the readme file.
    2. Create a form with a block Eg. DEPT
    3. Create a button, and in that button put the following code -
    DECLARE
    application Client_OLE2.Obj_Type;
    workbooks Client_OLE2.Obj_Type;
    workbook Client_OLE2.Obj_Type;
    worksheets Client_OLE2.Obj_Type;
    worksheet Client_OLE2.Obj_Type;
    args Client_OLE2.List_Type;
    cell ole2.Obj_Type;
    j INTEGER;
    k INTEGER;
    BEGIN
    application := Client_OLE2.create_obj('Excel.Application');
    workbooks := Client_OLE2.Get_Obj_Property(application, 'Workbooks');
    workbook := Client_OLE2.Invoke_Obj(workbooks, 'Add');
    worksheets := Client_OLE2.Get_Obj_Property(workbook, 'Worksheets');
    worksheet := Client_OLE2.Invoke_Obj(worksheets, 'Add');
    go_block('dept');
    first_record;
    j:=1;
    k:=1;
    while :system.last_record = 'FALSE'
    loop
    for k in 1..3 /* DEPT has 3 columns */
    loop
    If not name_in(:system.cursor_item) is NULL Then
    args:=Client_OLE2.create_arglist;
    Client_OLE2.add_arg(args, j);
    Client_OLE2.add_arg(args, k);
    cell:=Client_OLE2.get_obj_property(worksheet, 'Cells', args);
    Client_OLE2.destroy_arglist(args);
    Client_OLE2.set_property(cell, 'Value', name_in(:system.cursor_item));
    Client_OLE2.release_obj(cell);
    End If;
    next_item;
    end loop;
    j:=j+1;
    next_record;
    end loop;
    /* For the last record */
    for k in 1..3
    loop
    If not name_in(:system.cursor_item) is NULL Then
    args:=Client_OLE2.create_arglist;
    Client_OLE2.add_arg(args, j);
    Client_OLE2.add_arg(args, k);
    cell:=Client_OLE2.get_obj_property(worksheet, 'Cells', args);
    Client_OLE2.destroy_arglist(args);
    Client_OLE2.set_property(cell, 'Value', name_in(:system.cursor_item));
    Client_OLE2.release_obj(cell);
    End If;
    next_item;
    end loop;
    Client_OLE2.Release_Obj(worksheet);
    Client_OLE2.Release_Obj(worksheets);
    /* Save the Excel file created */
    args := Client_OLE2.Create_Arglist;
    Client_OLE2.Add_Arg(args,'d:\test.xls');
    Client_OLE2.Invoke(workbook, 'SaveAs', args);
    Client_OLE2.Destroy_Arglist(args);
    /* release workbook */
    Client_OLE2.Release_Obj(workbook);
    Client_OLE2.Release_Obj(workbooks);
    /* Release application */
    Client_OLE2.Invoke(application, 'Quit');
    Client_OLE2.Release_Obj(application);
    END;
    4. Save the form and compile it.
    5. Run the form.
    6. Execute the query in the block.
    7. Click on the button.
    8. An excel file will be created in the d:\ directory by the name test.xls.
    Kind regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • How do i convert an existing excel file to numbers?

    Just got a mac and need to convert an excel file to numbers, how do i do that?

    You can try File > Open, navigate to the .xlsx or .xls Excel file and choose it. Depending on how complicated the worksheet is, you may have to make adjustments to it in Numbers.
    SG

  • How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tri

    How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tried to reopen and now it won't work. I am using Adobe InDesign CS5. It is the only version on my comp. I have tried opening on another comp & copying the file – same error comes up. PLEASE HELP

    First check the version of the document with Jongware's script "Identify.jsx" (ExtendScript/JavaScript).
    You can find it here:
    [Ann] Identify Your InDesign File
    If it is CS 5.5 or above, you need someone to open it in the version the script says and export an IDML representation from that. Another way would be to install a 30days version of CS6 or above (CC) and do it yourself.
    In regards of the script showing a result for InDesign files higher than CS6:
    CS7 = CC v9
    CS8 = CC v10 = CC-2014 or CC2014.1
    Uwe

  • Opening Excel file in Numbers

    I placed an Excel file in Numbers iTunes file area and synchronized, but no files are found when I open Numbers on the iPad. Please advise.
    jmf

    you need to tap the button that has an arrow pointing down into a half box |_|
    then you will see copy from iDisk, copy from iTunes, and i believe copy from WebDAV. tap copy from iTunes and you will find your file.

Maybe you are looking for

  • BAPI for Sales Orders items

    I'm looking for BAPI, which returns all items for sales order. Returned items must have included all information, which we can see in transaction va02 on card Item Overview I'll reward with points for good BAPI. BR Tomek

  • Help with modulus function

    if i hav the command fmod in c, can i replace it with % in java language?

  • Controlling Task expiry at User Level programatically

    Hi to all BPEL Guru's. Need some expert advice. I am using Oracle SOA Suite 10.1.3.4 on weblogic server 9.2 The requirement given to me says that, - Number of approvers for a task may vary on case to case bases, and needs to be pushed in the workflow

  • Iweb - Grayed out File menu - Help please!

    Hi, I am traveling away from home on a 3 week trip. I started up iweb on the plane yesterday and it wouldn't let me start a new page, or add anything. It is all grayed out. Is there something I am doing wrong? Problem is I don't have my ilife disk if

  • Error in LDAP as Authentication

    Hi Experts , I have set up LDAP as a authentication source for our CUP . But when I try to logon with my network id & password I receive error "User credentials not valid." Also one more issue is the Userid field doesn't allow to enter more than 15 c