mirror of
https://github.com/iOfficeAI/OfficeCLI
synced 2026-04-21 13:37:23 +00:00
chore(xlsx): drop unused System.Text / OpenXml usings in PivotTableHelper.Render
This commit is contained in:
parent
0a36df7966
commit
90479f4b18
1 changed files with 0 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
|||
// Copyright 2025 OfficeCli (officecli.ai)
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
using System.Text;
|
||||
using DocumentFormat.OpenXml;
|
||||
using DocumentFormat.OpenXml.Packaging;
|
||||
using DocumentFormat.OpenXml.Spreadsheet;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue