Coder Social home page Coder Social logo

excel-vba-dicts's Introduction

Introduction

Leverage the Power of Functional Programming in VBA


     Dim dict As New Dicts
     dict.map("_*2").filter("_>4")

Basic Usage

Example :

  • print out all the projects with NPV > 5 to screen (discount rate 10%).

The spreadsheet "src" is as below.

example1

1. Create a new instance

     Dim d As New Dicts

2. Load the dict with data in the spreadsheet

     With d.load("", 1, d.rng(2, d.x("", 1)), 2)

3. filter it functionally and elegantly

          .ranged("?+_/1.1^({i}+1)", AggregateMethod.AggReduce).filter("_>5").p
          
     End With

Features

  • Functional Programming (Map/Reduce/Filter/GroupBy/LeftJoin...)
  • MacOS-Excel Compatibility
  • Native Implementation of Collectionn with VBA (Dicts/Lists/Set)
  • JSON Support
  • Spreadsheet I/O

Support or Contact

Having trouble with this project? You can contact yang('at')qiou('dot')eu and I will help you sort it out.

excel-vba-dicts's People

Contributors

6234456 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.