On Mon, 14 Jul 2008, Chris Gamble wrote:
Searched on the internet and trying to make sense of the code, but was hoping someone here could help. I am trying to move JXLS to use PIO 3.1. The only problem I have so far is the CellReference constructor which appears to have changed from (int,int) to (int,int, bool, bool); Is there a known quick resolution to this?

The CellReference(int,int) is back in svn...

For the old behaviour, call CellReference(int,int,false,false). The extra two booleans are to flag if the row and column are absolute or relative

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to