OpenXML Filter: XLSX: exclude rows for translation
Depends on the resolution of issue #1059 (closed).
The introduction of rows exclusion should be performed with the consolidation of all worksheet related information: rows, columns, etc. Thus, the following can be a goal to achieve:
worksheetConfigurations.number.i=1
worksheetConfigurations.0.namePattern=My workheet name
worksheetConfigurations.0.excludedRows=1,2,3
worksheetConfigurations.0.excludedColumns=B,C
worksheetConfigurations.0.metadataColumns=D,F,E