OpenXML Filter: XLSX: exclude rows for translation

Issue #1060 resolved
Denis Konovalyenko created an issue

Depends on the resolution of issue #1059.

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

Comments (4)

  1. Log in to comment