Insert row in xlsx spreadsheet via rest api

Is it possible to edit documents (docx,xlsx ) using http(s) requests ?
I am searching for a method to append rows to a xlsx document from our backend server

thanks

Hello @dsl400
Sorry for the late reply.
Do I understand the scenario right, that you want to edit a file without editor interface? If so, please take a look at DocBuilder methods:Overview - ONLYOFFICE Api Documentation
For example, this one: AddText - ONLYOFFICE Api Documentation

If I misunderstood the request, please clarify it.