Skip to content

Releases: btargac/excel-parser-processor

Fix for old xls files

13 Feb 23:24
Compare
Choose a tag to compare

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. 👴
  • Update development related dependencies such as babel friends. 💻
  • Update electron version to 17 :electron:
  • Update electron builder version to 22 :electron:

Support Extension free URLs

30 Mar 10:37
Compare
Choose a tag to compare

Support for URL(s) without an extension

Main changes
  • 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
And some developer debts are payed
  • 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
  • And as always update some dependencies (webpack, babel, electron, jest etc.)

Support Subfolders

03 Dec 10:24
306419b
Compare
Choose a tag to compare

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 Steps

10 Jan 08:17
Compare
Choose a tag to compare

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
  • upgrage to babel 7
  • upgrade to core-js 3