Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Worksheet range: the methods for the IWorkbookWorksheetRangeRequestBuilder class that are documented are missing, with the exception of buildRequest. #289

Copy link
Copy link
@dmolaro-jama

Description

@dmolaro-jama
Issue body actions

The java sdk client is missing the methods for the IWorkbookWorksheetRangeRequestBuilder class that are documented, with the exception of buildRequest.

com.microsoft.graph
microsoft-graph
1.6.0

Example:
graphClient.me().drive().items("{id}").workbook().worksheets("{sheet-id}")
.range("$A$1").format().font()
.buildRequest()
.patch(workbookRangeFont);

.format() is not available, as well as .clear(), .merge(), .delete() etc...

---- Davide
Expected behavior
.format() is available, as well as .clear(), .merge(), .delete() etc...
Actual behavior
Only buildRequest() is available.
Steps to reproduce the behavior
Write some code that returns a IWorkbookWorksheetRangeRequestBuilder, like the examples in the docs.
AB#6037

Reactions are currently unavailable

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.