Converti tabella in ODS

Aspose.Cells supporta la conversione di un file Excel con tabella nel file ODS. Devi semplicemente salvare il file nel formato ODS e il file ODS generato avrà una tabella funzionante.

Codice d’esempio

// 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");

Il file di output ODS generato dal codice di esempio è allegato come riferimento.

Uscita ODS File