blob: 53fcbef8efdec064b6ed84d975117cf365ad39f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- R/XLConnectSettings.R.orig 2025-04-29 09:58:50 UTC
+++ R/XLConnectSettings.R
@@ -46,9 +46,6 @@ XLConnectSettings <- function(pdesc) {
options(XLConnect.RownameCol = ".rownames")
options(XLConnect.setCustomAttributes = FALSE)
-
- # Apply default POI configuration
- configurePOI()
invisible()
}
|