How do you update an Excel file (Data Refresh and update formulas) WITHOUT opening the file?
Posted
by
Alex
on Super User
See other posts from Super User
or by Alex
Published on 2011-01-13T10:28:42Z
Indexed on
2011/01/13
10:55 UTC
Read the original article
Hit count: 234
I have an Excel file that want to update and save automatically with out having to open it or manually interact with. Manually, I open the file up and hit data refresh which goes and does a SQL query and then hit F9 for the formulas to update and then I just close/save.
(I then would mail the file out to people using a perl script or use SAS JMP to run some numbers/charts and also mail them out. Basically I need to script some things which require the XLS file to be updated.)
© Super User or respective owner