Excel for iOS doesn't supported CompressedFile (#35268)

This commit is contained in:
Alex Jerabek
2019-05-08 17:28:39 -07:00
committed by Jesse Trinity
parent 5c7eb2de9c
commit 762cfd545d
2 changed files with 4 additions and 4 deletions

View File

@@ -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`
*

View File

@@ -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`
*