Konvertera tabell till ODS
Contents
[
Hide
]
Aspose.Cells stöder konvertering av en Excel-fil med tabell till ODS-fil. Du måste helt enkelt spara filen i ODS-format och den genererade ODS-filen kommer att ha en fungerande tabell.
Exempelkod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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"); |
Utdatafilen ODS som genereras av exempelkoden bifogas som referens.