MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Upgrade to .NET 8.0 and refactor input value extraction

Open ramioh opened this issue 1 year ago • 1 comments

  • Upgrade from .NET 6.0 to .NET 8.0.
  • Use C# pattern matching to simplify code.
  • Create a separate folder, named SaveByTemplate, for the ExcelOpenXmlTemplate class and its three files.
  • Move input value extraction to a separate class named InputValueExtractor
  • Use interfaces to facilitate unit testing.
  • Use the third-party library FluentAssertions in tests to help with asserting results in less code.

ramioh avatar Oct 15 '24 12:10 ramioh

@ramioh 👍👍👍 If no other partner's feedback, PR will be merged Nov 12, 2024(.NET 6.0 (LTS) end date), and could we invite you to our team?

shps951023 avatar Oct 15 '24 15:10 shps951023