You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worksheet range: the methods for the IWorkbookWorksheetRangeRequestBuilder class that are documented are missing, with the exception of buildRequest. #289
The java sdk client is missing the methods for the IWorkbookWorksheetRangeRequestBuilder class that are documented, with the exception of buildRequest.
.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