Convert Excel to DXF and turn surveyed coordinates in a workbook into CAD geometry. The spreadsheet is processed inside the tab, so nothing from the project file reaches a server.
Drop a file here, or click to browse
KML, KMZ, SHP (.zip), GeoJSON, GPKG, GML, GPX, DXF, CSV, Excel, and more
No Excel file to hand? Download a sample Excel file (100 points) and drop it above to see the conversion.
Every format stores different things, so a conversion is never perfectly loss-free. Here is exactly what carries over when you convert Excel to DXF, and what to watch for.
| What | Excel → DXF | |
|---|---|---|
| Geometry | Kept | All geometry is redrawn as CAD entities (points, polylines and closed polylines) on drawing layers. |
| Attributes | Dropped | DXF stores drawing geometry, not a data table, so attribute columns are not carried across. Export a CSV alongside if you need the data. |
| Styling & labels | Changes | CAD layer/level organisation is mapped where it can be, but CAD line styles do not translate to GIS symbology. |
| Coordinate system | Changes | DXF stores raw coordinates without a CRS tag, so note the coordinate system separately for whoever opens the file. |
| Elevation (Z) | Kept | Excel is 2D, so there is no elevation to carry (add a Z/elevation column if you need one). |
| File structure | Kept | A single, self-contained .dxf file you can move around on its own. |
You do not need to be a GIS expert to convert Excel to DXF. Your sheet needs just two things: a column of latitudes and a column of longitudes, and each row then becomes a point in the CAD drawing. Everything else, names, notes, dates, ID numbers, rides along as attributes on each point.
lat, latitude or y are detected automatically.lon, lng, longitude or x are picked up for you.Store the coordinates as plain decimal degrees, like 33.6844 and 73.0479. If your values look like 33°41'04"N instead, convert them first with the coordinate converter. Excel to DXF works with .xlsx, .xls, .csv and Google Sheets exports, and if the wrong column is picked you can fix it from the dropdowns before converting.
Survey crews and site engineers often keep point data in an Excel workbook. Each row holds a coordinate pair, a label, and maybe an elevation. That is fine for review, however CAD software cannot draw straight from a spreadsheet. So you convert Excel to DXF. DXF turns each row into real CAD geometry, placed on layers that AutoCAD, Civil 3D or MicroStation can open. Engineers then trace linework, add text, or drop the points onto a site plan. It is the usual step from a tidy spreadsheet to an editable drawing.
A spreadsheet has no coordinate system of its own. Excel rows are read as WGS84 longitude/latitude (EPSG:4326) unless you tell the tool otherwise. If your coordinates are projected, for example UTM eastings and northings in metres, pick the matching CRS before converting so the points land in the right place instead of near Null Island.
DXF stores raw coordinates without a CRS tag, so make a note of the coordinate system for whoever opens the file next. A quick CRS check before you download saves the classic "my Excel data is in the wrong place" surprise; the guide on coordinate systems and EPSG codes goes deeper.
First, give your Excel sheet real coordinate columns, latitude and longitude, or the rows cannot become points. Also remember DXF is drawing-centric. It uses layers and blocks, not a GIS attribute table, so your other spreadsheet columns will not travel as queryable fields. DXF often sits in a local engineering coordinate system too, so set the CRS if the drawing must line up with georeferenced data.
Excel files typically come out of Microsoft Excel, LibreOffice, Google Sheets. Once you convert to DXF, the file opens in AutoCAD, BricsCAD, Civil 3D and MicroStation, plus QGIS for a quick look. The DXF output follows the standard specification exactly, so those programs read it without any special import settings.
Excel is where survey points, asset lists and coordinate tables usually start life, one row per feature with columns you can sort and correct. DXF is where that data needs to land for drafting, inside AutoCAD or Civil 3D. This conversion reads the latitude/longitude or X/Y columns in your workbook and writes each row as a CAD entity. In practice it spares you from retyping coordinates into a drawing by hand. That means the spreadsheet stays the single source of truth.
No. DXF stores geometry on CAD layers, not in a GIS attribute table, so extra columns like names, IDs or notes are not carried as queryable fields. Keep the original Excel file if you still need that data.
Yes. DXF is Autodesk's interchange format, so AutoCAD, Civil 3D, MicroStation and QGIS all read it. Your rows arrive as editable CAD geometry on layers.
DXF is drawing-centric, so it stores geometry and layers rather than a full attribute table. Descriptive columns can be written as text labels next to each point, but numeric fields are not preserved as a queryable table. Keep the original workbook if you need those values later.
DXF stores raw coordinate numbers without a defined projection. Programs like AutoCAD or MicroStation plot them at those exact values. If your columns hold latitude and longitude, expect a tiny drawing near the origin, so convert projected X/Y survey units when you need real-world scale.
A DXF file opens in AutoCAD, BricsCAD, Civil 3D and QGIS. Because the output follows the standard specification, any tool that supports DXF will read it without special settings.
No conversion is perfectly loss-free because each format stores different things, but CAD formats store geometry rather than a data table, so attribute columns are dropped while the shapes are kept exactly.
Beyond CAD, a coordinate sheet can go to a shapefile or a KML for Google Earth. Already have a drawing? You can also convert DXF to CSV. The CAD converter and Spreadsheet to map tools handle the rest.