I have a Table
object, and I need a mapping from the general column references in the document (that is: A, B, C, ...) to the corresponding table columns names (for example: Unity, Totals, ...).
For example having a Table with 2 columns ("Id", "Total") that begin at cell 'A1'. Note that the numbers of row doesn't matter at all. The resultant mapping should be:
- A -> Id
- B -> Total
How can I accomplish this task with the C# open xml sdk 2.5 ?
Aucun commentaire:
Enregistrer un commentaire