Aspose.Cells.Examples.CSharp.KnowledgeBase.Benchmarking.Creating50XLSFiles.Run C# (CSharp) Method

Run() public static method

public static Run ( ) : void
return void
        public static void Run()
        {
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);

            try
            {
                CreateAsposeCellsFiles(dataDir + "AsposeSample");
            }
            catch (Exception ex)
            {
                Console.WriteLine(ex.Message);
            }
        }