Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Hyperlink and CopyData range issue in Aspose Cells

Last post 09-06-2010, 5:05 AM by Amjad Sahi. 29 replies.
Page 1 of 2 (30 items)   1 2 Next >
Sort Posts: Previous Next
  •  07-09-2010, 5:15 PM 247923

    Hyperlink and CopyData range issue in Aspose Cells

    <font size="2"><p>I am trying to copy the data from one range to another but the hyperlink associated with a cell in source range is not getting copied to the destination range, the data is seen as hyperlink but the address is missing</p><p>&nbsp;</p></font>
    This message was posted using Aspose.Live 2 Forum
     
  •  07-10-2010, 2:59 AM 247938 in reply to 247923

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi,

    Well, Range.CopyData() only copies the data, so you need to use Range.CopyStyle() with it. Alternatively, you may use Range.Copy() as it copies both data and styles.

    After some investigation, I found the hyperlink object does not copy rather only the formatting of the hyperlink with data (formatted with blue colored and underlined) is copied and we cannot use the link. I have logged your issue with an id:
    CELLSNET-18366. We will figure it out soon.

    Thank you.

    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-12-2010, 1:03 AM 248128 in reply to 247938

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi Amjad,

    We are able to copy the hyperlink style and data using Range.Copy() or using Range.CopyStyle() and CopyData() API's but our issue is the one you found out that the Link address is not getting copied using these API's, Can you please provide us a solution for copying the hyper link address ASAP, so that when user clicks on the hyperlink the appropriate link opens after copying the range of cells?

    Please let us know by when can we except an update for this issue? Awaitng for your update and hope it comes very soon,

    Thanks & Regards,

    Padmaja

     

     
  •  07-12-2010, 1:39 AM 248131 in reply to 248128

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi,

    Yes, we already found the issue (as I mentioned in my previous post), I did log the issue with an id: CELLSNET-18366.

    Hopefully, within 1-2 days, we can provide you the fixed version for Range.Copy() method for your need.



    Thank you.

    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-13-2010, 10:54 PM 248555 in reply to 248131

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi Amjad,

    Can you please let me know the status of this issue and when I can get a fix for this?

    Thanks & Regards,

    Padmaja

     

     
  •  07-14-2010, 12:07 AM 248562 in reply to 248555

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Attachment: Present (inaccessible)
    Hi Padmaja,

    Please try using the attached hotfix v5.0.0.13 of Aspose.Cells for .NET. It includes the resolution of this problem. Should you have any further query, please let us know.

    Sincere Regards,

    Salman Shakeel
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-14-2010, 2:48 AM 248585 in reply to 248562

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi,

    I just tried with the hotfix v5.0.0.13 that you have provided but I was shocked seeing the way the its behaving now , the issue I have specified is that the hyperlink address doesnot get copied using CopyData or Copy method in Range, you have provided a fix with Copy() API, and now the Copy() Api is coping the link address to both text to display and the address, this is a weried behaviour and I didnot except this type of solution from Aspose.

    I have tried in a sample application the following steps, I  opened a workbook "Book1" having a hyperlink at "A1" cell, the cell text "A1" is  having "Test" and the link attached is " http://www,aspose.com" to that cell, when I am using the Copy() API on Range object and saving it to "Book2" it is changing the text to display to " http://www.aspose.com" , the actual text I added in Book1 "Test" is now missing.

    Please let me know if I am missing any other call or the issue is still exists and provide me with the update. If possible please support the hyperlink address copy through CopyData  API as well.

    Thanks & Regards,

    Padmaja

     
  •  07-14-2010, 3:49 AM 248604 in reply to 248585

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi,

    I have tested your scenario but could not find the issue you have mentioned. We appreciate if you could create a console demo application, zip it and post it here to show the issue, we will check it asap.

    Thank you.

    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-14-2010, 4:00 AM 248608 in reply to 248604

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Attachment: Present (inaccessible)

    Hi Amjad,

    Please find attached the sample applciation, in this Book1 is my input file having "Test" in Cell "A1" for which I have added a hyperlink address, I am trying to open this file using Aspose API and then creating the range for copying it into a different workbook(new workbook) "Book2" the added is getting copied in Cell "A1" as text as well.

    Please let me know if you require any other information

    Thanks & regards,

    Padmaja

     
  •  07-14-2010, 4:59 AM 248624 in reply to 248608

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi,

    We found the issue for XLSX files, thanks for the project.

    We will figure your issue out soon.

    Thank you.

    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-14-2010, 6:07 AM 248637 in reply to 248624

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi Amjad,

    Can you please provide the support of copying the hyperlink address to CopyData() method along with Copy() method of the range object?

    Please provide the fix for this issue ASAP.

    Thanks & Regards,

    Padmaja

     
  •  07-15-2010, 2:27 AM 248790 in reply to 248637

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi,

    We have noted down your request "support of copying the hyperlink address to CopyData() method" as well. We will provide the supported version soon.

    Thank you.

    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-16-2010, 5:47 AM 249007 in reply to 247923

    Re: Hyperlink and CopyData range issue in Aspose Cells

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


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
  •  07-18-2010, 11:21 PM 249172 in reply to 248790

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi Amjad,

    We have downloaded Aspose Cells V5.1.0, the issue of hyerlink is solved by CopyValue method but still we are waiting for it to get solved in CopyData(), Can you please let us know if you are going to support the copying of hyperlink work through CopyData() method also or not.

    One thing we have noticed in V5.1.0 is that few methods signature has chnaged along with few methods got deprecated, this is causing issues for us, as we need to change/modify the existing code and also put efforts and time for testing our complete application with the modified code, Its good that you are moving forward with new API and also solving issues but please ensure that there is backward compatability as well which will not cause issue for us  and which will not require any code change or testing efforts for the existing application.

    Thanks & Regards,

    Padmaja

     
  •  07-19-2010, 4:35 AM 249212 in reply to 249172

    Re: Hyperlink and CopyData range issue in Aspose Cells

    Hi,

    We have already noted down your requirement for the enhancement over CopyData() method for hyperlinks. We will let you know when it is supported.

    Well, as you already aware that we are in the process to enhance the overall api structure, we need to make the APIs more user friendly and clean as possible. We have made certain API obsolete, but mind you they are there in the product and would work same as before, your code will still work fine (only -  there will be no intelligence in vs.net). Moreover, those obsoleted api will be completed eliminated from the product after one year.


    Thank you.



    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
Page 1 of 2 (30 items)   1 2 Next >
View as RSS news feed in XML