Best method for debugging

Can anyone tell me what is the best method for debugging workbook creation using Aspose.Cells.

Previously, using Excel Automation, I could single-step through my code and see the changes my code has made as it made it.

Can anyone suggest the best method of doing this when coding for Aspose.Cells?

Hi,

Well, you may use the same technique for debugging as you were doing using Excel Automation. In VS.NET, there are plenty of options. For example, you may use Step Into and Step Over options to debug any APIs set or procedures etc. You may set Breakpoints at specific locations for your need. You can also make sure of other windows while the debug mode. etc.

Thank you.

What I had in mind was any way I can see what effect my code is having as it does it, as in Excel VBA programming without screen updating turned off.

Hi,


Well, I am afraid, Aspose.Cells does not support to access or manipulate VBA/Macros codes.

Sorry for any inconvenience caused!