تقديم نمط تنسيق التاريخ المخصص g و ge mm dd
Contents
[
Hide
]
Aspose.Cells قادر الآن على تقديم نمط تنسيق التاريخ المخصص مثل g و ge.mm.dd وما شابه ذلك. يرجى التحقق من المرفقملف اكسل المصدر و التحويل PDF بواسطة Aspose.Cells للرجوع اليها.
تقديم نمط تنسيق التاريخ المخصص g و ge.mm.dd
نموذج التعليمات البرمجية التالي يحولملف اكسل المصدر الذي يحتوي على قيم التاريخ بأنماط تنسيق مخصصة مثل g و ge.mm.dd إلىالإخراج PDF.
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 | |
// 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"); |