How to Watch Excel File Change While openpyxl Makes Changes
问题 I built an iOS app that takes users' inputs then uploads their data as .csv files onto dropbox. Now, I'd like to build a cross-platform desktop app that uses openpyxl and the Python dropbox api to listen for these .csv uploads and then write the data in these .csv files to various .xlsx workbooks. I have no issues with this, except my client wants to be able to watch on their desktop as the excel workbooks change. Whenever I make an assignment with openpyxl, such as... wb = load_workbook(