Quantcast
Viewing all articles
Browse latest Browse all 1621

Closed Unassigned: How add new customProperties in excel using NPOI library [12314]

I want add two new customPropertites in excel as the picture1 in attachment . the code as following.

``` workbook.DocumentSummaryInformation.CustomProperties = new CustomProperties();
workbook.DocumentSummaryInformation.CustomProperties.Add("ESG_TYPICAL", "EPLAN SCHEMATIC GENERATOR");
workbook.DocumentSummaryInformation.CustomProperties.Add("ESG_TYPICAL_VERSION", "1.8.10");
```
but result is I get nothing.
Comments: Not a bug

Viewing all articles
Browse latest Browse all 1621

Trending Articles