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
Copy file name to clipboardExpand all lines: documentation/master-solicitor.asciidoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1311,6 +1311,8 @@ Within each row which was copied in the previous step the templating logic searc
1311
1311
NOTE: Performance hint: Using Hyperlinks in "template rows" might result in degraded performance when Solicitor processes the XLS template. This is
1312
1312
due to the fact that copying cells that are marked to be hyperlinks might be slow if the XLS file contains a lot of hyperlinks. This performance issue might be avoided if hyperlinks are represented as formulas like `=HYPERLINK("https://www.google.com")` or `=HYPERLINK("$someUrlPlaceholder$")` instead of defining a hyperlink via the "Link" context menu entry of Excel.
1313
1313
1314
+
===== Optional deletion of rows after template expansion
1315
+
After the template has been expanded the ExcelWriter will look for any cells in the Excel-Sheet which contain the text `\_row_to_be_deleted_`. All rows containing such cells will be deleted.
1314
1316
1315
1317
===== Representation of Diff Information
1316
1318
In case that a difference processing (new vs. old model data) was done this will be represented
@@ -2098,6 +2100,7 @@ creating a rule template file, defining the decision table as XLS or CSV file an
2098
2100
== Release Notes
2099
2101
Changes in 1.49.0::
2100
2102
* https://github.com/devonfw/solicitor/issues/360: Allow alignment of groupId, artifactId and version to PackageURL when reading component lists with Readers. See <<Deriving groupId, ArtifactId and Version from the PackageURL>>.
2103
+
* https://github.com/devonfw/solicitor/pull/363: Allow to delete rows in XLS files generated by the ExcelWriter. See <<Optional deletion of rows after template expansion>>.
2101
2104
2102
2105
Changes in 1.48.0::
2103
2106
* https://github.com/devonfw/solicitor/pull/357: Refactor model import logic.
0 commit comments