Aspose.Cells is a Python via .NET library for working with spreadsheet files, which supports splitting a single Excel file into multiple files. This article will introduce how to split Excel files by copying each worksheet to a separate workbook and by copying specific cell ranges to other workbooks.... join ( dataDir , "book1.xls" ) outputPath...outputPath = os . path . join ( dataDir , "outputrange.xls" )...