JCASTILLO Posted July 28, 2008 Posted July 28, 2008 I want to change a alreday table (.dwg) to an data table (.dxe) to this way export that table to a CSV file to can worked in Excell Office Quote
ReMark Posted July 28, 2008 Posted July 28, 2008 Your first response to any AutoCAD related question should be to consult Help. Anyways, try this: To export a table At the Command prompt, enter tableexport. Select the table that you want to export. A standard file selection dialog box is displayed. Enter a file name and select a location for the file. Table data is exported in the comma-separated (CSV) file format. All table and text formatting is lost. This comes directly from the AutoCAD Help file. I found it using a keyword search (tables) from the Index tab. It was under the topic exporting. Quote
JCASTILLO Posted September 8, 2008 Author Posted September 8, 2008 thanks ReMark for your answer, but I didn't work because I have a drawing similar a table and that table I wanted to convert in table format (as I know .dxe) becuase command tableexport request a table, let me know how I can send you the file that I have and I want to change to .dxe thanks again and regards, Quote
ReMark Posted September 9, 2008 Posted September 9, 2008 So you drew your own version of a table and now you want to export it? You did not use AutoCAD's table creation tools? Quote
lpseifert Posted September 9, 2008 Posted September 9, 2008 Go here and search for Maketable.lsp by Tony Hotchkiss I just tried it for the first time and it didn't work properly... it made the table but didn't carry over the text; Error: ActiveX Server returned an error: Parameter not optional. Maybe it's a C3D thing. Has anyone else tried this? Quote
BOB'27T Posted September 9, 2008 Posted September 9, 2008 Here's a lisp I have called "makegrid". It works similar to tables. makegrid.lsp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.