很简单,我正在尝试确定Excel中 // Now kick start css
let ourWebPrefs:WebPreferences = WebPreferences.standardPreferences();
ourWebPrefs.userStyleSheetEnabled = true;
ourWebPrefs.userStyleSheetLocation = NSBundle.mainBundle().URLForResource("webview", withExtension: "css");
customWebView.preferences = ourWebPrefs;
分布相当于NORM.INV
(对于标准正态分布)。我知道在R中使用qnig
函数或在Matlab中这是可能的,但我想知道Excel中是否存在实现。