From 84f0196c978889116097b4ce54d188548ae59cb5 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Mon, 3 Nov 2025 06:45:58 -0500 Subject: [PATCH] refactor: remove Excel export functionality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed BomExcelExporter service, BomExcelSettings class, BomTemplate.xlsx template, and EPPlus package dependency. This functionality is being replaced with direct API integration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ExportDXF/ExportDXF.csproj | 41 ++- ExportDXF/Services/BomExcelExporter.cs | 408 ------------------------- ExportDXF/Services/BomExcelSettings.cs | 64 ---- ExportDXF/Templates/BomTemplate.xlsx | Bin 9495 -> 0 bytes 4 files changed, 30 insertions(+), 483 deletions(-) delete mode 100644 ExportDXF/Services/BomExcelExporter.cs delete mode 100644 ExportDXF/Services/BomExcelSettings.cs delete mode 100644 ExportDXF/Templates/BomTemplate.xlsx diff --git a/ExportDXF/ExportDXF.csproj b/ExportDXF/ExportDXF.csproj index 9c364fe..80c955b 100644 --- a/ExportDXF/ExportDXF.csproj +++ b/ExportDXF/ExportDXF.csproj @@ -103,6 +103,12 @@ + + Form + + + DrawingSelectionForm.cs + Form @@ -116,11 +122,11 @@ + + - - @@ -137,6 +143,9 @@ + + DrawingSelectionForm.cs + MainForm.cs @@ -163,9 +172,6 @@ Always - - Always - @@ -193,18 +199,31 @@ true - - - 4.5.3.1 - - {229c2fb9-6ad6-4a5d-b83a-d1146573d6f9} EtchBendLines - + + + {05BFD3F1-6319-4F30-B752-C7A22889BCC4} + 1 + 0 + 0 + tlbimp + False + True + + + {05BFD3F1-6319-4F30-B752-C7A22889BCC4} + 1 + 0 + 0 + aximp + False + +