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

Contents
[ ]

次のサンプル コードは、ソースエクセルファイル や ge.mm.dd などのカスタム フォーマット パターンを含む日付値が含まれています。出力 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");