Is there an Excel viewer for Mac OS X?
Is there an Excel viewer for Mac OS X? I understand that the OS X developer tools are free and the Excel format is documented and I can teach myself Objective C on the web and set "write Excel viewer" as my first assignment, but I am hoping for a solution with a lower activation energy.
7 Answers
Though not perfect: in Finder simply press the Spacebar to activate Quick Look, which offers a read-only view of many file formats without requiring to have the file's application installed.
4You can use the Office Web Apps instead, which also allows you to edit files. You just need a Microsoft Account (you can use any email address to make one, I think). Just pop the Excel file in your OneDrive space and open it from there.
Here's an example file that I have publicly shared.
Numbers (from iWork) s capable of opening .xls and .xlsx files.
OS X 10.7.4 opens up Excel documents in Preview without the need for other software. Obviously you can't edit it but it's fine for viewing.
OpenOffice or NeoOffice (the Native MacOS X port of OpenOffice) can read/write all MS Office files, including Excel files, and much more.
I can teach myself Objective C on the web and set "write Excel viewer" as my first assignment ...
As already stated in other answers, you can use Apple's "Numbers" to open Excel files, but creating or modifying Excel files programatically is a different story; you might need to have the appropriate tools (SDKs etc.) installed to do that. May I ask what tutorial you're following?
If the guide has prerequisites, it should specify how to meet them. (Depending on what exactly you want to accomplish, this might actually be a question better asked on StackOverflow).
2If you are just wish to view the excel data, quicklook in Mac seems to be better option. As given above, right click on the file in the 'Finder' and try QuickLook, s given above.
1