Tabloyu ODS ye Dönüştür

Contents
[ ]

Aspose.Cells, tablosu olan bir Excel dosyasının ODS dosyasına dönüştürülmesini destekler. Dosyayı ODS biçiminde kaydetmeniz yeterlidir ve oluşturulan ODS dosyasında çalışan bir tablo olacaktır.

Örnek Kod

// For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-.NET
//Source directory
string sourceDir = RunExamples.Get_SourceDirectory();
//Output directory
string outputDir = RunExamples.Get_OutputDirectory();
// Open an existing file that contains a table/list object in it
Workbook wb = new 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.

Output ODS File