/excel-scripts

Node scripts for interacting with excel files

Primary LanguageJavaScript

My Excel scripts

What do these scripts do?

  • These scripts are an attempt to reduce my efforts with Excel sheets (a small step towards automating this stuff)

Why?

Simply: Laziness
Detailed: Whenever I wrote something in my money-related spreadsheets I wondered if I could simply pull data from available sources instead of typing. So this is an attempt towards the same

Currently includes:

  1. Script to extract monthly data from a credit card statement (not much but helps me with data maintenance)

Planned stuff:
(Priority) - Node XLSX (sheetjs) service for CRUD operations

  1. PDF parser service seperation
  2. Script to extract every transaction detail from credit card statements
  3. Script to extract transaction details from bank statements
  4. Stocks related (still finding a proper use case)

Current tech stack