vividus
vividus copied to clipboard
Add opportunity to edit Excel documents
Is your feature request related to a problem? Please describe. There's excel template which needs to be filled in with different data during each test run.
Describe the solution you'd like
- Steps which would allow user to access excel file by its path within a project, and then edit cells within selected excel document.
- It would be better if such step would create a copy of described excel file and the editing part would happen to the copy of our template, so that the empty template would always remian in our repository, available and ready for next test runs.
Describe alternatives you've considered
Create excel documents with corresponding cells from scratch using When I create temporary excel file with content:$content and put path to $scopes variable $variableName step
Please add this feature. Our flow also requires working with Excel documents (.xlsm):
- Download the file from the system (API request);
- Edit the file;
- Upload the file back to the system (API request);
Please add this feature, it is really nice-to-have!