以自定义日期格式模式g和ge.mm.dd呈现

呈现自定义日期格式模式g和ge.mm.dd

以下示例代码将包含g和ge.mm.dd等自定义格式模式的源Excel文件转换为输出PDF文件

// For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-Java
// The path to the directories.
String sourceDir = Utils.Get_SourceDirectory();
String outDir = Utils.Get_OutputDirectory();
Workbook workbook = new Workbook(sourceDir + "sampleRenderCustomDateFormat.xlsx");
workbook.save(outDir + "sampleRenderCustomDateFormat_out.pdf");