mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Make BuildContext to provide references to other cells on the same row/column #20

Closed mysticfall closed 11 years ago

mysticfall commented 11 years ago

Make BuildContext to provide references to other cells on the same row/column.

For example, when implementing a conditional formatter, it needs to know other cells value on the same row or column to be useful.

mysticfall commented 11 years ago

Seems it can be done without the API change. Closing the issue.