CorelDRAW X6 :: Does Not Output Excel Data Correctly

Jun 16, 2013

Microsoft OLE doesn't seem to work flawlessly in CorelDRAW:

Create a new CorelDRAW file

Select menu item "Edit > Insert New Object ..."

Select "Microsoft Excel Worksheet" from the dialog box. This creates an Excel Worksheet within the CorelDRAW file.

Edit the Excel Worksheet to contain some text in the Worksheet's cells.

Alter the font for some of the cells.

Select menu item "File > Publish to PDF ..."

You will notice that in the PDF file the text is all rubbish:

I have added a CorelDRAW X6 file to this post. Unfortunately this forum doesn't allow for file attachments being bigger than 256k. So I had to upload the CorelDRAW file as an "image" by renaming its file extension. ... Please right-click on above image to download the CorelDRAW file and delete the ".png" file extension from the name in order to download the CorelDRAW file correctly. The correct file name should be "CorelExcelImport.cdr" on your hard disk.

CorelDRAW Graphic Suite X6.4  @  Windows 7/Windows 8 - 64 Bit, Windows Server 2008 R2, Windows Server 2012

View 8 Replies


ADVERTISEMENT

AutoCAD Inventor :: Getting Data Correctly From Excel Sheet

Oct 5, 2012

I´m having a couple of problems with getting data correctly from an Excel Sheet. I´m using the Excel Sheet to get Data for the Stock Number based on geometry.

First time the Excel File get´s opened it always cannot find the first sheet. I´m using a german Version and Sheet1 is Tabelle1 in german.

It always searches for sheet1 the first time the script runs on a new derived assembly. The second time (on second part) it correctly finds Tabelle1 and reads the correct value.Here is the code I´m using:

[code]

myXLS = "K:IdentNr.xls"
GoExcel.Open(myXLS)
i = GoExcel.FindRow(myXLS, "Tabelle1", "Stärke", "=", Stärke, "Material", "=", iProperties.Material)
IdentNr = GoExcel.CurrentRowValue("IdentNr")
iProperties.Value("Custom", "IdentNr") = IdentNr

[code]

And there is another issue which I have solved already but still gives me a bit of a headache. When the userdefined property IdentNr gets written into the part it always defaults to a numerical value, which means that I always get a comma at the end of the Stock Number.

Only when I define IdentNr like this:

Dim IdentNr As String

the format is correctly set to Text.I expected that when you read a value from an Excel Cell that the Format of the Cell gives the format of the user defined property. Is that not correct?

View 4 Replies View Related

CorelDRAW Graphics Suite X6 :: When Page Is Printed Same Data Is Output In All 4 Images

Jan 16, 2013

I am a relatively new user of Corel Draw. When using the variable data print feature, the images seen in the print preview look correct, but when the page is printed the same data is output in all 4 images.  This does not happen every time.  I suspect there is something going wrong with the print merge data buffer.  I have not been able to reproduce the error. I have created a detailed script to for others to follow when running this job.

View 7 Replies View Related

CorelDRAW Graphics Suite X3 :: Linking Excel Data

Nov 26, 2011

I'm having some trouble setting my workflow and I need linking data to corel draw from excel. Basically, what I want to do is to have excel data automatically copy from Excel to Draw and "Paste Special  / Paste Link Objects/MS Excel Worksheet is almost what I need.

It would be perfect if only it would copy CONTENT of the Excel file or cells, not their formating (font, size, border etc.) which I want to do in Corel, since separation of the content (excel) and form (draw) would be just natural and functional - don't want my number crunchers to affect design of the Draw document, just as I don't want to have my designer to do the math

So - is there way to link objects (cells from Excel) but to transfer content (text) only or should I revert to VBA?

View 1 Replies View Related

AutoCad :: Excel Table Not Printing Correctly

Jun 29, 2011

I would copy the excel table that I need, go to AutoCAD 2010 and use PASTESPEC , then choose AutoCAD entities. After I resize it and whatnot, I would then print it.

For some reason, the first row wouldn't print correctly. Sometimes the words get cut off or it doesn't show at all. If I were to move my drawing up to that portion of the paper, the drawing appears fine.

So that rules out a printer alignment issue, is it the excel table itself? Fonts and font color are standard across the table, so I'm baffled by this little problem.

Any better way to copy an excel table into a CAD file? The method I use will end up having the table appearing as a small, miniscule table, I always have to drag it up to resize and change the font size etc. etc.I'm guessing I have to set a default annotation scale for it?

View 9 Replies View Related

Illustrator :: How To Output EPS Data From PDF

Jul 28, 2013

With CS6, why can't I output eps data from PDF, as I could did in use with CS zero version?

View 1 Replies View Related

AutoCAD Inventor :: Output Data To CNC Lathe

Nov 7, 2013

Is it possible to output data that can be fed directly to a CNC lathe?

View 3 Replies View Related

AutoCad :: How To Transfer Data From Excel

Nov 8, 2011

I saw a youtube video "Cross Section in AutoCAD".But i could not understand how to transfer the data from excel to AutoCAD.There is a file TMaker.exe to make template of excel data.I could not find that elsewhere on net. Making earthwork x-sections with AutoCAD.

View 9 Replies View Related

Revit :: Label / Tag Using Excel Data?

Feb 19, 2014

I'm working with some assemblies, making some schedules in Revit's enviroment and export it in Excel. I was wondering if there's anyway of use this data (either Excel or the Revit's schedule) in a custom tag for insert in my sheets

View 1 Replies View Related

AutoCad :: How To Import Excel Xyz Data

May 29, 2007

I have an excel file containing xyz co-ordinates that i wish to import to AutoCAD (2005).

I realise you can probably do this using the lisp function, but i don't know how they work, and wanted to know if there is an easier way.

View 9 Replies View Related

AutoCad :: Importing Excel Data

Apr 6, 2010

I am having a problem with my table that I insert from excel into ACAD 2010. The Data in excel is on automatic color and arial text, once imported into ACAD as ACAD entities the data in my table does not want to change to being bylayer as the cell type is set to but instead stays on white. The only way I can change the color is by entering the cell and changing it manually to bylayer.

View 9 Replies View Related

AutoCAD .NET :: Read Data From A DWG Excel File Using C#?

May 18, 2013

this dwg file data reading with c#?

View 9 Replies View Related

AutoCAD .NET :: Export Layer Data To Excel?

Sep 15, 2011

I have been asked to write a module that will export layer data from AutoCAD and put it in  an Excel spreadsheet. The user wants to have this done through a macro. I am assuming that I need to create a dll that is called from inside AutoCAD but I am not sure.

They want to start with AutoCAD 2008 and once we get it working there we will convert it to 2011 or 2012.

First of all, I can not find the 2008 API and second of all I'm not sure where to start. I am very experienced at programming. We are going to use VB.NET.

View 9 Replies View Related

AutoCAD 2013 :: Excel Data Link

Nov 1, 2012

When trying to insert a table linked to an Excel 2010 file, it works up until row 28, however, as soon as I add  a 29th row to the table it no longer inserts the table. When I try and insert it, I press ok and nothing happens. I tried inserting it as a smaller table and changing the data link to a bigger range after it was inserted, it just didn't update to a larger range. 

Is there a way of getting this to work without having to insert it as two different tables?

View 2 Replies View Related

AutoCad :: 2010 / Data Extraction To Excel?

Sep 21, 2011

Seems like i export the data of thickness, diameter, lenght and mass to excel via dataextraction, but if i change something in the drawing, its not updated in the excel file..

I also wanted to export the data to an already existing part list template, but this seems impossible...

View 2 Replies View Related

AutoCad :: Exporting Drawing Data To Excel

Jul 24, 2012

Can you take text from a drawing and export it out to excel? My thoughts are room numbers, employee names, department names, etc.

I need an excel spreadsheet showing this information to then upload to my CAFM Application? Is there an alternative to obtaining a report from a drawing?

View 4 Replies View Related

AutoCAD LT :: Data Export To Excel File

Oct 13, 2011

Can I export the text from autocad 2012 LT to excel file.

View 1 Replies View Related

AutoCad :: Creating Block From Excel Data

Oct 24, 2012

Is there a way to create block out of excel data?

I am trying to create multiple block missing in our database, actually i have all the measurement of the fitting inside excel this is mostly elbow and T fitting.

I was thinking of a dynamic block with editable lenght (strech parameter with a mix of constraint). but before digging too deep in a wrong direction i want to ask community if something similar already exist?

View 2 Replies View Related

AutoCad :: Plot Data From Excel Table

Sep 28, 2003

If it is possible to plot points (or a PLine, or a mesh) in AutoCAD from a table of values in EXCEL (columns of x,y,z coordinates).

View 8 Replies View Related

AutoCad :: Data From Excel To Block Attributes

Jun 19, 2012

I have some soil boring data captured, in the field, to an Excel spreadsheet; basically, a bore site ID and coordinates.

I'd like to be able to have the coordinate attributes of blocks inserted into my bore site plans populate automatically, perhaps based off of the value of a bore site ID attribute which is manually entered for each bore site.

Alternatively, if there were a way to insert the bore site blocks based off the actual Excel records, populating all attributes and locating the block by the actual X,Y,Z coordinate, that might be even better.

View 3 Replies View Related

AutoCad :: How To Import Data From Excel (from Particular Cell)

Sep 14, 2012

How to import data from excel (from particular cell) to AutoCAD Drawing. I have already Created a template for both Excel and AutoCAD. I want to do Whenever i am changing the datas in excel sheet corresponding changes to be done in AutoCAd drawing.

I am using AutoCAD 2010 and Microsoft excel 2007.

View 7 Replies View Related

Illustrator :: Is It Possible To Link Excel Data To Graph

May 14, 2013

I'm laying out a report with many graphs of similar styling, the client is to provide an Excel doc with the figures and I need to redraw them as graphs.Is it possible to design the graph style in Illustrator, import the data from the spreadsheet to the graph and then place the graph(s) into InDesign. Essentially, this is what I'd like to achieve:
 
1) Style/design a graph in Illustrator
2) Import spreadsheet data into Illustrator graph (a step I'm also haveing problem with - is it possible to import an entire Excel doc or do you have to copy and paste each cell individually)
3) Import Illustrator graph into Indesign
4) If original data in Excel is changed/updated and the document is saved, data will update in Illstrator and therefore in InDesign.

View 4 Replies View Related

InDesign :: How To Import Data From Excel File

Feb 6, 2014

I have a very large excel file with a list of companies in this format:
 
company_category    company_name company_description   telephone   email
 
In InDesign I have paragraph style for each one but I need a solution to import all this data and apply the styles automatically.
 
Few things:

- I don't want to import all these into a table. I want all the info in a 3 text columns format that will run accros 150 pages (more or less)
- I'm using InDesign CS6
 
Is there any way to automate this?

View 2 Replies View Related

AutoCAD Architecture :: Tables With Linked Excel Data

Sep 25, 2012

I have set up some autocad tables that are linked to excel data( using relative path) in an Autocad Architecture project template. In the xref dialog box, the data links are show as relative path e.g.   ..Standards excel file

After creating a new project from this template and right-clicking in one of the cells which have linked data and selecting "data links" and "open data links file" it opens the template excel file, not the excel file within the project folder.

If I use the xref command, select and right click one of the excel data links and select "open" it does open the correct excel file located in the current project folder.

The xref dialog box does show all the data links as relative path e.g.   ..Standardsexcel file.

View 1 Replies View Related

AutoCAD Civil 3D :: Export Alignment To Excel As XYZ Data?

Jun 19, 2012

I was trying to export my alignment, at certain intervals, to excel (or text) as xyz data. I tried searching and found... Alignment to xyz

But it didn't really work. I can export the XY but not the Z in the report manager.

So my questions are.... How can I create a new report to incorporate the Z? Or is there another way to do it?

I should add I also tried the "Incremental Stationing Reporting" from the Profiles Report... However it doesn't recognize the profiles I've created? I get the "No FG profiles in....." even though there are?

View 7 Replies View Related

AutoCAD .NET :: Read Data From DWG Excel File Using C Sharp

Jul 5, 2013

example
[CommandMethod("Test")]public static void TestMethod(){ Document doc = Application.DocumentManager.MdiActiveDocument; Editor ed = doc.Editor; Database db = doc.Database; using (Transaction Tx = db.TransactionManager.StartTransaction()) {

[Code]...

1-autocad program will be closed
2-be selected within the file path c sharp example: csharp.jpg
3-I want to read data from a DWG excel file using C#. examples: dwgfile.jpg and drawing1.dwg
4-I want to list here DataGridView data
5-c sharp winform .net 4.0

View 1 Replies View Related

AutoCAD Civil 3D :: How To Import Excel Data For Hydrograph Into SSA

May 20, 2013

How can I import excel data for a hydrograph into SSA for a sub basin? I have 10 subbasins each with their own hydrograph.

View 1 Replies View Related

AutoCAD 2013 :: Extract Data From Excel To Field

Feb 2, 2013

I enter data into an Excel job setup worksheet. I then want to be able to extract data from given cells in the Excel worksheet, and have this become fields in AutoCAD. I do not want to use a table in AutoCAD - I want (ideally) to have the Excel data come in to AutoCAD as a field. I can see that Data Links tends to come in only to a table in AutoCAD. 

View 1 Replies View Related

AutoCad :: Data Tables Linked To Excel Spreadsheets

Apr 19, 2012

I have a new issue that I am unsure what to do about.

This has never occurred with previous version of ACAD and this is the first time I created data links with Autocad 2012, and I am using the same procedure that I have successfully used in the past.

I have data tables linked to excel spreadsheets. I used the "TABLE" button on the ANNOTATE ribbon to place the table, and the layout of the cells assumes the layout of the excel spreadsheet, which is what I want.

As long as I don't Scale the table, I can Update the data table links just fine.

However when I scale the table and then update table links, the table layout changes drastically, and is undesirable.

I have tried locking the cells' but that will not fix the problem.

I want to keep the layout of the table that is assumed when I place the table originally. Is there any way to lock it as such?

View 0 Replies View Related

AutoCAD Civil 3D :: Data Linked Excel Table

Mar 15, 2012

How to insert a linked excel table into my drawing, however I have not figured out how to add rows to the table, the option is greyed out.  I can insert rows above and below the (inserted) table but not anywhere in the middle.

I've tried everything I can think of, even removing all the formatting in the .xls spreadsheet to no avail.  The cells are unlocked, I can manipulate the data, but not being able to insert rows is really hindering the efficiency of using a data linked table.

View 9 Replies View Related

AutoCAD VB :: Drawing Polylines From Data In Excel File

Apr 26, 2013

I would like an VB application that from within autocad can open an excel file,from there select 2 columns containing x,y co-ordinates. Which when selected will draw a polyline in the acad drawing.

I usually do this the long way, but it seems I'm doing it more and more so would like to have it fairly automated.New to VBA and stuck at even opening the excel file....nevermind the actual selecting columns and drawing of the polyline!!!

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved