Re: [jopendocument] spreadsheet range

2016-06-15 Thread Sylvain Cuaz
Le 06/06/2016 14:59, James Pollard a écrit : Hi, I'm trying to workout how to select a range of cells then change the background colour This is what I've tried so far as well as variations of this

[jopendocument] spreadsheet range

2016-06-06 Thread James Pollard
Hi, I'm trying to workout how to select a range of cells then change the background colour This is what I've tried so far as well as variations of this inSheet.getCellAt("Sheet1.".concat((startPoint.concat(":")).concat(endPoint))).setBackgroundColor(Color.green); I'm assuming I've tried doing