Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read data from another excel workbook using office script

Is it possible to read data from another closed excel workbook using excel office script? Thanks Suji

like image 696
Suji Avatar asked Oct 29 '25 03:10

Suji


1 Answers

This is only possible through Power Automation at this point. You'll have to run your script in a flow and feed the data from another workbook through a second script.

This article/video explains it all (video is bit grainy -- but you have full code samples here). Let me know if this solves your scenario.

https://github.com/sumurthy/officescripts-projects/tree/main/Event%20Cross%20Reference

like image 182
Sudhi Ramamurthy Avatar answered Oct 31 '25 00:10

Sudhi Ramamurthy