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

            bool tableSorted = await UserSnippets.SortExcelTableOnFirstColumnValueAsync(createdFileId);

            return(tableSorted);
        }