Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
- Subject: Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
- From: "Michael A. Crawford" <email@hidden>
- Date: Mon, 24 Aug 2009 06:31:17 -0400
Thanks to Kyle for the 'where' and to Graham for the 'how'.
-Michael
On Aug 18, 2009, at 11:08 PM, Kyle Sluder wrote:
Coming at it from the point of NSTableView is attacking from the
wrong direction. You should be exporting your model data as CSV; a
controller (in your case, likely an NSArrayController subclass that
takes the place of your existing NSArrayController—or perhaps your
NSDocument subclass) should be doing the exporting.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden