Skip to content

Commit 4964ba2

Browse files
committed
update readme file
1 parent 63dbf71 commit 4964ba2

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

README.md

+12-19
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
### A Desktop app for processing all rows of Excel files
44

5-
Simply generates an array of items from the rows of an Excel file and does the repetitive tedious operations step by step
6-
recursively till every item of the array is processed. For example downloads all the URL's in an Excel file.
5+
Simply generates an array of items from the rows of an Excel file and does the repetitive tedious operations step by
6+
step till every item of the array is processed. For example downloads all the assets from the URLs from column A in an
7+
Excel file.
78

89
[![Dependency Status][dependabot-badge]][dependabot-url]
910
[![Build Status][gh-actions-image]][gh-actions-url]
@@ -25,18 +26,18 @@ in the Excel file will be downloaded into the selected folder, and you will be n
2526

2627
#### Sample Excel file structure
2728

28-
| | A | B | C |
29-
| ------------- | :---------------------------------------------------------------- | :-------------------------| :-------------------------|
30-
| 1 | https://www.buraktargac.com/sample_image.gif | optional-sample-file-name | optional-sub-folder-name |
31-
| 2 | https://www.buraktargac.com/sample_image.png | optional-sample-file-name | optional-sub-folder-name |
32-
| 3 | https://www.buraktargac.com/sample_image.jpg | | |
33-
| . | ... | | |
34-
| . | ... | | |
35-
| n | Asset URL ( can be any type of file jpg, jpeg, png, txt, doc, etc)| | |
29+
| | A (resource to download) | B (new filename if used) | C (subfolder name) |
30+
|---|:----------------------------------------------------|:--------------------------|:-------------------------|
31+
| 1 | https://www.buraktargac.com/sample_image.gif | optional-sample-file-name | optional-sub-folder-name |
32+
| 2 | https://www.buraktargac.com/sample_image.png | optional-sample-file-name | optional-sub-folder-name |
33+
| 3 | https://www.buraktargac.com/sample_image.jpg | | |
34+
| . | ... | | |
35+
| . | ... | | |
36+
| n | Asset URL (any type of file image, text, pdf etc.) | | |
3637

3738
<br/>
3839

39-
Currently there is no limit for `n`, I tested with 4000 items and unless your IP is banned from the publisher there
40+
Currently, there is no limit for `n`, I tested with 4000 items and unless your IP is banned from the publisher there
4041
is no problem to download as much as you can.
4142

4243
#### Demo
@@ -94,14 +95,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
9495
<a href="https://opencollective.com/excel-parser-processor/sponsor/1/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/1/avatar.svg"></a>
9596
<a href="https://opencollective.com/excel-parser-processor/sponsor/2/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/2/avatar.svg"></a>
9697
<a href="https://opencollective.com/excel-parser-processor/sponsor/3/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/3/avatar.svg"></a>
97-
<a href="https://opencollective.com/excel-parser-processor/sponsor/4/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/4/avatar.svg"></a>
98-
<a href="https://opencollective.com/excel-parser-processor/sponsor/5/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/5/avatar.svg"></a>
99-
<a href="https://opencollective.com/excel-parser-processor/sponsor/6/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/6/avatar.svg"></a>
100-
<a href="https://opencollective.com/excel-parser-processor/sponsor/7/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/7/avatar.svg"></a>
101-
<a href="https://opencollective.com/excel-parser-processor/sponsor/8/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/8/avatar.svg"></a>
102-
<a href="https://opencollective.com/excel-parser-processor/sponsor/9/website" target="_blank"><img src="https://opencollective.com/excel-parser-processor/sponsor/9/avatar.svg"></a>
103-
104-
10598

10699
#### License
107100
MIT © [Burak Targaç](https://github.com/btargac)

0 commit comments

Comments
 (0)