Forums
creating attribute that holds a date
| Jan 20 2007 at 3:39 pm | ||
|---|---|---|
|
I am reading in the date from an excel sheet. This date has to be put into an attribute that will hold it. Ive look at he entryset generator tutorial, and am not working my way through it. I was also specified that I could browse the component library. Is there any component that you know of that is similar to what this task requires? Thank you. |
| Jan 22 2007 at 1:38 pm | ||
|---|---|---|
|
Hi, So it sounds like you need to use the excel reader not the entryset generator. Once you specify the range of cells for the data you wish to read in the excel reader, say A1: A5, then connect the range to a table, the table entryset will contain the data you read in from excel. see the tutorial here for more information on getting data from excel
Thanks |