enter image description here
Why is the data in sheet2 – B3 (1), B4 (2) of the code result not being extracted?
python code
import ezdxf
import pandas as pd
import math
from shapely.geometry import LineString, Polygon
from openpyxl import load_workbook, Workbook
import os
New contributor
이ym is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1