Re: Export Dynamic Matrix to XLS
- To: mathgroup at smc.vnet.net
- Subject: [mg106304] Re: Export Dynamic Matrix to XLS
- From: David Reiss <dbreiss at gmail.com>
- Date: Fri, 8 Jan 2010 04:13:03 -0500 (EST)
- References: <hhpl5v$9nv$1@smc.vnet.net> <201001041101.GAA21345@smc.vnet.net>
Great! I am pleased that this worked as advertised! Best regards, David On Jan 6, 6:00 am, Francisco Javier Ch=E1vez Contreras <francisco.cha... at usach.cl> wrote: > You are impressive David!. > > I sincerely thank you very much, as you say I applied the Setting[] command > successfully and exported dynamic data table successfully. > > Regards, > > *Francisco Ch=E1vez Contreras* > > 2010/1/4 David Reiss <dbre... at gmail.com> > > > > > Make use of the function Setting to get the value of the Dynamic > > object. Here is a simple example: > > > In[6]:= y=Dynamic[x] > > > Out[6]= 9 > > > In[7]:= x=9 > > > Out[7]= 9 > > > In[8]:= FullForm[y] > > > Out[8]//FullForm= Dynamic[x] > > > In[9]:= FullForm[Setting[y]] > > > Out[9]//FullForm= 9 > > > --David > >http://scientificarts.com/worklife > > > On Jan 3, 3:40 am, Asrhael <asrh... at msn.com> wrote: > > > Hello, im using Mathematica v7. > > > > I am developing an application that manipulates and produces a table > > > in excel. But then, by applying the Dynamic command, attempting to > > > export the table published previously only exported the command itself > > > (Dynamic[]). > > > > There is any way to export the table "updated", without having to > > > upgrade the notebook via the option on the menu? > > > > Thank you very much, happy holidays. > > > Francisco Ch=E1vez
- References:
- Re: Export Dynamic Matrix to XLS
- From: David Reiss <dbreiss@gmail.com>
- Re: Export Dynamic Matrix to XLS