Problemas en illustrator para importar excel

Hola amigos tengo problemas para importar un archivo excel en illustrator, para poder hacer un gráfico.

Puedes ampliar detallles por favor?
Plataforma (Mac/Win), versiones de cada programa, en que consiste el archivo .xls?
Cúal es el problema que tienes exactamente?
Estas trabajando con un gráfico, o quieres hacer una gráfica, de tipo estadistico, con la tabla de valores del excel?

Similar Messages

  • Tengo problemas para importar vídeos en mp4 a iphoto  No reconoce el archivo. ¿alguien sabe por qué'

    tengo problemas para importar vídeos en mp4 a iphoto  No reconoce el archivo. ¿alguien sabe por qué'

    Don't. Instead repair the original library:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Problem with controlling Annotations from Excel VBA

    Hi,
    I have a PDF document that has plenty of sticky notes attached to it. These sticky notes have been added by multiple authors on all pages of the document. I am trying to import the contents of these sticky notes, their author and the page number to an excel spreadsheet.  I am using Excel 2007 and Acrobat Professional 9.0.
    This is the code that I am currently using to import the sticky notes, but the problem that I am facing is that when I run the macro -
    Same sticky note contents, author and page numbers are imported multiple times
    Not all sticky notes are imported, only some of them appear in the final excel spreadsheet
    When I compare the number of sticky notes to that in the original PDF file, the number is correct. But the content is repeated content and that is the reason why only some of the sticky notes are imported.
    This is an activity that I need to do on regular basis and the number of sticky notes that I need to import to excel may range between 100 to 200. It is really difficult to do this task manually, so an excel VBA macro could prove really helpful.
    Sub ImportComments_Click()
    Dim Fpath As String
    Dim WordObj As Object
    Dim wbkOutput As Excel.Workbook
    Dim iRow As Integer
    Dim i, j, k As Integer
    Dim lRet As Long
    Dim objAcroAVDoc As New Acrobat.acroAVDoc
    Dim objAcroPDDoc As Acrobat.AcroPDDoc
    Dim numPages As Long
    Dim lAnnotscnt As Long
    Dim Subtype As String
    Dim NumComments As Long
    Dim AcroApp As Acrobat.AcroApp
    Dim objAcroPDPage As Acrobat.AcroPDPage
    Dim annot As Acrobat.AcroPDAnnot
    Sheets("Defect Log").Select
    Range("L3").Activate
    Fpath = ActiveCell.Value
    Sheets("Defect Log").Select
    Range("A1").Activate
    i = 0
    Do While (Not (IsEmpty(ActiveCell.Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 1).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 2).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 3).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 4).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 5).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 6).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 7).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 8).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 9).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 10).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 11).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 12).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 13).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 14).Value)))
    i = i + 1
    ActiveCell.Offset(1, 0).Select
    Loop
    iRow = i + 1
    Set wbkOutput = ActiveWorkbook
    lRet = objAcroAVDoc.Open(Fpath, "")
    Set objAcroPDDoc = objAcroAVDoc.GetPDDoc
    numPages = objAcroPDDoc.GetNumPages()
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(0)
    For k = 1 To numPages
    lAnnotscnt = objAcroPDPage.GetNumAnnots()
    For m = 0 To lAnnotscnt - 1
    If lAnnotscnt = 0 Then Exit For
    Set objAcroPDAnnot = objAcroPDPage.GetAnnot(m)
    If (objAcroPDAnnot.GetContents <> "" And objAcroPDAnnot.GetSubtype = "Text") Then
    Cells(iRow, 5).Value = k
    Cells(iRow, 2).Value = objAcroPDAnnot.GetContents()
    Cells(iRow, 11).Value = objAcroPDAnnot.GetTitle()
    iRow = iRow + 1
    End If
    Next m
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(k)
    Next k
    lRet = objAcroAVDoc.Close(1)
    Set objAcroAVDoc = Nothing
    Set objAcroPDAnnot = Nothing
    Set objAcroPDPage = Nothing
    Set objAcroPDDoc = Nothing
    End Sub

    Make sure you are current with 9.x patches, just on general principles.
    The code seems fine – nothing jumping out at me.
    You can also look at using the JSObject methods and trying this via the JavaScript stuff – that will give you more access to the Annotation information…
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 24 Nov 2011 04:25:12 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Problem with controlling Annotations from Excel VBA
    Problem with controlling Annotations from Excel VBA
    created by apreeti<http://forums.adobe.com/people/apreeti> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4044740#4044740

  • Problem Creating PDF Files from Excel 2007

    I am running WinXP SP2, Office 2007, and Acrobat v8.1.2. I have an Excel workbook with multiple worksheets. When I was using Excel 2003 I could create a PDF file using five of the six worksheets. Since upgrading to Office 2007 I am unable to create PDF files from Excel. I can create PDF files from Word 2007. When I attempt to use the Acrobat Plug-in to create a PDF I get a message saying the file needs to be saved first. It then attempts to save the file to a strange, somewhat random, file name (e.g. A234G53). When I say OK Excel just hangs and is unresponsive. The way that I can clear it is to stop Excel using Task Manager. I have tried reinstalling Acrobat without successfully solving the problem. Any ideas on how I can diagnose and/or solve the problem?
    Thanks.

    Is your Excel file on a location outside your machine's disk? If so, try copying to local disk.
    Does the Excel file have any protection applied to it? If so, try removing the protection
    If these don't work, can you post a sample file that demonstrates the problem.

  • Weird Z and Y key swap and arabic filename problems in Illustrator CS3

    Hi
    I am having some very weird problems with Illustrator CS3.
    At completely random times, the software starts to think my Y and Z keys have swapped places. i.e. When I type anything or use any shortcuts, the opposite letters appear and are used.
    Also from time to time, when I save a file, the filename is written in Arabic and I have to rename the file again in Explorer to correct this.
    Both of these problems are random and a restart or Illustrator usually fixes both of these. But what a pain and waste of time.
    Anyone else getting problems like this?
    Oh, I'm using Windows Vista.
    Thanks
    Mr M

    My guess is, it is related to Windows. Try to press shift and ctrl at once if the problem occurs. The keys should be switched back...
    You have probably installed more than one keyboard in Windows. Shift-ctrl is the standard way to switch between them. You can change this in the Windows keyboard configuration file.
    I had this problem with a German and a VS keyboard installed.

  • Problems with illustrator CS3. loading drawings, swatches everything takes minutes

    Since a couple of days the problems started at my office. All pc's started to have problems with illustrator and photoshop. But most of all illustrator. On start-up it is quick as it used to be but when i want to load a drawing, swatch or symbol it takes minutes. I don't know if it has to do with an update or something else. I only know that it started a few days ago on all pc's but not on the mac's.
    Thanks in advance,
    Bas

    What exactly is a few days ago? The last Windows Update was on last Tuesday. Except for a .NET fix and various Office patches it did not seem to have anything critical, but it may be possible that it affects your computers. It's a far cry, though. More likely it's a virus scanner or something with your network settings, that causes erratic file opening behavior. Hard to tell without more info. your description is too generic and vague.
    Mylenium

  • Problems installing Illustrator CC (2014) and InDesign CC (2014) on OS X Yosemite

    I'm currently having problems installing Illustrator CC (2014) and InDesign CC (2014) on OS X Yosemite. Both applications fail with the message "Installation Failed: The download appears corrupted. Please try again after a few minutes.(-60)".
    I've tried uninstalling Illustrator CC and InDesign CC and then reinstalling, but still get the same error message. Other applications in Creative Cloud all install without issues.
    Has anyone else experienced this issue and resolved it please?

    Sorry for the slow response. My Mac wouldn't boot following a failed Yosemite update. I've since reinstalled Yosemite but the exact same problem persists. My Mac is standalone and not on a managed network.
    Thank you for the troubleshooting link. I've tried the recommended fix for the -60 error but it doesn't appear to be possible to download the trial version of Illustrator or InDesign for CC editions. They just trigger the Creative Cloud installer and shortly after the -60 error again.
    The problem is still specific to Illustrator and InDesign and I've tried uninstalling all Creative Cloud applications and reinstalling. Every reinstalls except InDesign and Illustrator.

  • Problems with Illustrator CS2

    Argh! Suspected problem with Illustrator CS2...
    When I look in the Stroke/Fill boxes for colours, I have no options available to me. All that appears is this: http://www.ioimi.com/images/strokefill.jpg.
    Is this normal? All I want to do is selected different colours for the line stroke and fill colour of something I have already drawn using the pen tool.
    Also, how do I move or remove rulers once placed and why is it that if I use the arrow keys on the end of a line it moves it more than one pixel? How do I keep a line straight? It's so much easier in photoshop but I need to learn.
    Please help...
    Thank you!

    That is not the Color palette, it is the Swatches palette. It's where pre-mixed colours, gradients, and patterns can be stored and quickly applied. The file you are using has no swatches.
    You can add your own by loading swatches from any other Illustrator file or from the libraries that ship with Illustrator. You can also add a swatch by mixing a colour in the Color palette and either dragging the colour onto the Swatches palette or clicking one the New Swatch icon (The page icon next to the trash can).

  • I have a problem in formatting cells in Excel while using OLE method.

    Hi All,
    I have a problem in formatting cells in Excel while using OLE method.
    My requirement is to have certain fields of a cell as text and amount fields should be in number format.
    How to format a cell in Excel in OLE method of downloading data to excel.
    For example I have plant field whose value is 0002 in internal table while coming to excel it is showing as 2 .
    I want that field to be shown as 0002.(text format)
    Material field whose value in internal table is 000000000000000051 is shown as 51 which has to be shown as
    000000000000000051.(text format).
    Amount field should be in number format so that totalling is possible .
    So I need some cells in text format and some in number format.
    Please suggest a sloution.
    Thanks in advance,
    Regards,
    vidyulatha.U

    https://forums.sdn.sap.com/click.jspa?searchID=21931962&messageID=6852860
    hope this helps.

  • Problem with illustrator cs5.1

    Hello I have a problem with illustrator CS5.1. I have a presentation with 17 artboards. Suddenly, when I openned it, the next picture appeared:
    So, when I open the file, there is nothing in it.
    ¿Could anyone help me, please?

    This might help , :- http://forums.adobe.com/thread/320876

  • Problem installing illustrator cs5 trial

    I have downloaded the trial cs5 but when i try to install it i get the following error message. I use vista.
    "a problem occurred while ex
    tracting some files, please check available space
    on computer and the write priveledges on the desination folder"
    any help greatly appreciated!

    Problem solved - SIMPLE and QUICK solution
    I too had similar problems installing Illustrator CS5.  It just wouldn't complete the installation.  Everything else in the CS5 collection installed fine.  I looked around on the internet.  Assuming that most people's installation problems originate from the same cause—registry errors, then scanning the registry for errors and correcting them first before rerunning the install should solve the problem.  Which is exactly what I did and it worked like a charm.
    Once you figure out what the problem is, how to fix it and get the right tools, the rest is easy.  This is what I did.  It took only a matter of minutes:
    I use CCleaner (stands for Crap Cleaner, it's top-notch freeware I've been using for years, I can't recommend it highly enough!) to run a registry scan first.  Sure enough, it identified at least one error with Illustrator.  I scanned and fixed the errors in a couple of mouse clicks, took seconds.
    I then run the CS5 installer again for Illustrator. Miraculously, it installed without a hitch!
    You can download CCleaner here: http://www.piriform.com/ccleaner/download (The download link is in the top right corner of the page).
    Hope this will help you too.
    As a bonus, you will find that CCleaner can do a lot of wonderful maintenance stuff for your PC!

  • Text problems with Illustrator CS6

    Hello. We are having problems with text in Illustrator CS6. 1. When we copy / paste text within illustrator all color information is lost. 2. When we save documents in Illustrator CS6 then re-open text with color attributes changes to different random colors!! For example: If we save an Illustrator document with a paragraph of text that is part red and part black when we re-open the same paragraph might be all gray, or orange or (you pick a color). Can anyone help us here as this is causing no end of grief. Mac OSX 10.8.2

    As promised. This is the response received from iClipboard re the text color problems with Illustrator CS6.
    "Sounds like an Adobe problem especially given their last fix which changed how they worked with the system clipboard. We don't mess with any of the data put on the system clipboard. We simply make an exact copy of it and store it in iClipboard. It's a READ operation, not a WRITE operation so no data on the clipboard is changed. We use standard Apple API's to do all of this (proof is that iClipboard is in the Mac App Store--Apple's review process doesn't allow undocumented API calls)."
    My thanks to the people at iClipboard however the problem still exists. I'll sum up the issue this way. I have created a paragraph of text in Illustrator that combines black text with red text. I copy then paste the text with iClipboard running and the pasted text is all black. I copy then paste the text with iClipboard disabled and the copied text maintains the color information. When I save the Illustrator document with iClipboard running then reopen the black / red text reopens as grey / orange. With iClipboard disabled the reopened document is fine - go figure. The problems only occur with text - images are fine though they were a problem with the first version of Illustrator CS6. Anyone got any suggestions??

  • Problem Mit Illustrator

    Hallo,
    ich habe ein kleines aber unschönes Problem mit Illustrator. Ich möchte mir Illustrator eine Broschüre erstellen, klappt auch alles gut, und ist auch so weit fertig. Nun habe ich auf der startseite ein Hintergrundbild, oben und unten eine Welle und über der Welle ein Bild.
    Das bild, welches über die welle geht, habe ich vorher freigestellt. Nun habe ich aber an der stelle, wo das bild über die welle geht, eine weiße Stelle.
    Diese stelle sieht man nicht in der aus ID erstellten PDF Datei, nur wenn man diese PDF auf einen Drucker schickt oder lokal als PDF ausdruckt. Wenn man sie auf den Drucker schickt auch nur dann, wenn man alle seiten druckt. Wenn man nur die erste Seite druckt, sieht man diese Stelle nicht.
    Das ganze macht mich irgendwie Wahnsinng.
    Die AI datei ist folgendermaßen augebaut:
    Weiße Hintergrund welle und darüber eine grüne welle + eine "schmale" grüne welle mit einer Transparenz von 30%
    Ich hoffe ihr könnt mir helfen.
    Anbei die Stelle, die ich meine. Man kann gut sehen, dass das bild in dem Grünen bereich einfach weiß wird. In dem weißen bereich (zwischen den beiden grünen) sieht man sogar noch was von dem bild. Für mich macht das ganze keinen sinn.
    Gruß
    DasPabst

    Okay, ich versuche mal alles zu beantworten
    Habe die welle in Illustrator und die Broschüre in Indesign gebaut.
    Das grün hat den Farbwert CMYK - 31 - 3 - 31 - 0
    Überdruckenvorschau ? .. wo finde ich die ...
    Die PDF ist als PDF/X-4:2008 Erstellt.
    Adobe Illustrator und Indesign
    Indesign Version 7.0 CS5 ... Illustrator kann ich gerade nicht sagen ...
    Windows 7 x64
    Kann es dadurck komme, dass ich in Illustrator transparenz verwendet habe ? sollte ich es mal mit farbton 30% anstatt transparenz 30% versuchen? habe leider Illustrator gerade nicht hier, kann es also nicht testen ...

  • Problem installing Illustrator CS5.5. because of resolution.

    I have a problem installing Illustrator CS5.5. on a laptop with an Intel HD4400. The error message is that the resolution is too low, despite the fact that the resolution is 3200x1800. What to do?

    if windows, try compatibility mode.  System requirements | Illustrator

  • Embedding problems in Illustrator CS6

    Hi I am having a very strange problem in illustrator and I can't work out what is wrong.
    Before in a previous version when I embedded a barcode into an .ai file the barcode was fine but now in my new CS6 the stroke sizes go "mad" and resize?
    Is there some sort of setting I am not selecting? I need to embed ALL images / barcodes into the packaging design as I need to send it to china for printing. (and create outlines - but can't do this until the barcode has first been embedded)
    thanks

    Hi I do the following, which always works for me now:
    Select - Edit - preferences - general - tick the "scale strokes and effects" - make sure this is on
    File - place - and then just by unclicking the "link" box before I place the barcode image, it brings it in already embedded and then i can resize it and outline as normal.

Maybe you are looking for

  • New Infinity 2 Install (Originally 47 Down 10 up n...

    Having endured 2 days without any internet connection awaiting my install (in itself quite staggering in this modern age) I was pleased when the engineer finally turned up yesterday at 17:55 in a 13:00 - 18:00 install window.  Everything went smoothl

  • Word 2010x64 to PDF using Acrobat Pro XI: Print shows box with ? inside.

    System: Windows 7 SP1 X64 Adobe: Acrobat XI Pro Office: Office 2010 x64 On multiple systems, I creating a document with standard text and font and then saved as or printed as a PDF. This creates a normal PDF with no visable issues. Problem arrises wh

  • Purchase Order condition isn't calculating the value of refundable tax

    Hello Experts,                       When i am inputting tax in invoice tab at item level footer in Purchase Order, and after that when i am calculating the taxable and the total amount the condition tab isn't displaying the tax value, the condition

  • Another listener, iiop problem

    Hi All, If anyone can help, any assistance is greatly appreciated!!!!! Oracle support has been completely useless and unresponsive regarding these issues. I have 2 open TARs that have gone nowhere in the last 1 1/2 weeks. I am struggling with the lis

  • JTabbedPane - focus on a new tab

    I'm making a GUI that creates new tabs containing components selected by the user. graphTabs.add("Data Chart", chart); Can anyone tell me how to make the program focus on this new tab? As it is, the previous tab is still at the front of the screen wh