تقديم نمط تاريخ مخصص g وge mm dd

عرض أنماط التنسيق المخصصة للتاريخ مثل g و ge.mm.dd

يحول الشيفرة المثالية التالية ملف الإكسل المصدر الذي يحتوي على قيم تاريخية بأنماط تنسيق مخصصة مثل g و ge.mm.dd إلى 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");