Skip to content

Commit 8742a4b

Browse files
authored
Update README.md
1 parent 61f9f1c commit 8742a4b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# excel-splitter
22
An application that splits a single Excel file into multiple files
3+
4+
## Features
5+
6+
- Allows you to decide the number of top rows to be treated as headers (these will be repeated as headers in each individual split file).
7+
- You can choose to split by max rows per file, or by the number of files you want to recieve as the output.
8+
9+
## Example
10+
11+
I tested the application on a 100 MB .xlsx file with realistic data, from [https://examplefile.com/document/xlsx/100-mb-xlsx]
12+
13+
Application:
14+
15+
![image](https://github.com/user-attachments/assets/293614d4-220c-4396-8791-2fc15d9fa957)
16+
![image](https://github.com/user-attachments/assets/251d29d9-29db-4216-84e3-b31cdd8a64c6)
17+
![image](https://github.com/user-attachments/assets/74d2dcc9-dd4d-45de-ba21-2d41024d1d48)
18+
![image](https://github.com/user-attachments/assets/b6a1c978-4f5d-47a1-8df2-b72fe2f0f0a8)
19+
![image](https://github.com/user-attachments/assets/73415473-6295-44dd-9160-2a1fe459555a)
20+
21+
File:
22+
23+
![image](https://github.com/user-attachments/assets/aa868157-eeb9-44db-9a65-929880a9df3c)
24+
![image](https://github.com/user-attachments/assets/497e6810-52d0-41e0-91cd-749f442523f9)

0 commit comments

Comments
 (0)