Tabloyu ODS ye Dönüştür

Contents
[ ]

Aspose.Cells for Python via .NET, tablo içeren bir Excel dosyasını ODS dosyasına dönüştürmeyi destekler. Dosyayı sadece ODS formatında kaydetmeniz yeterlidir ve ortaya çıkan ODS dosyasında çalışan bir tablo bulunur.

Örnek Kod

from aspose.cells import Workbook
# For complete examples and data files, please go to https:# github.com/aspose-cells/Aspose.Cells-for-.NET
# Source directory
sourceDir = RunExamples.Get_SourceDirectory()
# Output directory
outputDir = RunExamples.Get_OutputDirectory()
# Open an existing file that contains a table/list object in it
wb = Workbook(sourceDir + "SampleTable.xlsx")
# Save the file
wb.save(outputDir + "ConvertTableToOds_out.ods")

Örnek kod tarafından oluşturulan çıktı ODS dosyası referansınız için ekte sunulmuştur.

Workbook.save