Browse By Tags

  • Error Importing file with User Defined functions.

    I just upgraded to NetAdvantage 11.2. In my application, I am trying to import a workbook with user defined functions. When I call the function WorkBook.Load(fileName), It crashes with an ArgumentNullException. The formula string cannot be null. Parameter…

  • Error importing an XLSX file containing a web image

    Greetings,

    I have been able to reproduce this issue in both 2010.3SR and 2011.1.

    The line of code that fails is:

    Workbook wb = Workbook.Load(Filename, false);

    When attempting to load an Excel 2007 XLSX file that contains a picture linked to an image…