2
2
3
3
### A Desktop app for processing all rows of Excel files
4
4
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.
7
8
8
9
[ ![ Dependency Status] [ dependabot-badge ]] [ dependabot-url ]
9
10
[ ![ 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
25
26
26
27
#### Sample Excel file structure
27
28
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.) | | |
36
37
37
38
<br />
38
39
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
40
41
is no problem to download as much as you can.
41
42
42
43
#### Demo
@@ -94,14 +95,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
94
95
<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 >
95
96
<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 >
96
97
<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
-
105
98
106
99
#### License
107
100
MIT © [ Burak Targaç] ( https://github.com/btargac )
0 commit comments