-
New Feature
-
Resolution: Fixed
-
Normal
-
None
-
None
-
Security Level: Jimmy
-
None
User Story
As a developer, I want to clone a sheet with cell value only, which doesn't include any formula or name range in that sheet.
Acceptance Criteria
The cloned sheet should not contain any formula cell but value.
Details
Currently we can use Range.cloneSheetFrom(String, Sheet), but it will copy all formulas, so it's better to add one more parameter to this method with a ValueOnly boolean value to indicate whether the cloned sheet do/do not use formula as cell value.