Добавьте файлы проекта.
This commit is contained in:
12
QWERTYkez.ExcelProcessor/globals.cs
Normal file
12
QWERTYkez.ExcelProcessor/globals.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user