Belirtilmemiş Tarih Formatı Desenini Görüntüle ve Özelleştir mm dd

Contents
[ ]

Aşağıdaki örnek kod, kaynak excel dosyasını dönüştürürken Belirtilmemiş Tarih Desenlerini Görüntüle ve Özelleştirir ve çıktı PDF’sini oluşturur.

// 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");