gおよびge mm ddのカスタム日付形式パターンをレンダリングする

gおよびge.mm.ddのカスタム日付形式パターンをレンダリングする

以下のサンプルコードは、gやge.mm.ddなどのカスタム形式パターンを含むsource excel fileoutput 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");