btargac/excel-parser-processor
Automate downloads from Excel files in seconds. Simply does the tedious, repetitive operations for rows of Excel files and reports the results. It downloads files from URL(s) in column A, if a new filename is provided at column B it will rename before saving. It will even create sub folders if column C is filled with a valid folder name.
4 Releases
Latest: 4y ago
Fix for old xls filesv1.3.1Latest
📋 What's Changed
- Fix processing `.xls` files that had the old mime type `application/vnd.ms-excel` - The Excel 5.0/95 Binary file formatted files. :older_man:
- Update development related dependencies such as babel friends. :computer:
- Update electron version to 17 :electron:
- Update electron builder version to 22 :electron:
Support Extension free URLsv1.3.0
📦 Support for URL(s) without an extension
- Support for saving files on your filesystem with extensions even if the url doesn't have an extension
- *This means your URLs on excel file can be like http://digitale.bnc.roma.sbn.it/tecadigitale/img/giornale/TO00181645/1935/unico/00000006/original*
- Extension will be retrieved from mime-type / Content-type header from the http response
- Avoid over writing the existing files if there are multiple urls with the exact same path
- *Existing files will be reported as errors on the final report as well*
- Get rid of optional chaining plugin of babel, since its included in the core modules of babel
- Update browserlist to reduce the number of polyfills added to the bundle
- Reactivate codefactor for quick automatic code review support
- + 1 more
Support Subfoldersv1.2.0
📦 Support for subfolder creation
- *Now you can use the column C to create a subfolder and save the file into that folder*
- Main changes;
- If there is a C column with a valid folder name, automatically creates that subfolder (if that doesn't exist ) and saves downloaded file in that subfolder.
- multiple items can be stored in the same subfolder
Support Multiple Stepsv1.1.0
📦 Support for renaming downloaded item
- *now you can use the column B to rename the file before saving to your file system*
- rename feature added
- ~10 ✖️faster processing items with batch downloads 🚀
- Content security Policy added to renderer
- upgrade to electron 7 :electron: 🎉
- event based communication is handled through preload script
- disable node Integration
- enable context isolation
- + 2 more
