Possible to Import a Chart from Excel?

I beleive you can import a chart to XCelsius from Excel but can you do so to Crystal Reports?
This would solve my current chart problems.

Hi Philky,
Try the following to insert charts into your CR.
Go in Insertu2014OLE Objectu2014and select Microsoft Excel 97-2003 Wookbooku2014It will open a excel sheet.  You can open your chart and insert as OLE Object.
Or
You create a chart in excel and copy the chart and past in your Crystal Report.  If you double click on your chart it will take you to excel sheet again.
Thanks,
Sastry

Similar Messages

  • Is it possible to import the total from one worksheet to appear in a cell in another worksheet?

    Is it possible to import the total from one worksheet into another separate worksheet?

    In Numbers terminology a File (of document) contains sheets.  Sheets contain tables, and graphic elements (circles, text, lines, charts, etc.).
    So...
    if you are asking if you can reference a cell of a table in another table in the same sheet: yes
    if you are asking if you can reference a cell of a table in another sheet: yes
    if you are asking if you can reference a cell of a table in another sheet of another document: no

  • 3D Pie chart from Excel to labview

    Hi every one,
    How can I Import a 3D pie chart from Excel to labview ?
    Thx

    There is no direct import mechanism for that. You would need to re-create the pie chart in LabVIEW, as LabVIEW has different 3D graphs than Excel. You would need to get the data out of Excel and use the 3D graphs to draw it. As for getting the data out of Excel, there have been numerous posts on reading data from Excel using ActiveX - just search for "read excel labview". You can also find many links to lots of other examples in the Excel thread. Please note: the Excel thread is a repository of links. Do not post a question in that thread.

  • Is it possible to show the comments from Excel spreedsheets in Numbers?

    Is it possible to show the comments from Excel spreedsheets in Numbers? And can I create comments in new Numbers spreedsheets like Excel?

    Yes.  You can open excel files with comments and add comments using the menu item "Insert > Comment":
    Numbers will export a file as excel using the menu item "File > Export > Excel...":
    But will not natively save excel files.  So if you will be regularly working with a file in both Numbers and Excel you should consider using only one of the programs as the only way to save a document in Numbers is as a Numbers document.  Said another way Number can only import and export Excel.

  • How do i import a table from excel into dw8?

    I want to import a table from excel into a table in dw8, i
    just want the data inside the excel table to be imported to the
    table in dw8.
    The tables has the same stracture - number of rows and
    columns.
    is it possible?
    btw special paste is no good, since it copies the stracture
    of the table from excel which contains <td height="17">,
    which is not good coding - td doesn't support the height
    option.

    table without special paste:
    <table width="90%" border="1">
    <tr>
    <th scope="col"> </th>
    <th scope="col"> </th>
    <th scope="col"> </th>
    <th scope="col"> </th>
    <th scope="col"> </th>
    <th scope="col"> </th>
    <th scope="col"> </th>
    <th scope="col"> </th>
    <th scope="col"> </th>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    </table>
    table with special paste(Text with structure):
    <table width="90%" border="1">
    <tr height="17">
    <td height="17" dir="rtl"
    align="right"> </td>
    <td dir="rtl" align="right"> </td>
    <td dir="rtl" align="right"> </td>
    <td dir="rtl" align="right"> </td>
    <td dir="rtl" align="right"> </td>
    <td dir="rtl" align="right"> </td>
    <td dir="rtl" align="right"> </td>
    <td dir="rtl" align="right"> </td>
    <td> </td>
    </tr>
    <tr height="17">
    <td height="17" align="right"> </td>
    <td align="right"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr height="17">
    <td height="17" align="right"> </td>
    <td align="right"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr height="17">
    <td height="17" align="right"> </td>
    <td align="right"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr height="17">
    <td height="17" align="right"> </td>
    <td align="right"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr height="17">
    <td height="17" align="right"> </td>
    <td align="right"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr height="18">
    <td height="18" align="right"> </td>
    <td align="right"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    </table>

  • Could anyone tell me if it is possible to import the information from the Palm Pilot agenda and address book to some programs of the Iphone and Iphone?

    Could anyone tell me if it is possible to import the information from the Palm Pilot agenda and address book to some programs of the Iphone and Iphone?

    Look to your right under "More Like This" for related discussions. ----------------->

  • Is it possible to take a chart from numbers and put it into keynote instead of remaking it in keynote?

    Is it possible to take a chart from numbers and put it into keynote instead of remaking it in keynote?

    Take a screenshot of the chart and use that in Keynote, if you can't find another way.

  • How to import a file from Excel or Access?

    I use Oracle816 on windows2000 Server..
    Let me know!!
    How can I import a file from Excel or Access?
    null

    Treat the excel file as you would any other file you load into the Repository.
    Files can be loaded into the Repository from the Repository Object Navigator, the Commandline tool or even through the Java API.

  • Is it possible to import a title from Premiere Pro into AfterEffects?

    Is it possible to import a title from Premiere Pro into AfterEffects?
    AE CS6
    PP CS6
    Thank you,
    Robert

    You can render the title out of Premiere Pro as a movie and bring it into After Effects as a video file. Titles aren't automatically converted when you copy and paste from Premiere Pro to After Effects or use Dynamic Link to send something to After Effects.
    You can submit feature requests here:
    http://www.adobe.com/go/wish

  • Can illustrator populate a pie chart from excel data?

    I was wondering if there was a way to import excel datat into illustrator, then it populates a vector pie or bar chart for me?  Is this even possible?
    Thanks in advance,
    Jenny
    http://texturedwallpaper.org

    you can copy/paste data from Excel to Illustrator

  • Can I use Power Query to Import a table from Excel sheet range which starts not from the top row?

    Hi,
    Being an experienced Excel user before Power BI, I am just starting to explore the M and Power Query capabilities, and need help already (ain't easy to google this use case somehow):
    I need to import the table which sits in the Excel file with header row in the row 17 of Excel sheet, with some metadata header in the preceding rows of the columns A and B.
    01: Report name, Quick Report
    02: Report Date, 1/1/2014
    17: Employee Name, Manager, etc...
    18: John Doe, Matt Beaver, etc.
    Both (a) direct attempt to load as Excel file and (b) the indirect way through [From Folder] and formula in custom column -- both lead to the same error: "[DataFormat.Error] External table is not in the expected format."
    Specifically, I tried to use the [Power Query -> From File -> From Folder] functionality, select an Excel file and add a custom column to access the binary content: [Add Custom Column] with formula "=Excel.Workbook([Content])".
    It looks like Power Query expects a rectangular range with headers full-width followed by a contiguous table range to import anything, and refuses to load if that is not the case...
    QUESTION: Is there any way to load whatever-formatted data from Excel first, and then manipulate the overall imported range (like referring to rows starting from 17th using "Table.SelectRows" etc.) to read the actual data? Reading and using
    the metadata from header would be a bonus, but that comes second... The main issue is to get something from a non-regular Excel file to later work with using M formulae ...
    Thanks!
    SAM

    Finally found the answer to this one in ():
    You Cannot Open a Password-Protected Workbook
     If the Excel workbook is protected by a password, you
      cannot open it for data access, even by supplying the correct password with
      your connection settings, unless the workbook file is already open in the
      Microsoft Excel application. If you try, you receive the following error
      message:
    Could not decrypt file.
    ANSWER: So, will have either weave in the work with temporary unprotected files or requires opening them before updating the data source (although this almost defeats the purpose of automation...)
    ANSWER to ORIGINAL QUESTION: password was preventing Power Query from reading the Excel file. For solution see above.
    Thanks anyway for participation and inspiration, Imke!

  • Is it possible to import the iPhone from the US to the UK?

    Hey,
    Is it possible to import an iPhone 3GS from the US to the UK, and use it on the O2 network? I don't want to waste my money first!
    Thanks a lot.

    A US phone that is carrier locked to AT&T could not be legally unlocked in the UK. The other issue is the iPhone warranties are locked to the country the phone was purchased in, so if you were able to eventually use it, if you had a problem you would have to get the phone back to the US for service. Kind of a Catch 22 there.

  • Is it possible to import my playlist from a different computer to anouther with out the use of a flashdrive?

    Is it possible to import a music library from one computer to anouter with out a flash drive or eny other forms of music storage?

    Connect both to the same network, transfer entire library from source machine to target by way of a shared folder.
    tt2

  • How do I import the data from Excel (.xls) file into Oracle Database table

    I have an excel file with 5 columns of 5000 rows.
    I have to import 5000 rows of data into my oracle table with
    same column names & Data types.
    What is the best advise for this ?
    Thanks.
    Srini

    You can connect to Oracle from Excel directly. I know you can read data but am not sure if you can export data.
    Other option is to import the data into Access.
    Create an ODBC connection for Oracle
    Use the to connect to Oracle from Access
    Export data to Oracle from Access
    Shakti
    http://www.impact-sol.com
    Developers of Guggi Oracle - Tool for DBAs and Developers

  • Copying chart from Excel to Illustrator

    The calibri font used for graphs in Excel are not recognized when the graphs are copied into Adobe Illustrator. Other than changing the font to arial or another font, does anyone know a workaround? I upgraded from CS4 to CS6 on my mac and I still get the same error, "An unknown shading type was encountered," and the letters in the chart get substituted with jumbled symbols. I've tried copy the chart directly from excel to illustrator as well as saving it as a pdf or postcript file and then opening in illustrator. But neither approach works.
    A friend managed to open the chart in Illustrator (CS5 on a mac) which gave the prompt that it cannot read the font and that it will display it as outlines. This worked and the text was displayed properly. But for some reason I never received this promopt whether using illustrator from CS4 or CS6.
    Thanks

    Here is a video!!
    http://www.youtube.com/watch?v=J3CJfBlZuW0
    Adobe illustrator CS3, M/S Excel 2003, HWP 2002(Korean Wordprocess),
    Macro Keyboard, script, Action ...

Maybe you are looking for

  • What is the significance of Hash Partition ?

    Hi All, First time i am going to implement Hash partition as well as subpartition also.before implementing i have some query regarding that. 1.What is the Max no. of partition or sub partition we can specify and default ? 2.How do we know whch data c

  • Multiple calendars open at once in Outlook 2010

    Hello, We've been experiencing a new issue with a small set of users (5).  When they select the Calendar from Outlook 2010, multiple calendars are displayed at once.  These users have rights to the accounts of other users and even though those calend

  • Mapping run time Error

    Hi Experts. I am testing my mapping using Test TAB in Message mapping. I given the test values for all elements. then i executed. i took the target xml file and i am posted (sended) same xml file from RWB. I am getting below error;   *<?xml version="

  • Calling text element

    How to call text lement and standard text in a smart form plz expain me Thanks Prasad.

  • Illustrator CC 2014 Cannot open .eps, and .ai files.

    Hello! I recently began using the Creative Cloud and am trying to open a file made in a previous version of illustrator.  I'm getting an error "The file '123.ai' is in an unknown format and cannot be opened.'"  It says the same thing about .eps files