mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-06 18:20:09 +00:00
Excel for iOS doesn't supported CompressedFile (#35268)
This commit is contained in:
committed by
Jesse Trinity
parent
5c7eb2de9c
commit
762cfd545d
4
types/office-js-preview/index.d.ts
vendored
4
types/office-js-preview/index.d.ts
vendored
@@ -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`
|
||||
*
|
||||
|
||||
4
types/office-js/index.d.ts
vendored
4
types/office-js/index.d.ts
vendored
@@ -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`
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user