From 762cfd545d408fbcecb8b2954f6a52d7021b5bbd Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Wed, 8 May 2019 17:28:39 -0700 Subject: [PATCH] Excel for iOS doesn't supported CompressedFile (#35268) --- types/office-js-preview/index.d.ts | 4 ++-- types/office-js/index.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 934006b0d7..8047777ad2 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -3342,7 +3342,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` * @@ -3377,7 +3377,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` * diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 73a05bcd60..5e937a7d95 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -3255,7 +3255,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` * @@ -3290,7 +3290,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` *