2

I want to save an Excel document using the Excel javascript APIs. Is there any API, similar to Word's Document API in Excel that let's you do this?

1 Answer 1

2

Unfortunately not yet, but is in our backlog to enable this.

Sign up to request clarification or add additional context in comments.

3 Comments

Is there any other way we can detect if the file is unsaved and then save the file?
Again saving the Workbook is not possible today. the plan is that the same method will save if needed.
If you only need to know if the file has ever been saved, you can use Document.getFilePropertiesAsync. The result (asyncResult.value.url) will be empty if the document hasn't been saved. This won't tell you if there are any unsaved changes however.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.