The Wayback Machine - https://web.archive.org/web/20220324031924/https://github.com/btargac/excel-parser-processor
Skip to content

Automate Excel downloads in seconds. Simply does the tedious, repetitive operations for all rows of excel files step by step and reports after the job is done. It can download files from URL(s) in a column of Excel files. If a new filename is provided at column B it will rename the file before saving. It will even create sub folders if column C …

master
Switch branches/tags
Code

Latest commit

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.4.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.4)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
ae3b460

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Excel Parser Processor Excel Parser Processor

A Desktop app for processing all rows of Excel files

Simply generates an array of items from the rows of an Excel file and does the repetitive tedious operations step by step recursively till every item of the array is processed. For example downloads all the URL's in an Excel file.

Dependency Status Build Status Github Tag codecov Backers on Open Collective Sponsors on Open Collective Open Source Helpers CodeFactor CodeQL

How to use

You can download the latest release for your operating system or build it yourself (see Development).

Just select or drag & drop an Excel file, then select the output folder for the downloaded images or files. All the items in the Excel file will be downloaded into the selected folder, and you will be notified about the state of ongoing progress.

Sample Excel file structure

A B C
1 https://www.buraktargac.com/sample_image.gif optional-sample-file-name optional-sub-folder-name
2 https://www.buraktargac.com/sample_image.png optional-sample-file-name optional-sub-folder-name
3 https://www.buraktargac.com/sample_image.jpg
. ...
. ...
n Asset URL ( can be any type of file jpg, jpeg, png, txt, doc, etc)

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

Demo

Excel Parser Processor Demo

Development

You need to have Node.js installed on your computer in order to develop & build this app.

$ git clone https://github.com/btargac/excel-parser-processor.git
$ cd excel-parser-processor
$ npm install
$ npm run build
$ npm start

If you are changing the view or renderer related things, you can use Webpack's watch feature with

$ npm run start-renderer-dev

After running this command, you'll see a webpack process watching your files after a new renderer.bundle.js is generated you can refresh the Excel parser processor app window with cmd + R or ctrl + R depending on your system.

To generate binaries on your computer after your development is completed, you can run;

$ npm run dist

This will add binaries under /release folder on your project folder.

/release folder is ignored at the repository. Github Actions will be building the binaries after your branch is merged with master.

Contributors

This project exists thanks to all the people who contribute. [Code of Conduct].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

MIT © Burak Targaç

About

Automate Excel downloads in seconds. Simply does the tedious, repetitive operations for all rows of excel files step by step and reports after the job is done. It can download files from URL(s) in a column of Excel files. If a new filename is provided at column B it will rename the file before saving. It will even create sub folders if column C …

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks