• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
      • From: "Michael A. Crawford" <email@hidden>
References: 
 >I need to convert NSTableView data into something suitable for consumption by a spreadsheet (From: "Michael A. Crawford" <email@hidden>)

  • Prev by Date: Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
  • Next by Date: Throwing NSException in custom linked framework?
  • Previous by thread: Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
  • Next by thread: Re: I need to convert NSTableView data into something suitable for consumption by a spreadsheet
  • Index(es):
    • Date
    • Thread