add export excel

This commit is contained in:
kamonwan taengsuk
2023-03-29 21:57:16 +07:00
parent 0e59f3c39c
commit f38f9ce5f9
13 changed files with 1069 additions and 287 deletions

View File

@@ -9,15 +9,7 @@
"DEBUG",
"NET",
"NET5_0",
"NETCOREAPP",
"NET5_0_OR_GREATER",
"NETCOREAPP1_0_OR_GREATER",
"NETCOREAPP1_1_OR_GREATER",
"NETCOREAPP2_0_OR_GREATER",
"NETCOREAPP2_1_OR_GREATER",
"NETCOREAPP2_2_OR_GREATER",
"NETCOREAPP3_0_OR_GREATER",
"NETCOREAPP3_1_OR_GREATER"
"NETCOREAPP"
],
"languageVersion": "9.0",
"platform": "",
@@ -864,8 +856,16 @@
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {}
}
},
"System.Collections.Immutable/5.0.0": {},
"System.ComponentModel.Annotations/5.0.0": {},
"System.Collections.Immutable/5.0.0": {
"compile": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {}
}
},
"System.ComponentModel.Annotations/5.0.0": {
"compile": {
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {}
}
},
"System.Data.SqlClient/4.4.3": {
"dependencies": {
"Microsoft.Win32.Registry": "4.4.0",

View File

@@ -1,8 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Mercedes Benz\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Mercedes Benz\\.nuget\\packages"
"C:\\Users\\USER\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\USER\\.nuget\\packages"
]
}
}