The company I work for has a Window application that includes integrated word processing and spreadsheet components. We use TextControl and FarPoint for the implementation. We have been developing an OS X counterpart for this application. The word processing functionality is actually pretty easy--the standard multi-line text view makes a very credible word processor. However the spreadsheet is a rather significant challenge. While there are open-source spreadsheet projects (gnumeric, kspread, OpenOffice, etc.) none of them use the native Cocoa look-and-feel, nor do they expose the spreadsheet as a component that can be embedded into an NSView.
So here's my question: Does anyone know of a spreadsheet component for OS X? It doesn't matter if it's OSS or closed-source, as long as it works. We need all of the basic functionality of Excel except for macros. Graphing would be nice, but not mandatory. Something similar to the solver would also be beneficial.