Exemple #1
0
        public static async Task <bool> TryCreateExcelChartFromTableAsync()
        {
            string createdFileId = await UserSnippets.UploadExcelFileAsync("excelTestResource.xlsx");

            WorkbookChart excelWorkbookChart = await UserSnippets.CreateExcelChartFromTableAsync(createdFileId);

            return(excelWorkbookChart != null);
        }