mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-12-02 11:57:45 +08:00
Fix asp.net core demo using error
This commit is contained in:
parent
822ae0c781
commit
0abc77db09
@ -1,8 +1,14 @@
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
|
||||
using MiniExcelLibs;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
public class Program
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user