hello , We are upgrading our project from version 11.4.0 to version 13.2.0 but after resolving all the merge conflicts we are facing multiple errors regarding the Excel export functionality for all the user created entities which was using this library to generate the excel files using WDx_Asset_Tracking.DataExporting.Excel.NPOI; now all exporting methods use using WDx_Asset_Tracking.DataExporting.Excel.MiniExcel; is there a way to update the export excel function automatically after the upgrade inside the power tool because it would take a lot of effort and time to do this to all the user created entities in the app.
6 Answer(s)
-
0
Hi @WirelessDynamics
If you regenerate the same entity, this class must be generated using MiniExcel. Just double check the project version in AspNetZeroRadTool/config.json file.
-
0
We can't just regenerate old entity as it has many modifications and deviatiation from the power tool generated one.
We need to keep the old as is
-
0
Hi,
In that case, no other option comes to my mind. You can manually modify these classes.
-
0
-
0
we noticed that the above behaviour happened in case of Entity with Dynamics property, any solution here?
-
0
Hi @WirelessDynamics
Could you share a sample JSON file for one of the problematic entities ? You can find it under AspNetZeroRadTool folder.