
Contents |
Split Workbooks
Split specific workbooks into multiple workbooks with single sheet
wsplit_book 1; // split all workbook in active folder
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Split | fld |
Input int | | Specify what workbooks are to be split
Option list:
|
| Split Mode | mode |
Input int | | Specify the split mode
Option list:
|
| Keep Source Workbook | keep |
Input int | | Whether keep source workbook after split |
| Rename Book Name with Sheet Name | rename |
Input int | | Whether rename the new book name using the sheet name extracted |
| Key String Search at | match |
Input int | | Where to search the key string
Option list:
|
| Key String(like:"?ook*") | key |
Input string | | Specify the key string used in searching |
Split specific workbooks into multiple workbooks with single sheet