From 0f1f75aa0e6ef3500df314a3c47f52dc762f22c8 Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Thu, 15 Feb 2024 18:01:13 +1100 Subject: [PATCH] update news --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index cd64587..1c18522 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ ## OneDrive/SharePoint - In the `ms_drive_item$load_dataframe()` method, pass the `...` argument to `read_delim`. +- Add the ability to load Excel files (with extension .xls or .xlsx) to the `ms_drive_item$load_dataframe()` method. This requires the readxl package to be installed. ## Planner