View/Modify word document online? - documents

We are currently using the Interop for word document maniplulation's like merge of fields to word template docs and also some macro code which on download of the word file to the cient system does some calculation and gets updated on the server !
We need to change this .
Is there any way like view/modifying a word document online(Web) make changes to doc and get it saved to the server ?
Regards,
Francis P.

You can use Google Docs

Another way is to use the Microsoft Office 365 API.
Office 365 API reference

Related

Is it possible to get the localized display name of a SharePoint column via MS Graph?

I have a SharePoint Online Modern Team site of which the default language is set to Dutch. When I use the Microsoft Graph Explorer to retrieve a document library and related columns all display values are in the English language. Is it possible to get the localized values via MS Graph?
Thanks in advance.
Regards
Gijs Stoeldraaijers
Header option does not work
Sadly it's not possible to get the localized column names using the new HeaderOption("Accept-Language", "nl-NL")
code as described here.
Not yet implemented...
According to this question and answer this feature is not yet (2021 March) implemented.
So the only option for now is to use CSOM to get this information.
More references
https://answers.microsoft.com/threadauth/c46d5dae-84d3-4db0-ba50-c30bd5987c88
https://techcommunity.microsoft.com/t5/sharepoint-developer/how-to-get-the-local-translated-column-name-from-a-sharepoint/m-p/2201747/thread-id/10127/highlight/true
User-Voice
I did create a User-Voice request here
https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests/suggestions/42889503-return-localized-column-names-from-a-sharepoint-li to enable localized column names using the Microsoft Graph.

Evaluating workbooks with microsoft-graph / office 365

Is it possible to upload a workbook to office365, have it evaluated, and then download the evaluated workbook?
By evaluation I mean have all the formulas in all the cells be calculated.
You can certainly upload the workbook using OneDrive API. You can then access workbook content using Excel REST API and read/write/calc. I'm not sure what you mean by evaluate. The eval Excel API itself is not supported. Please update the question with exact requirements for the community to help you.

Add header to Excel document using Microsoft Graph API

I'm looking for a way to edit headers in Excel document online. I start looking at Graph API, but I don't see any way to do so.
Is there any documentation regarding this issue?
The Microsoft Graph API does not not support changing the header or footer of an Excel document.
I would recommend adding your suggestion to the UserVoice site.

Can I use the RTF format?

I am making a text editor and I want to support rtf text files. I want my editor to create RTF text documents and read them. I was doing research and I read that Microsoft developed the rtf format. Can I make this editor without paying any royalties or getting into legal trouble?
You can make the editor.
Microsoft allows use of the file format under its Open Specification Program, which states that:
"Microsoft irrevocably promises not to assert any Microsoft Necessary Claims against you for making, using, selling, offering for sale, importing or distributing any implementation to the extent it conforms to a Covered Specification (“Covered Implementation”), subject to the following. This is a personal promise directly from Microsoft to you, and you acknowledge as a condition of benefiting from it that no Microsoft rights are received from suppliers, distributors, or otherwise in connection with this promise." (quoted from here)
Among the covered specifications are "Other Office File Formats", among which are RTF (document found here).
You do not need to notify Microsoft for use of these formats.

Google Docs editor like in any web language

I have a project in where i need to write documents in a webeditor like the new googledocs,
I know that google docs doesnt support editing and saving the documents on my own server.
My question is :
There is any similar version of the new google docs payable or in any other licence that permits me to edit a document in an editor like the new google docs where can i save the content editable in my own db ,writen in any web programming language ?
thanks in advance!
If I understand you mean to say you need exactly as Google Docs? - Like Uploading doc downloading doc kind of.
We can do it in jquery

Resources