tomfaulhaber / excel-templates-example

An example usage of the excel-templates library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Example Project for excel-templates

This project uses the excel-templates library to create a pretty spreadsheet of a (fictional) stock portfolio by pulling live data from Yahoo Finance.

It is intended as a usage example for the excel-templates library.

Usage

(use '[excel-templates-example/portfolio])

(-> my-portfolio
    get-portfolio-status
    create-row-data
    apply-template)

License

Copyright © 2015-6 Tom Faulhaber

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

An example usage of the excel-templates library.

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%