cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

pywin32

joedata
New Contributor
A python module called pywin32 enables users to read an excel file, make changes to specific cells, execute a Refresh All which refreshes all the data connections, and save the changes made to an excel file. This cannot be used on databricks because of the os. These are the requirements we need from our code in order to remove manual steps in the data flow between models which would drastically improve efficiency, robustness, and accuracy of data being inputted into the models. 
 
We can read the excel file through Volumes, and we can make some changes to cells. But we are struggling with overwriting the file with the newly edited excel and pushing the file to execute a Refresh All function through code on databricks. 
 
I appreciate that this is quite a unique issue that we're facing, but any advice would appreciated
0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group