Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

run-time variables for referencing current row and column in cell #3

Open
zerg000000 opened this issue Nov 26, 2012 · 0 comments
Open

Comments

@zerg000000
Copy link
Owner

provide run-time variables like current row and column in cell to support something like formula.

e.g.

......
    sheet("some cal") {
       1..30 { i ->
           row { cell( i , '<---my number' ) }
        }
        row { cell( "=${cur.col}0:${cur.col}${cur.row}", '<--total sum formula' ) } // output should be =A1:A30
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant