Files
QWERTYkez.OpenXmlProcessors/QWERTYkez.ExcelProcessor/globals.cs
2026-06-05 15:58:03 +07:00

12 lines
409 B
C#

global using DocumentFormat.OpenXml;
global using DocumentFormat.OpenXml.Packaging;
global using DocumentFormat.OpenXml.Spreadsheet;
global using System;
global using System.Collections.Generic;
global using System.Diagnostics;
global using System.Globalization;
global using System.IO;
global using System.Linq;
global using System.Text;
global using System.Threading;
global using System.Threading.Tasks;