01-21-2022 06:03 AM
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
01-25-2022 07:53 AM
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