jjuback / gc-excelviewer

Visual Studio Code extension for viewing Excel spreadsheets and CSV files.
Other
216 stars 38 forks source link

(Auto-)reload Excel files #140

Open bersbersbers opened 4 years ago

bersbersbers commented 4 years ago

I love this extension - it allows me to open an Excel file without holding a file handle open, so that the next program run can overwrite the file with new data.

What I would like to do, however, is to reload that open file to see this new data. Ideally, that reload would be automatic, but I could live with a solution that makes me manually reload the preview window. Anything that is better than having to close, re-open and re-arrange the file would be great ;) By the way, since I assume this is the same for many preview extensions, if not available, maybe it makes sense to file an issue upstream with vscode.

iankamin commented 2 years ago

any updates on this?