AutoCAD Civil 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Surface lable table report need in to excel format
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Dear team,
Regarding above subject I need to export the surface lable table report in to microsoft excel format.
Please do the needful.
Thanks & Regards,
Narayana Reddy M.C.
Application Engineer
Solved! Go to Solution.
Re: Surface lable table report need in to excel format
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
something like this....???
(No connection with Autodesk other than using the products in the world)
IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Re: Surface lable table report need in to excel format
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yes, exactly right but I need to know how you did this.
Please let me know ASAP.
Thanks & Regards,
Narayana Reddy.M.C.
Re: Surface lable table report need in to excel format
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
This can't be done natively in Civil 3D (a major omission on the programmers part) but can be achieved in a few steps via a lisp routine (attached).
1. Save your dwg file
2. Select the table of interest and explode twice - this should produce a "table" with lines and text (Note that polylines will not work)
3. APPLOAD the lisp and type COT to run
4. Select the "table entities" and Enter
5. The "table" should now be an AutoCAD table which you can Right Click and export in the normal way.
6. Close the drawing without saving or Save As new file
(No connection with Autodesk other than using the products in the world)
IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Re: Surface lable table report need in to excel format
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for giving a solution.
But the lable table after explode and creating table (It is AutoCAD entity) there is some gap between rows it will be same in excel also. Can we avoid this ????.
Re: Surface lable table report need in to excel format
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Only way is to remove the column titled segments display and then run through the steps as described or just manipulate the data in Excel
(No connection with Autodesk other than using the products in the world)
IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
