Chart text from Excel to illustrator cs6 not copying right

Hi all
Im having a bit of a problem with the text from charts made in Excel 2008 (v.12) copy and pasted into Illustrator CS6
Once pasted into Illustrator it changes all the text pasted into numbers and punctuation marks
I cant see in the setting anything to change with fill handling etc to stop this happening
I need to paste these charts into Illustrator from excel to make them into into house styles etc as they are supplied to me and illustrator cant make up the charts I need.
Any ideas anyone as I dont want to have to retype the text on each chart if I can help it.
Many thanks
Paul

Hi guys, there are several way to approach the font change. The font is picked up from the default "Body Font" on the default "Office Theme" template when creating new documents.
to change the font to Arial or something else (using Windows), go to File->Options->General and choose your font under "When creating new Workbooks"
that would make "Arial" the default font when typing your data in new books, but when the chart is made, it will still have "Calibri" in it since we're using the default "Office Theme".
to change the font, go to "Page Layout" tab and in the "Themes Group", click on "Fonts" and at the bottom click on "Create New Theme Fonts"
change the Body Font to "Arial", give the Theme font a name and click Ok.
now all newly created books will show Arial, but the charts will still have the Calibri font since they depend on the "Office Theme" template, but now it will be easier to change the theme fonts to the Arial, by choosing the newly created theme, and the charts will pick up the fonts too.
it is possible to change the default "Office" theme to something else...but that's another tutorial.

Similar Messages

  • 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 ...

  • Extracting data from Excel To Illustrator javascript or vbscript

    Hi all-
    I was wondering if there was a way to extract data from Excel to be used in Illustrator. I know there is an option of variables and xml, and I don't want that. I've seen and tried out how to read illustrator and write to excel, and I get that.  What I would like to do is pretty much the opposite:
    1.Pre-fill in an Excel file(.xls,.csv, doesn't matter) with data such as a filename in column 1 and (Replacement Text) in column 2 and close manually.
    2. Run script(VBSCRIPT,Javascript, doesn't matter)
    3.For each column in Excel file where cell in first column is not empty, open Illustrator Template with placeholder of "DWG" textframe and replace the frame titled "DWG" with Replacement text from Excel in Column2.
    4, Save each to a PDF file and name file with text from Excel Column1(Filename)
    In a nutshell, there will be a single illustrator template with a premade textFrame with a name of "DWG". Excel will contain two columns, one for the filename to be named and one for the relative text to replace with the placeholder in AI. I hoped I explained this well enough without causing too much confusion. Thanks in advance.
    Filename
    Replacement Text
    test1.pdf
    DWG01
    test2.pdf
    DWG02
    test3.pdf
    DWG03
    test4.pdf
    DWG04

    As text… \n is new line character and \r is return character. I can't remember which excel uses but they both equate to a line/paragraph… I very quickly threw together an example for you…
    #target Illustrator
    textToPDF();
    function textToPDF() {
              if ( app.documents.length == 0 ) { return; }
              var doc, csvFile, i, fileArray, opts;
              csvFile = File( '~/Desktop/ScriptTest/Test.csv' );
              if ( !csvFile.exists ) { return; }
              fileArray = readInCSV( csvFile );
              doc = app.activeDocument;
              opts = new PDFSaveOptions();
              opts.pDFPreset = '[Press Quality]';
              // Here we loop the main array
              for ( i = 0; i < fileArray.length; i++ ) {
                        // Here we get the second item of sub array i
                        doc.textFrames.getByName( 'DWG' ).contents = fileArray[i].[1];
                        // Here we get the first item of sub array i
                        doc.saveAs( File( fileArray[i].[0] ), opts );
    function readInCSV( fileObj ) {
              var fileArray, thisLine, csvArray;
              fileArray =[];
              fileObj.open( 'r' );
              while( !fileObj.eof ) {
                        thisLine = fileObj.readln();
                        csvArray = thisLine.split( ',' );
                        fileArray.push( csvArray );
              fileObj.close();
              return fileArray;
    I haven't tested it but it should be close…?

  • Hello, for a multilingual catalog project I would have to know how and with what tool I can place text from Excel or a database in text frames / tables. The basic idea is to provide the text box with an ID (eg text_eng_art_nr_987654 ) and above to ma

    Hello, for a multilingual catalog project I would have to know how and with what tool I can place text from Excel or a database in text frames / tables. The basic idea is to provide the text box with an ID (eg << text_eng_art_nr_987654>>) and above to make the connection. Does anyone have a tip. Thanks in advance !!!
    Bernd

    Data merge is really useful in many circumstances, but my first question would be about the size of the project. A really large catalog might be better handled by processing an IDML in some kind of translation memory tool.
    If all of your multilingual content is already in Excel, then it's probably best handled with a Data Merge. Note that you can't save Unicode CSV out of Excel for the merge, so for many languages you'll need to save "Unicode Text" out of Excel and tweak your import settings when you select a Data Source for encoding (Unicode) and delimiter (tab instead of comma).

  • How to copy text from Excel to a text field in the form?

    Hi All,
    I want to copy a text from Excel or Word file and paste it in a text field in the form, How?
    I tried to use ctrl+c for copy and ctrl+v for paste but it doesn't work!

    hi, i've seen this problem before but can't remember what the solution was...
    but just by searching on this forum resulted in this link
    Re: Copy and Paste
    hope it helps

  • Reading long text from excel file to an internal table

    Hi
    Can any body tell me how to read long text from excel file to an internal table.
    When i am using this FM KCD_EXCEL_OLE_TO_INT_CONVERT then it is reading only 32 characters from each cell.
    But in my excel sheet in one of the cell has very long text which i need to upload into a internal table.
    may i know which FM or what logic i need to use for this problem.
    Regards

    Hi,
    Here is an example program.  It will upload an Excel file with two columns.  You could also assign the Excel structure dynamically, but I wanted to keep the example simple.  The main point is that the internal table (it_excel in this example) must match the Excel structure that you want to convert.
    Remember, this is just an example to help you figure out how to properly use the technique.  It will certainly need to be modified to fit your requirements, and as always there may be a better way to get the Excel converted... this is just one possibility that has worked for me in the past.
    *& Report  zexcel_upload_test                            *
    REPORT  zexcel_upload_test.
    TYPE-POOLS: truxs.
    TYPES: BEGIN OF ty_excel,
             col_a(10) TYPE n,
             col_b(35) TYPE c,
           END OF ty_excel.
    DATA: l_data_tab         TYPE TABLE OF string,
          l_text_data        TYPE truxs_t_text_data,
          l_gui_filename     TYPE string,
          it_excel           TYPE TABLE OF ty_excel.
    FIELD-SYMBOLS: <wa_excel>  TYPE ty_excel.
    PARAMETERS: p_file TYPE rlgrap-filename.
    * Pass the file name in the correct format
    l_gui_filename = p_file.
    * Upload data from PC
    CALL METHOD cl_gui_frontend_services=>gui_upload
      EXPORTING
        filename                = l_gui_filename
        filetype                = 'ASC'
        has_field_separator     = 'X'
      CHANGING
        data_tab                = l_data_tab
      EXCEPTIONS
        file_open_error         = 1
        file_read_error         = 2
        no_batch                = 3
        gui_refuse_filetransfer = 4
        invalid_type            = 5
        no_authority            = 6
        unknown_error           = 7
        bad_data_format         = 8
        header_not_allowed      = 9
        separator_not_allowed   = 10
        header_too_long         = 11
        unknown_dp_error        = 12
        access_denied           = 13
        dp_out_of_memory        = 14
        disk_full               = 15
        dp_timeout              = 16
        OTHERS                  = 17.
    IF sy-subrc <> 0.
    *   MESSAGE ...
      EXIT.
    ENDIF.
    * Convert from Excel into the appropriate itab
    l_text_data[] = l_data_tab[].
    CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
      EXPORTING
        i_field_seperator    = 'X'
        i_tab_raw_data       = l_text_data
        i_filename           = p_file
      TABLES
        i_tab_converted_data = it_excel
      EXCEPTIONS
        conversion_failed    = 1
        OTHERS               = 2.
    IF sy-subrc <> 0.
    *   MESSAGE ...
      EXIT.
    ENDIF.
    LOOP AT it_excel ASSIGNING <wa_excel>.
    *  Do something here...
    ENDLOOP.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      PERFORM filename_get CHANGING p_file.
    *       FORM filename_get                                             *
    FORM filename_get CHANGING p_in_file TYPE rlgrap-filename.
      DATA: l_in_file  TYPE string,
            l_filetab  TYPE filetable,
            wa_filetab TYPE LINE OF filetable,
            l_rc       TYPE i,
            l_action   TYPE i,
            l_init_dir TYPE string.
    * Set the initial directory to whatever you want it to be
      l_init_dir = 'C:\'.
    * Call the file open dialog without multiselect
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title            = 'Load file'
          default_extension       = '.XLS'
          default_filename        = l_in_file
          initial_directory       = l_init_dir
          multiselection          = 'X'
        CHANGING
          file_table              = l_filetab
          rc                      = l_rc
          user_action             = l_action
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          OTHERS                  = 4.
      IF sy-subrc <> 0.
        REFRESH l_filetab.
      ENDIF.
    * Read the selected filename
      READ TABLE l_filetab INTO wa_filetab INDEX 1.
      IF sy-subrc = 0.
        p_in_file = wa_filetab-filename.
      ENDIF.
    ENDFORM.                    " filename_get
    Regards,
    Jamie

  • Need help in automating text from xml into illustrator

    I have seen some examples of automation script for filling text from xml into illustrator, need some help in this matter.
    Need script (currently working in mac OS)

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • Copying Hebrew text from Excel

    I noticed when I copy a Hebrew text from excel to a notepad, Hebrew words on the notepad are in reverse order.
    If on excel the word is abc. it appears on the notepad as cba.
    Is there a way to force the copy command to keep the original order?
    Thanks,
    Zalek

    Hi,
    Try pasting it to a Word document first, choose the option "Keep Text Only", test if this reverse the order.
    If the order is correct, then copy and paste it to the Notepad.
    Regards,
    Melon Chen
    TechNet Community Support

  • Tell iphoto to view photos from a predefined folder and not copy them

    Hi!
    I am using iphoto 09 and was wondering if we can tell iphoto to take photos from a particular folder and not copy the photos in its own set of folders. I don't want to have duplicates.
    I already had structured my folders in a certain way and I don't want Iphoto copying them again.
    tanks!

    Best way of working: Recreate your folders in the iPhoto Window and forget about your own.
    Here's a fuller description of a Referenced Library and the perils thereof:
    https://discussions.apple.com/thread/3062728?tstart=0

  • Illustrator CS6 "not responding"

    Illustrator CS6 (MAC OSx) constantly freezes for no particular reason, and states "not responding", leaving the only option to "force quit" and restart. I have tried resetting the preferences and various other options, with no success. Is there a way to fix this?

    I am using a Mac Mini, with MAC OSx, and a Phillips screen. There does not seem to be a pattern that I can decipher that helps me figure out why Illustrator CS6 does this.
    Here are a list of some of the times it does this, and a few things I have tried.
    When opening Illustrator, I then create a new document. If I choose the default setting  (Print / A4 etc) then it opens a new document without a problem. If I however change the settings to web, it freezes. If once I have a blank print cmyk document open, I then try to open a previously saved illustrator file (.ai) of any variety - big or small, old or new, print or web etc, it freezes. When I say it freezes I mean that it won't do anything, and on clicking on the icon, it says Illustrator not responding. This does not change over time. I have waited hours to see if anything changes. It does not. I have to "force quit"  and restart it.
    Other times, I have tried to directly open a previous illustrator file / document from finder, with illustrator closed, and it does the same "not responding" after it opens illustrator
    I have tried opening illustrator, and then opening a previous document from the file > open command. It also freezes at this point.
    But then there are times when illustrator opens, and opens files (big or small, print or web, old or new) without a problem, and I haven't seemingly done anything different.
    Other times that is freezes are when moving the swatches panel from one side of the screen to the other, with a document open (any type of .ai)
    I usually work in .ai files, but have had the same problem with .eps and png's etc too.
    It has also frozen when embedding a png image into a .ai doc.
    In general my documents are not large, they average anywhere between 200kb to 2.5 MB usually.
    I have tried switching off my computer and rebooting it, still no luck
    I have tried closing all programs, and only opened Illustrator, still no luck
    I have done software updates with no change.
    I have tried resetting preferences by holding down the shift, cntrl, apple, alt keys on opening. This has helped once or twice, but I have had no luck with it for the past few months.
    Does any of this information help?
    My next option is to delete and reinstall illustrator, but I am a bit nervous to do that in case I have other complications with installing it for a second time.
    Happy to answer other questions, just not sure what other info would be helpful.
    Any advise would be much appreciated!
    Thanks!

  • Illustrator CS6 not recognizing installed fonts

    Hi,
    I have a problem with Illustrator CS6 on Win7 x86 on one of our users' machines. The font Arial Narrow is installed, MS Word / Framemaker pick it up and you can use it, but Illustrator and InDesign won't see the font. So my user can't use Arial Narrow as the family so can't select the font for bold/italics/underline. He can only choose narrow as a sub style of the Arial family, but Arial Narrow has been installed seperately.
    The font has also been placed in the Common subfolder for adobe softwares, but after that it still won't be found.
    What has been tried:
    Uninstall and Reinstall the font
    Add font to font folders for adobe products (both common and product specific)
    Clearing Windows and Adobe font caches
    All these steps have not solved our problem. Can the community please be of assistance?
    Regards,
    Ben

    Thanks for your answer. I see Arial as a font and Narrow as a style for that font. This limits my user because he can't choose Arial Narrow-Itatlics-Bold for example. The Arial Narrow font family (Named ArialN, ArialNB, ArialNBI, ArialNI) has been installed, they are TTF files. These files have been placed in the adobe common folder as well.
    I have used control panel fonts and dubbelclicked yes. I have also tried installing the fonts as shortcuts. I have removed, reinstalled, the works.
    Also the fonts are the latest from MS yes.

  • Why is my Illustrator cs6 not opening files.

    I'm having a issue with Illustrator not opening files (eps or ai) either from the server or my desktop, opening original from Indesign, double clicking a file or from the menu 'open file'. I have to end up quitting Illustrator, then open the file from one of the methods above. Same days it all works fine then other days it doesn't. Quite confusing.
    I've uninstall then reinstall Illustrator previously and it seemed to work fine for a while then it started doing it again.
    And I've tried finding the info on the forums for Illustrator. If its there please point me to the right place.
    Illustrator CS6
    Mac running OS X 10.9
    10GB of Ram
    Please let me know if if more information is required.
    Regards
    Aaron Elmiger

    Aaron,
    Here is a list from easy to serious (note the Cleaner Tool as part of uninstalling and reinstalling in 6), and you may have some disturbance from other applications, see the usual suspects in Item 7) in 5), and 1) - 2) may be the first ones to try, before 3) and/or 4) ):
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Copying text from excel table in PDF, pastes rectangle boxes into other programs.

    Adobe acrobat X Std.
    I have a PDF file with text, graphics and an excel table in it.
    I add comments to the PDF file and reprint it to a new PDF file.
    In the new file I cannot select text from the excel table and paste it into anything.
    When I paste into word or other programs I get rectangle boxes.
    If I go to the original PDF I the text copies just fine.
    Any ideas would be great.

    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 ...

  • DWG/DXF import from Sketchup to Illustrator CS6

    HI!
    I have recently discovered the ability to import dwg/dxf files from Sketchup Pro (using AutoCAD Version: Release 14) into Illustrator CS6...
    However, the only way that I seem to be able to see the DWG is by selecting 'Scale to Fit Artboard'... When I attempt to import using 'Original Size' or the 'Scale by' input factor the item doesn't seem to show anywhere on the artboard?
    Any ideas what I might be doing wrong?
    Thanks!

    Thanks Mike!
    Well, the sketchup file was created in mm, but for some reason their export 2D Graphic dialog box only has inches option (not that it should make any difference since the scaling factor runs the same across the board). Just in case I've changed the units in the sketchup file to inches to bring consistency and match the exporting parameters.
    I've exported the sketchup file to DWG and DXF as both 1:1 and 1:200 to cover all angles and then import into Illustrator as 1:200 and 1:1 respectively to no avail. I've also tried to export and 1:1 and bring in at 1:1 but again no luck, and also attempted to import into Illustrator using the 'Original Scale' tick box.
    The only way the import works is by selecting 'Scale to Fit to Artboard' which obviously gives me an arbitrary scale. I guess a workaround might be to draw a bounding box over the contents in Sketchup and use this to manually scale in Illustrator? My only fear here is losing accuracy though...
    What do you think?
    Dave

  • Upload long text from excel file into internal table

    I need to upload service master(T-code : AC02) data alongwith long text.Now i have data in excel as: Service no(ASMD-ASNUM) and corresponding long text for it.
    I am facing problem in getting entire lontext from excel into my internal table.It only takes till 255 characters i think.Any help in this regard woulg be highly appreciable.

    hi,
    what is the maximum length of your long text.
    and you can try with more than 255 chars. in the internal table it will take , if you want check it.
    i'm in 4.7 ,5.0 version, what about you ..
    please check , you can upload even more than 255.
    try
    regards
    vijay

Maybe you are looking for

  • LaserJet m1212nf networking - how to get the printer seen in a network?

    I have a LaserJet Pro M1212nf, which does not have wireless capability.  I am on a desktop PC, Windows 7, and am hooked up with a USB cable from the computer to the printer. There are no other Windows 7 computers on this network, so until now I have

  • Basic broadband package off-peak?

    Hello all, a relative of mine has the basic £10/month home broadband package and has asked me if i could find out if this package has an off-peak time that provides unlimited download bandwidth? If so, between which hours provide said off-peak times?

  • Where to store DBCP and what to do next?

    Dear All, I would like to use the DBCP(Apache DB pool). I have download (commons-dbcp-1.4-bin.tar.gz) from http://commons.apache.org/dbcp/download_dbcp.cgi. I am using fedora linux and have unzip it too. What should be my next step is where I am stuc

  • How do I get reimbursed for being over charged?

    Does anyone have a phone number or something that will put me in contact with a human being who works for Apple that can tell me how to get my money back?

  • Crosstab trouble: surpressing subcolumns somehow !?

    Post Author: proliva CA Forum: Charts and Graphs Hi all! I need to put together a report with a table that looks like this: Presentations held in 2007 2006 2007 Total 1st Quarter 2nd Quarter 3rd Quarter Total Department_1 52 7 7 4 18 Department_2 26