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: Kyle Sluder <email@hidden>
- Date: Tue, 18 Aug 2009 20:08:46 -0700
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