We have one excel workbook with one sheet. It is of 2 GB, can we split that excel file so that number of rows are equally distributed to split sheet. Please let me know sample C# code for the same....SplitOptions splitOptions = new GroupDocs.Merger.Domain.Options...Options.SplitOptions(filePathOut, new int[] { 3, 6, 8 }); // Instantiate...