DocumentServer
DocumentServer copied to clipboard
`getCells` method arguments index starts from both 0 and 1
отсчет строк начинается с 1, а вот столбцов от 0. то есть при попытке записать в ячейку "E2" Api.GetActiveSheet().GetCells(2, 5).SetValue(""); запись происходит не в "E2", а в "F2".
Hi, please do not use the Russian language in issue reports - we are an international community and only allow English in issue reports (you can translate it via an online translator), so other people would find those reports if someone else faced similar issue
Also please add more details about your environment - which version of DocumentServer/DesktopEditors are you using
Hi, I'm sorry, I'll try using google translator. the count of rows starts from 1, but the columns start from 0. That is, when considering the cell "E2" Api.GetActiveSheet().GetCells(2, 5).SetValue(""); the entry is not in "E2", but in "F2". that is, the coordinates of "A1" do not start from (1, 1), but from (1, 0). I used ONLYOFFICE Desktop Editors v 7.0.1.37
@evildeadhc HI! Yes, the behavior of the method is not as expected. Formed the bug in our private repository bug 56159