Hi there,
I have a series of Excel sheets with some heavy calculations (may take about a minute for them to calc).
I want Python to open the spreadsheets and wait until the calc stops before retrieving values.
I have attempted using sleep(60) but would like something a little more "deterministic" . Is there anyway to get a status on when calculations are done?
TIA.
I have a series of Excel sheets with some heavy calculations (may take about a minute for them to calc).
I want Python to open the spreadsheets and wait until the calc stops before retrieving values.
I have attempted using sleep(60) but would like something a little more "deterministic" . Is there anyway to get a status on when calculations are done?
TIA.
Comment