vividus icon indicating copy to clipboard operation
vividus copied to clipboard

Add opportunity to edit Excel documents

Open ruslan-tyshchanka opened this issue 3 years ago • 3 comments

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

  1. Steps which would allow user to access excel file by its path within a project, and then edit cells within selected excel document.
  2. 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

ruslan-tyshchanka avatar Jul 19 '22 11:07 ruslan-tyshchanka

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);

Aliaksei-Andreyeu avatar Jan 20 '23 07:01 Aliaksei-Andreyeu

Please add this feature, it is really nice-to-have!

EKrysenko avatar Jan 25 '23 11:01 EKrysenko