Re: Copy to clipboard in tabular format?
- To: mathgroup at smc.vnet.net
- Subject: [mg117622] Re: Copy to clipboard in tabular format?
- From: Chris Degnen <degnen at cwgsy.net>
- Date: Thu, 24 Mar 2011 06:32:31 -0500 (EST)
- References: <imc92m$1iv$1@smc.vnet.net>
On Mar 23, 7:56 am, Dims <dim... at hotmail.com> wrote:
> Is it possible to format table in such a way, which while copying to
> clipboard, yields tabular format after paste (not namely Excel, but
> also Word, OneNote etc).
>
> I.e. I need to preserve table layout while copying.
>
> Thanks.
How about this:-
CreateDocument[
Panel[TableForm[{{"Version 5", "Over 1200"}, {"Version 6",
"Over 2100"}, {"Version 7", "Over 2500"}, {"Version 8",
"Over 3100"}}, TableSpacing -> {2, 2},
TableHeadings -> {None, {"Mathematica", "Functions"}}]]]
data source: http://blog.wolfram.com/2010/11/15/mathematica-8/