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
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