Sample Data
This data represents three overlapping copper fill zones on a PCB. Each zone has a name, a priority number (lower number means higher priority), and the area it covers in square millimeters.
| Cell | Value |
|---|---|
| A1 | Zone Name |
| B1 | Priority |
| C1 | Area (sq mm) |
| A2 | Zone 1 |
| B2 | 1 |
| C2 | 50 |
| A3 | Zone 2 |
| B3 | 2 |
| C3 | 30 |
| A4 | Zone 3 |
| B4 | 3 |
| C4 | 20 |
