Get started with a demo-sample of ONLYOFFICE Document Editors, the first html5-based editors. You may upload your own documents for testing using the "Upload file" button and selecting the necessary files on your PC.
| Username: | Select user name before opening the document; you can open the same document using different users in different Web browser sessions, so you can check out multi-user editing functions. |
| Choose the language for ONLYOFFICE editors interface. |
Upload your file or create new file
<% if (storedFiles.length > 0) { %>
Your documents
<% } %>
| Filename | Editors | Viewers | ||||||||||||
|
<%= storedFiles[i].name %>
|
<% if (storedFiles[i].canEdit) { %>
|
|
<% if (storedFiles[i].documentType == "text") { %>
<% } else if (storedFiles[i].documentType == "spreadsheet") { %>
<% } %>
|
|
<% if (storedFiles[i].documentType == "text") { %>
<% } %>
|
<% if (storedFiles[i].documentType == "text") { %>
<% } %>
|
<% } else { %>
<% } %> |
|
|
|
||||







