DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Open XML dll inside Data plugin

I would like to know if it is possible to reference a dll (say an Open XML) inside a DIAdem data plugin.

We need to create a custom Excel report with tables, some basic calculations, highlighting of cells and addition of charts

0 Kudos
Message 1 of 2
(725 Views)

DIAdem provides a library for creating Excel sheets using DIAdem

CreateExcelWorkbook

 

If this doesn't suite your needs, you may consider creating a C++ DataPlugin:

https://github.com/ni/dataplugin-sdk-for-cplusplus

 

0 Kudos
Message 2 of 2
(686 Views)