Problems with Merged Workbooks

Last post 08-30-2009, 2:06 AM by aspose.notifier. 3 replies.
Sort Posts: Previous Next
  •  05-27-2009, 6:53 PM 181548

    Problems with Merged Workbooks .NET

    Attachment: Present (inaccessible)

    I am evaluting Aspose.Cells 4.7.1.0 for use in an application we are developing.  I need to read an XLS spreadsheet and merge in an XML spreadsheet, but have encountered a few problems with settings being lost.

    The code I am using is:

    Dim wkbkAspose As New Aspose.Cells.Workbook(), wkbkMerge As New Aspose.Cells.Workbook()
    wkbkAspose.Open(
    "C:\Temp\Aspose_Test_Blank.xls")
    wkbkMerge.Open(
    "C:\Temp\Aspose_Test_Merge.xml")
    wkbkAspose.Combine(wkbkMerge)
    wkbkAspose.Save(
    "C:\Temp\Aspose_Test_Tgt.xls")
    wkbkAspose.Save(
    "C:\Temp\Aspose_Test_Tgt.xml")

    I have attached Aspose_Test.zip, which contains the source and generated files.

    The following problems are occurring on Sheet4 of the Aspose_Test_Tgt files:

    • AutoFilter is shown, but does not function.  In the XML file, the _FilterDatabase range is defined twice.  Also, the "Use AutoFilter" permission is not being preserved on the sheet.
    • In the XLS version, the conditional formatting (e.g. D4) is not working.  It appears that the formula was quoted in the XLS version (="$E$1<=100" instead of =$E$1<=100); may be due to the less than sign.

    Please let me know if these problems can be resolved.  We like your product, but need to know that it can handle our needs.

    Filed under: Aspose.Cells bug
     
  •  05-28-2009, 12:44 AM 181573 in reply to 181548

    Re: Problems with Merged Workbooks

    Hi,

    Thank you for considering Aspose.

    Yes, we have found your mentioned issues after an initial test. We will fix them and get back to you soon.

    Thank You & Best Regards,


    Nausherwan Aslam
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  06-01-2009, 4:44 AM 181983 in reply to 181548

    Re: Problems with Merged Workbooks

    Attachment: Present (inaccessible)

    Hi,

     

    Thank you for considering Aspose.

     

    Please try the attached latest version of Aspose.Cells. We have fixed your mentioned issues.

     

    Thank You & Best Regards,


    Nausherwan Aslam
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  08-30-2009, 2:06 AM 195715 in reply to 181548

    Re: Problems with Merged Workbooks

    The issues you have found earlier (filed as 9138) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.

    Note: Just for your knowledge. In the new release v4.8.0, we have merged Aspose.Grid suite to Aspose.Cells for .NET msi installer as Aspose.Grid would be no longer offered as a separate product now. You need to install the installer (uninstall older one first if you have) and use only Aspose.Cells.dll library in your project for your need. You may also take advantage using Aspose.Cells Grid suite though.

     
View as RSS news feed in XML