1、文件中包含了不支持ProtectedView模式的宏或ActiveX控件。2、文件中包含了链接到其他文件或外部数据源的内容,而这些链接在ProtectedView模式下无法正常工作。3、文件中包含了自定义的XML标记或自定义的样式,而ProtectedView模式下无法正常解析这些标记或样式。4、文件中包含了使用了新的Excel功能或格式的...
Excel Error: The file couldn't open in Protected View. 02-10-2021 08:33 AM Anyone know of changes in Office 365, Excel (we're on the semi-annual channel, so we updated in Jan) that would cause this error to come up more often? It comes up when they export to...
若要从 ProtectedViewWindows 集合中返回单个 ProtectedViewWindow 对象,请使用 ProtectedViewWindows (索引) ,其中 index 是要打开的窗口的索引号。还可以使用 Application 对象的 ActiveProtectedViewWindow 属性访问代表活动“受保护的视图”窗口的 ProtectedViewWindow 对象。
Always open untrusted Text-Based files(.csv, .dif and .sylk)in protected view-If this Excel-specific setting is enabled, text-based files opened from an untrusted location are always opened in Protected View. If you disable or don’t configure this setting, text-based files opened from an ...
ProtectedViewWindow 对象的集合,这些对象表示当前在应用程序中打开的所有受保护的视图窗口。备注使用Application 对象的 ProtectedViewWindows 属性可返回 ProtectedViewWindows 集合。示例下面的代码示例显示打开的“受保护的视图”窗口数。VB 复制 MsgBox "There are " & ProtectedViewWindows.Count & _ " Protected ...
if i try to read an excel file in protected view i get this error: `var workbook = XLSX.read(data, {type: 'binary'}); Uncaught Error: Unknown Namespace: at Kd (xlsx.full.min.js:18) at op (xlsx.full.min.js:19) at ig (xlsx.full.min.js:22) at cg (xlsx.full.min.js:22)...
若要从ProtectedViewWindows集合中返回单个ProtectedViewWindow对象,请使用ProtectedViewWindows(索引) ,其中index是要打开的窗口的索引号。 还可以使用Application对象的ActiveProtectedViewWindow属性访问代表活动“受保护的视图”窗口的ProtectedViewWindow对象。 访问ProtectedViewWindow对象后,使用Workbook属性访问表示在“受保护的...
表達 代表ProtectedViewWindows 物件的 變數。 註解 如果這個物件是在 Microsoft Excel 中建立的,則此屬性會傳回字串 XCEL,它相當於十六進位數字 5843454C。 Creator 屬性是針對 Macintosh 平台上的 Microsoft Excel 所設計的,在 Macintosh 平台上,每一個應用程式都有四個字元的建立者代碼。 例如,Microsoft Excel 的...
摘要:问题可以复制,有一些可能的解决办法。最有希望的就是使用ActiveWindow.Parent而不是ActiveWorkbook__...
Assembly: Microsoft.Office.Interop.Excel.dll Gets a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application. C# Копиране public Microsoft.Office.Interop.Excel.ProtectedViewWindows ProtectedViewWindows { get; } Property Value Protected...