Posted 27 March 2019, 12:44 am EST
Hi,
We are trying the client conversion in SpreadJS 12, it converts the Excel document to json well and then, as we did before when we used the server conversion service (the IIS app), we set a background color to some rows, when using the json converted using the server conversion service, it properly set the background to the whole row, but, then using the json converted using the client conversion utility in SpreadJS 12 (and even 11.x), for some reason it only sets the background to some cells, not to the whole row, as follows:
https://www.screencast.com/t/71dGXHkh
We are using this method to set the background color to the whole row:
sheetRef.getRange(rowNumber, -1, 1, -1).backColor("rgb(247,237,189)")
How can we force the whole row coloring? We can not do any pre-processing to the documents prior to opening them, that is not an option, and, it works well when using the server conversion, but we do not want to use it anymore, of course, the client conversion is the way to go.
Thanks
