Questions tagged [onlyoffice]

Questions about developing using the ONLYOFFICE office and productivity suite API and Document Builder. Questions about installing, hosting, or using ONLYOFFICE do not belong here - consider: https://support.onlyoffice.com/ https://cloud.onlyoffice.org/ https://dev.onlyoffice.org/ https://superuser.com/ https://serverfault.com/

ONLYOFFICE is an open-source office and productivity suite, including CRM and project management functions, as well as document editing, document management, calendaring and mail.

The is an Enterprise Edition and Community Edition. These can be installed using Docker on Linux or on Windows or you can use their cloud version.

There is an API available for interacting with ONLYOFFICE, and in particular, a DocumentBuilder API for creating and editing OOXML documents programmatically.

Questions about installing, hosting, or using ONLYOFFICE do not belong here, consider the forums below or Superuser/Serverfault.

Useful links:

88 questions
6
votes
1 answer

custom function to form a url to download a document based on key

i am using integrated document server 4.4.3 ubuntu based, bellow code is customized for my suitability, how can i form a url based on key asc_docs_api.prototype.asc_customCallback = function(typeFile, bIsDownloadEvent) { var actionType = …
Kalaiselvan
  • 2,095
  • 1
  • 18
  • 31
6
votes
1 answer

Richeditor Onlyoffice edit & save document

I need to load MSWord file into embedded editor (onlyoffice), modify it, then upload to my server as MSWord file. I've already installed onlyoffice on my PC. https://api.onlyoffice.com/editors/demopreview#text When i run JavascriptExample and press…
Didar Burmaganov
  • 640
  • 1
  • 8
  • 22
4
votes
1 answer

how to create a custom function for use in a .xlsx in onlyoffice

I want to edit a .xlsx document in Onlyoffice, and in a cell, write "=TOLETTER(E1)" where TOLETTER is a function that I define. I know how to do that in Excel (with a VBA Script). I have done it in Google Sheet (with JS). I have not found…
jcdufourd
  • 41
  • 1
3
votes
2 answers

How to properly set up HTTPS for OnlyOffice

Following OnlyOffice's help center's instructions leads to the creation of security certificate declared as invalid by browsers, as it is self-signed. The intention is to use OnlyOffice's server on Docker for NextCloud, which runs properly already…
jansensan
  • 633
  • 1
  • 8
  • 23
2
votes
1 answer

Onlyoffice or WOPI protocol

I'm looking for a MS Office editor API for my web app to enable users to upload/create word or excel documents, edit them and save them online. I found Onlyoffice and WOPI protocol can provide this but I'm not sure which one works better or easier…
Sam
  • 197
  • 1
  • 11
2
votes
1 answer

how to add table within another table cell using only office api from the document editor plugin

We are trying to add table within another table cell using only office api from the document editor plugin. We tried to find out various methods like using Range, Run Command, ParagraphAddDrawing, AddElement etc. to do it , but are unable to find a…
Vikas Nale
  • 303
  • 2
  • 12
2
votes
0 answers

How to add alternative text to table using API in Only Office

In only office editor, there is option in advance setting of table/image /chart to set alternative text for the object. We are looking for API method to set alternative text to table in document editor of onlyoffice using javascript. I refered to…
Vikas Nale
  • 303
  • 2
  • 12
2
votes
1 answer

How to format table cell in OnlyOffice Document Editor using Javascript API

I am working on OnlyOffice server integration to consume custom plug-in, which is to be used to generate charts and tables in document, spreadsheet and presentation. While adding table, i am not able to apply formatting to specific cell, like bold…
Vikas Nale
  • 303
  • 2
  • 12
2
votes
0 answers

How to add Mixed mode and Multi axis chart in Only Office

I am trying to add Mixed mode and Multi axis chart in Only Office document server API using plugin for Document, Spreadsheet and Presentation Api.CreateChart("bar3D", [[200, 240, 280],[250, 260, 280]], ["Projected…
Vikas Nale
  • 303
  • 2
  • 12
2
votes
1 answer

I need advice about how to link OnlyOffice Document Server with NextCloud

I'm a new Docker user and I have just installed NextCloud on my Ubuntu PC (but not using docker). I used Docker to install onlyoffice document server on https://localhost & nextcloud is on localhost /nextcloud/. I have followed instructions to the…
Simon
  • 21
  • 2
2
votes
1 answer

Only office version changed issue

I have download 3.0 source code and run it ubuntu server. When I upload existing file or open demo.docx, it renders it and enter to edit mode successfully. If I modify the docx such as entering some words and closed the web browser after that once…
Abhishek
  • 583
  • 5
  • 16
1
vote
2 answers

NextCloud with OnlyOffice not opening previosly saved documents

OnlyOffice is not opening previously saved documents after doing docker-compose down. I needed to increase the memory of nextcloud instance (docker container) so I proceeded to stop all the containers, modify the docker-compose and set everything up…
zoid
  • 27
  • 5
1
vote
0 answers

change the language of the broker on the onlyoffice desktop app

how can i change the language of the broker? for all texts I didn't find where I can make the change. print screen
1
vote
3 answers

ONLYOFFICE Developer Edition demo issue - error downloadFile

I installed and run OnlyOffice docker image on my local windows machine with this command: docker run -i -t -d -p 9950:80 --restart=always -v C:/work/only_office/logs:/var/log/onlyoffice onlyoffice/documentserver-de Then run commands described on…
Maksym
  • 2,650
  • 3
  • 32
  • 50
1
vote
1 answer

Where is source code of ONLYOFFICE Documents for Android located?

I am not sure this part is open source actually. I searched the ONLYOFFICE GitHub repositories but do not find anything relevant. Anyone knows?
Medusor
  • 13
  • 2
1
2 3 4 5 6