Render Özel Tarih Biçimi Desen g ve ge mm dd

Contents
[ ]

Aşağıdaki örnek kod,kaynak excel dosyası g ve ge.mm.dd gibi özel biçim kalıplarına sahip tarih değerlerini içerençıkış PDF.

// For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-.NET
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
Workbook workbook = new Workbook(dataDir + "SourceFile.xlsx");
workbook.Save(dataDir + "CustomDateFormat_out.pdf");