EMF'i JSON olarak kaydetmek için Swift API
EMF'i JSON olarak kaydetmek için Swift kütüphanesi
Swift\'de EMF dosyasını JSON olarak kaydedin
API
POST
https://api.aspose.cloud/v3.0/cells/{name}/SaveAs
EMF'den dosya formatlarını JSON olarak kaydetmek karmaşık bir iştir. EMF'den JSON formatına tüm geçişler Swift SDK'mız tarafından gerçekleştirilir ve kaynak EMF elektronik tablosunun ana yapısal ve mantıksal içeriği korunur. Swift kitaplığımız, EMF'i çevrimiçi JSON dosyaları olarak kaydetmek için profesyonel bir çözümdür. Bu Bulut SDK, Swift geliştiricilerine güçlü işlevsellik ve mükemmel JSON çıktısı sağlar.
EMF\'i JSON formatı olarak kaydetmek için REST API\'i kullanan Swift\'deki kod örneği
// For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-swift/
import AsposeCellsCloud
let expectation1 = self.expectation(description: "checkAuth")
AsposeCellsCloudAPI.clientId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
AsposeCellsCloudAPI.clientSecret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
AuthAspose.checkAuth()
{
(authError) in
guard authError == nil else {
return
}
expectation1.fulfill()
}
self.waitForExpectations(timeout: testTimeout, handler: nil)
let expectation = self.expectation(description: "saveAs")
let name:String = BOOK1.emf
let saveOptions:PdfSaveOptions? = PdfSaveOptions(enableHTTPCompression: nil, saveFormat: "pdf", clearData: nil, cachedFileFolder: nil, validateMergedAreas: nil, refreshChartCache: nil, createDirectory: nil, sortNames: nil, calculateFormula: nil, checkFontCompatibility: nil, onePagePerSheet: true, compliance: nil, defaultFont: nil, printingPageType: nil, imageType: nil, desiredPPI: nil, jpegQuality: nil, securityOptions: nil)
let newfilename:String = "newbook.json"
let isAutoFitRows:Bool? = true
let isAutoFitColumns:Bool? = true
let folder:String = TEMPFOLDER
let storageName:String? = nil
CellsAPI.cellsSaveAsPostDocumentSaveAs(name: name, saveOptions: saveOptions, newfilename: newfilename, isAutoFitRows: isAutoFitRows, isAutoFitColumns: isAutoFitColumns, folder: folder, storageName: storageName)
{
(response, error) in
guard error == nil else {
return
}
if let response = response {
expectation.fulfill()
}
}
self.waitForExpectations(timeout: testTimeout, handler: nil)
EMF\'i JSON olarak kaydetmek için Swift API nasıl kullanılır?
- Şu adreste bir hesap oluşturun:Gösterge Paneli ücretsiz almak için API kota ve yetkilendirme ayrıntılarını
- CellsApi'yi İstemci Kimliği, İstemci Sırrı, Temel URL ve API sürümüyle başlatın
- Ortaya çıkan akışı almak için CellSaveAsPostDocumentSaveAs yöntemini çağırın
sistem gereksinimleri
- macOS Monterey 12.4
- Hızlı 4.2