The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Extract variables from Excel files

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Ju1s Posted - 10/14/2014 : 08:24:00 AM
Origin Ver. and Service Release (Select Help-->About Origin): 9.1
Operating System: Windows 7

Hi,

how can I extract variables when I import excel files? I want to extract the filename as variable and put it into the comment line of my worksheet.

Cheers,
Julius
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 10/14/2014 : 12:22:05 PM
Excel Import does not have the same Variable Extraction features of ASCII Import, however all imports record File Date, File Name and File Path.
Run this script after import to put the file name into the Comments row of Column "A":
col(A)[C]$ = page.info.system.import.filename$;

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000