gdemin / excel.link

Convenient Data Exchange between R and Microsoft Excel
56 stars 16 forks source link

Handling excel warnings #21

Open Gateux opened 4 years ago

Gateux commented 4 years ago

It would be great if I could control (suppress, close, confirm, etc) excel wanings when opening a file.

For instance, warning 'Update links' prevents me from controlling an excel file and requires my manual interaction in excel.

I imagine adding a new parameter to xl.workbook.open, for instance update_links = FALSE, if possible.