Tabloyu ODS'e Dönüştür

Contents
[ ]

Aspose.Cells, tablo içeren 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ı çalışan bir tabloya sahip olacaktır.

Basit kod

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

Örnek kod tarafından oluşturulan çıktı ODS dosyası, referansınız için eklenmiştir.

Çıktı ODS Dosya