Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2009
    Location
    Rochester, Kent, UK
    Posts
    70

    Question Linking to Excel Charts

    XDP6 - Is there a way to link/placeholder to charts located in an excel file?

    I've tried using a \Graphs folder in the webspace area and placeholdering to exported graph images but when I update the graphs in the specified folder (maintaining filenames), the exported web only seems to show the originally exported file/placeholder image. How do I ensure the placeholder file is always linked?

    I cant copy the file as an example due to ITAR/IPR restrictions.

  2. #2

    Default Re: Linking to Excel Charts

    For your placeholder, use a relative URL in the 'Replace with HTML code" area:

    example:

    <img src="/graphics/myexcelimage.png">

    EDIT: Added example attachment (using an absolute URL)
    Attached Files Attached Files
    Last edited by steve.ledger; 20 September 2010 at 07:46 PM.

  3. #3
    Join Date
    Jan 2009
    Location
    Rochester, Kent, UK
    Posts
    70

    Cool Re: Linking to Excel Charts

    Thanks Sledger

  4. #4
    Join Date
    Jan 2009
    Location
    Rochester, Kent, UK
    Posts
    70

    Default Re: Linking to Excel Charts

    Sledger,
    In your relative linking example, should the /graphics folder reside in the same directory as the index.htm or the index_htm_files folder?

  5. #5

    Default Re: Linking to Excel Charts

    It would be in the same directory as the index.htm.
    Relative URL means relative to the document that links it.

  6. #6
    Join Date
    Jan 2009
    Location
    Rochester, Kent, UK
    Posts
    70

    Cool Re: Linking to Excel Charts

    Thanks once again Sledger.
    Another related question - using this approach is it possible to define the size of the imported image e.g. 640 x 480 pixels, or do I have to size the image files according.
    I know using other placeholder options XDP6 resizes automatically to the placeholder.

  7. #7
    Join Date
    Jan 2009
    Location
    Rochester, Kent, UK
    Posts
    70

    Default Re: Linking to Excel Charts

    I think ive answered my own question <img src="/graphics/myexcelimage.png" width="640" height="480"> although I think it would be best practice to size the images appropriately before use.

  8. #8

    Default Re: Linking to Excel Charts

    Quote Originally Posted by Carrot View Post
    I think it would be best practice to size the images appropriately before use.
    Definitely ;-)

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •