Render Custom Date Format Pattern g and ge mm dd

Render Custom Date Format Pattern g and ge.mm.dd

The following sample code converts the source excel file which contains date values with custom format patterns like g and ge.mm.dd into output 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");